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

[show][muxcable] add support for show mux firmware version all (#2441) #2457

Merged
merged 3 commits into from
Oct 27, 2022

Commits on Oct 26, 2022

  1. [show][muxcable] add support for show mux firmware version all (sonic…

    …-net#2441)
    
    Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com
    
    This PR adds support for show mux firmware version all as well as adds a click confirmation to process event-log
    This PR also fixes a permission issue for executing the show mux packetloss command.
    
    $show mux firmware version all
    
    {
        "Ethernet116": {
            "version_nic_active": "1.0MV",
            "version_nic_inactive": "0.9MS",
            "version_nic_next": "1.0MV",
            "version_peer_active": "1.0MV",
            "version_peer_inactive": "0.9MS",
            "version_peer_next": "1.0MV",
            "version_self_active": "1.0MV",
            "version_self_inactive": "0.9MS",
            "version_self_next": "1.0MV"
        }
    }
    {
        "Ethernet120": {
            "version_nic_active": "1.0MV",
            "version_nic_inactive": "0.9MS",
            "version_nic_next": "1.0MV",
            "version_peer_active": "1.0MV",
            "version_peer_inactive": "0.9MS",
            "version_peer_next": "1.0MV",
            "version_self_active": "1.0MV",
            "version_self_inactive": "0.9MS",
            "version_self_next": "1.0MV"
        }
    }
    $ show mux firmware version all --active
    
    {
        "Ethernet116": {
            "version_nic_active": "1.0MV",
            "version_peer_active": "1.0MV",
            "version_self_active": "1.0MV"
        }
    }
    {
        "Ethernet120": {
            "version_nic_active": "1.0MV",
            "version_peer_active": "1.0MV",
            "version_self_active": "1.0MV"
        }
    }
    vdahiya12 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b88ca84 View commit details
    Browse the repository at this point in the history
  2. remove conflict

    Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
    vdahiya12 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c7e21e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda2785 View commit details
    Browse the repository at this point in the history