Skip to content

Issue with get_interfaces_ip() #4

Open
@legalla

Description

@legalla

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions