diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-09 22:16:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 22:16:04 +0200 |
commit | 2a299c3fb23e7546bc26de8be83a3fda153e4e63 (patch) | |
tree | 115fc4caa6b7ab6c9368fbef313b849022d2ba6f | |
parent | 021765700a8ae5faa37de0aba9ee31ce4a46626f (diff) | |
parent | ef4f47003eb102e8b4d8178bb1bb5124a8be64e2 (diff) | |
download | vyos-1x-2a299c3fb23e7546bc26de8be83a3fda153e4e63.tar.gz vyos-1x-2a299c3fb23e7546bc26de8be83a3fda153e4e63.zip |
Merge pull request #915 from jack9603301/T3667
bridge: op-mode: T3667: Fix command line errors
-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> |