You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running get_interfaces_ip() function, we face the 2 following issues :
When a physical port is part of a LAG, we have a 404 error.
When a port supports splitting, we have a 404 error on the splitted interfaces, even if they are not created.
Examples :
WARNING:root:FAIL: Getting Port table entry '1/1/55' failed with status code 404: Error when calling GET: Object not found.
=> This interface is part of a LAG
WARNING:root:FAIL: Getting Port table entry '1/1/50:2' failed with status code 404: Error when calling GET: Object not found.
=> This interface represents the port Bugfixes and added supportability #2 when interface 50 is splitted. This is not the case on my setup.
Issue seems to come from the pyaoscx's get_port function.
The text was updated successfully, but these errors were encountered:
When running get_interfaces_ip() function, we face the 2 following issues :
Examples :
WARNING:root:FAIL: Getting Port table entry '1/1/55' failed with status code 404: Error when calling GET: Object not found.
=> This interface is part of a LAG
WARNING:root:FAIL: Getting Port table entry '1/1/50:2' failed with status code 404: Error when calling GET: Object not found.
=> This interface represents the port Bugfixes and added supportability #2 when interface 50 is splitted. This is not the case on my setup.
Issue seems to come from the pyaoscx's get_port function.
The text was updated successfully, but these errors were encountered: