You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[show] support for show muxcable firmware version of only active banks (sonic-net#1629)
Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com
This PR adds support for an option to display firmware version of muxcable of only active banks.
The new output would look like this in case an active flag is passed to the command line
admin@STR43-0101-0101-01LT0:~$ show muxcable firmware version Ethernet0 --active
{
"version_self_active": "0.7MS",
"version_peer_active": "0.7MS",
"version_nic_active": "0.7MS",
}
What I did
added an option to display active banks only for display muxcable firmware version
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
@click.option('--active', 'active', required=False, is_flag=True, type=click.BOOL, help="display the firmware version of only active bank within MCU's")
0 commit comments