Open yongyuandeconan opened 4 months ago
- 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".
I'm failing to see the difference, is this an editing error? If so can you correct?
In your commentroot cause:
you appear to identify where you believe the code is issuing the request but not a reason for why the code is wrong or the issue you believe is occurring is being triggered.
- 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".
I'm failing to see the difference, is this an editing error? If so can you correct?
In your comment
root cause:
you appear to identify where you believe the code is issuing the request but not a reason for why the code is wrong or the issue you believe is occurring is being triggered.
Sorry, I mean "redfish/v1/Managers/bmc/EthernetInterfaces/eth0" for the second IP adding action.
orry, I mean "redfish/v1/Managers/bmc/EthernetInterfaces/eth0" for the second IP adding action.
Great, a bit less confusion.
You identified the line of code that is possibly issueing the request. Can you trace back why it seems to have the
Reading your original description again, this occurs when you try to change multiple settings at once? Can you give a specific example list of which fields you tried to change?
Do you see a patch for each field or one for multiple fields? wrong parameter in the incorrect invocation? Is it looping with the state choosing the tab out of scope? Looping for the interface inside vs loop for modified fields?
I'm not a web developer but I didn't see anyone else jumping in to help you isolate the error. Just trying to help you state the observation in detail.
Network settings such as DHCP or IP changes for eth1 may actually take effective for eth0 sometimes.
To Reproduce Steps to reproduce the behavior:
Expected behavior IP settings should be set for the right eth interface.
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.