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
[config] support for configuring muxcable to manual mode of operation (sonic-net#1642)
What I did
This PR adds support for an option to configure muxcable mode to a manual mode. The manual mode is in addition
to auto/active mode.
The new output would look like this in case an active flag is passed to the command line
admin@sonic:~$ sudo config muxcable mode manual Ethernet0
admin@sonic:~$ sudo config muxcable mode manual all
added an option to set muxcable mode to manual mode, in addition to existing auto/active modes.
How I did it
added the changes in config/muxcable.py and added testcases
How to verify it
Ran the unit tests
Signed-off-by: vaibhav-dahiya <[email protected]>
0 commit comments