diff options
author | jack9603301 <jack9603301@163.com> | 2021-07-10 01:00:38 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2021-07-10 01:00:38 +0800 |
commit | ef4f47003eb102e8b4d8178bb1bb5124a8be64e2 (patch) | |
tree | 115fc4caa6b7ab6c9368fbef313b849022d2ba6f /op-mode-definitions/show-bridge.xml.in | |
parent | 021765700a8ae5faa37de0aba9ee31ce4a46626f (diff) | |
download | vyos-1x-ef4f47003eb102e8b4d8178bb1bb5124a8be64e2.tar.gz vyos-1x-ef4f47003eb102e8b4d8178bb1bb5124a8be64e2.zip |
bridge: op-mode: T3667: Fix command line errors
Diffstat (limited to 'op-mode-definitions/show-bridge.xml.in')
-rw-r--r-- | op-mode-definitions/show-bridge.xml.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in index 9bb8f137c..2c792be4a 100644 --- a/op-mode-definitions/show-bridge.xml.in +++ b/op-mode-definitions/show-bridge.xml.in @@ -27,7 +27,7 @@ <properties> <help>Displays the multicast group database for the bridge</help> </properties> - <command>bridge -c fdb show br $3</command> + <command>bridge -c fdb show dev $3</command> </leafNode> <leafNode name="fdb"> <properties> @@ -35,12 +35,6 @@ </properties> <command>bridge -c fdb show br $3</command> </leafNode> - <leafNode name="vlan"> - <properties> - <help>View the VLAN filter settings of the bridge</help> - </properties> - <command>bridge -c vlan show br $3</command> - </leafNode> </children> </tagNode> </children> |