diff options
author | jack9603301 <jack9603301@163.com> | 2021-07-10 18:44:42 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2021-07-10 18:47:28 +0800 |
commit | bd2c6d55b5813528d58f8828d18899c30958861b (patch) | |
tree | 3bae91eebe521c3fd6f0ad8ac20cb2d1d19c0b8b /op-mode-definitions | |
parent | d32d6d23828b17e3cd4acb9e9a1d41796672c028 (diff) | |
download | vyos-1x-bd2c6d55b5813528d58f8828d18899c30958861b.tar.gz vyos-1x-bd2c6d55b5813528d58f8828d18899c30958861b.zip |
bridge: op-mode: T3667: Fix command line errors
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-bridge.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in index 6a099acb6..268bfaddd 100644 --- a/op-mode-definitions/show-bridge.xml.in +++ b/op-mode-definitions/show-bridge.xml.in @@ -34,7 +34,7 @@ <properties> <help>Displays the multicast group database for the bridge</help> </properties> - <command>bridge -c fdb show dev $3</command> + <command>bridge -c mdb show dev $3</command> </leafNode> <leafNode name="fdb"> <properties> |