Open
Description
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 LAGWARNING: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.
Metadata
Metadata
Assignees
Labels
No labels