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

Issue with get_interfaces_ip() #4

Open
legalla opened this issue Oct 5, 2020 · 1 comment
Open

Issue with get_interfaces_ip() #4

legalla opened this issue Oct 5, 2020 · 1 comment

Comments

@legalla
Copy link

legalla commented Oct 5, 2020

When running get_interfaces_ip() function, we face the 2 following issues :

  1. When a physical port is part of a LAG, we have a 404 error.
  2. When a port supports splitting, we have a 404 error on the splitted interfaces, even if they are not created.

Examples :

  1. 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
  2. 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.

@alagoutte
Copy link
Contributor

May be need to use 10.04 API and not longer v1 (with there is always ports) for get interface ? @alvinc13

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

No branches or pull requests

2 participants