Skip to content

Network settings for eth1 may actually take effective for eth0 sometimes. #125

@yongyuandeconan

Description

@yongyuandeconan

Network settings such as DHCP or IP changes for eth1 may actually take effective for eth0 sometimes.

To Reproduce Steps to reproduce the behavior:

  1. Go to "Settings" -> "Network"
  2. Click on 'eth1' tab on "Network" page then add a new series of IP settings.
  3. Continue to add a new IP for eth1.
  4. You can see the first IP add action works well but the second one takes effective for eth0 interface. Actually a new IP is added for eth0.
  5. In browser's debug page "Network" the first action triggers a redfish PATCH API "redfish/v1/Managers/bmc/EthernetInterfaces/eth1". But the second triggers "redfish/v1/Managers/bmc/EthernetInterfaces/eth1".
  6. When this issue happens switch 'eth1' tab to 'eth0' then back to 'eth1' can successfully set related settings to eth1.

Expected behavior
IP settings should be set for the right eth interface.

Screenshots
image

Desktop (please complete the following information):

  • OS: windows 11
  • Browser; chrome
  • Version ; 124.0.6367.208

Additional context Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions