Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RTSE]IPアドレスに127.0.1.1がセットされている場合に警告メッセージボックスを出すように修正 #496

Merged
merged 5 commits into from
Nov 14, 2022

Conversation

ga-sakamoto
Copy link

Identify the Bug

Link to #495

Description of the Change

IPアドレスに127.0.1.1がセットされている場合に警告メッセージボックスを出すように修正させて頂きました.
メッセージボックスが表示される条件としましては,

  • 元々のIPアドレスが127.0.1.1だった場合
  • IPアドレスが変更されて127.0.1.1になった場合
    となります.

なお,こちらの環境ではIPアドレスを127.X.X.Xに設定する事ができなかったため,コード内でIPアドレスを127.0.1.1に変更したり,戻したりして動作確認を行わせて頂きました.

Verification

  • Did you succesed the build? Windows上でEclipse2020-06を使用
  • No warnings for the build? Windows上でEclipse2020-06を使用
  • Have you passed the unit tests? ユニットテストなし

Copy link

@n-kawauchi n-kawauchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Ubuntu20.04で確認
  • RTSE起動時というのは、「Open New System Editor」のボタンを押してSystem Editorを表示したタイミングですね
  • このタイミングで、/etc/hostsでの127.0.1.1設定が有効であった場合、警告ダイアログが表示されることを確認
  • RTSE起動中、/etc/hostsを編集して127.0.1.1設定を無効から有効に変更したタイミングで、警告ダイアログが表示されることを確認

@n-ando n-ando merged commit acc7d86 into OpenRTM:master Nov 14, 2022
@ga-sakamoto ga-sakamoto deleted the IPCheck_495 branch November 14, 2022 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants