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

Prevent nxos.get_interfaces_ip from failing if no ipv6 support #1108

Merged
merged 4 commits into from
Feb 12, 2020

Commits on Jan 13, 2020

  1. Prevent nxos.get_interfaces_ip from failing if no ipv6 support

    Cisco Nexus 3548's still don't support ipv6, so catch the NXAPIPostError
    exception when `get_interfaces_ip` tries to run `show ipv6 interfaces`
    and return the ipv4 addresses
    tcaiazza committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    cd46e79 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Add test for no ipv6 support

    tcaiazza committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    cfd629f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7270624 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    15c53a0 View commit details
    Browse the repository at this point in the history