diff options
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> |