From ef4f47003eb102e8b4d8178bb1bb5124a8be64e2 Mon Sep 17 00:00:00 2001
From: jack9603301 <jack9603301@163.com>
Date: Sat, 10 Jul 2021 01:00:38 +0800
Subject: bridge: op-mode: T3667: Fix command line errors

---
 op-mode-definitions/show-bridge.xml.in | 8 +-------
 1 file changed, 1 insertion(+), 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>
-- 
cgit v1.2.3