diff options
author | jack9603301 <jack9603301@163.com> | 2021-07-08 00:47:34 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2021-07-09 16:58:53 +0800 |
commit | db593954f7889a7486bed3f6e920548784d8a9bf (patch) | |
tree | 5714cffb78aa550e1cce537ff1a33c6f3a44bf3d /op-mode-definitions/show-interfaces-bridge.xml.in | |
parent | 17dff308810497aab19428a6340a4261d91893e4 (diff) | |
download | vyos-1x-db593954f7889a7486bed3f6e920548784d8a9bf.tar.gz vyos-1x-db593954f7889a7486bed3f6e920548784d8a9bf.zip |
op-mode: brctl: T3667: Using `bridge` command structure instead of `brctl`
Diffstat (limited to 'op-mode-definitions/show-interfaces-bridge.xml.in')
-rw-r--r-- | op-mode-definitions/show-interfaces-bridge.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/op-mode-definitions/show-interfaces-bridge.xml.in b/op-mode-definitions/show-interfaces-bridge.xml.in index cc4b248b6..85fde95b5 100644 --- a/op-mode-definitions/show-interfaces-bridge.xml.in +++ b/op-mode-definitions/show-interfaces-bridge.xml.in @@ -33,12 +33,6 @@ </properties> <command>${vyos_op_scripts_dir}/show_interfaces.py --intf-type=bridge --action=show</command> </leafNode> - <leafNode name="vlan"> - <properties> - <help>View the VLAN filter settings of the bridge</help> - </properties> - <command>/usr/sbin/bridge -c vlan show</command> - </leafNode> </children> </node> </children> |