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
What I did
Added the namespace support for show bfd summary & show bfd peer <peer_id> command. For example, users can run show bfd summary -n asic0, show bfd peer 10.0.1.1 -n asic0 and etc.
How I did it
How to verify it
Run show bfd summary -n <namespace> and show bfd peer <peer_id> -n <namespace> and verify the output
Previous command output (if the output of a command-line utility has changed)
Nothing has changed to the output of these 2 commands, we are only adding the namespace argument support in this PR. Users can still use the sudo ip netns exec asicX ... way after this PR.
I confirmed the output of sudo ip netns exec asicX show bfd summary and show bfd summary -n asicX are the same, and sudo ip netns exec asicX show bfd peer <peer_id> and show bfd peer <peer_id> -n asicX are the same
New command output (if the output of a command-line utility has changed)
Nothing has changed to the output of these 2 commands, we are only adding the namespace argument support in this PR. Users can still use the sudo ip netns exec asicX ... way after this PR.
I confirmed the output of sudo ip netns exec asicX show bfd summary and show bfd summary -n asicX are the same, and sudo ip netns exec asicX show bfd peer <peer_id> and show bfd peer <peer_id> -n asicX are the same
co-authorized by: jianquanye@microsoft.com
0 commit comments