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

For Vlan interfaces nxos driver, the state is not correctly defined (related to json output). #1072

Merged
merged 8 commits into from
Oct 28, 2019

Commits on Oct 22, 2019

  1. For Vlan interfaces nxos driver, the state is not correctly defined (…

    …related to json output).
    
    There are no admin_state and state fields for them.
    Example:
    {
    "interface": "Vlan120",
    "svi_admin_state": "up",
    "svi_line_proto": "up",
    "svi_mac": "002a.6ad3.0000",
    "svi_desc": "",
    "svi_ip_addr": "192.168.0.10",
    "svi_ip_mask": "24",
    "svi_mtu": "1500",
    "svi_bw": "1000000",
    "svi_delay": "10"
    },
    {
    "interface": "Vlan198",
    "svi_admin_state": "down",
    "state_rsn_desc": "Administratively down",
    "svi_line_proto": "down",
    "svi_mac": "002a.6ad3.0000",
    "svi_ip_addr": "192.168.0.11",
    "svi_ip_mask": "24",
    "svi_mtu": "1500",
    "svi_bw": "1000000",
    "svi_delay": "10"
    },
    VictorPavlushin committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    65b33fb View commit details
    Browse the repository at this point in the history
  2. misprint

    VictorPavlushin committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    1c01f7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff8d9b9 View commit details
    Browse the repository at this point in the history
  4. black test

    VictorPavlushin committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    bd3087a View commit details
    Browse the repository at this point in the history
  5. misprint

    VictorPavlushin committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    071724f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e306be View commit details
    Browse the repository at this point in the history
  7. Removed debug output

    VictorPavlushin committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b8753e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

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