summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-bridge.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-07-31 21:40:59 +0200
committerChristian Breunig <christian@breunig.cc>2023-07-31 21:41:35 +0200
commit348cc302258b59b3e31c4aeb7ccc432086908edc (patch)
tree2d873ebfc6a82de71d7c9d342ad511447646c43a /op-mode-definitions/show-bridge.xml.in
parent0f25f97c9c5fd4c8f698395565e0b065b7f1c6e9 (diff)
downloadvyos-1x-348cc302258b59b3e31c4aeb7ccc432086908edc.tar.gz
vyos-1x-348cc302258b59b3e31c4aeb7ccc432086908edc.zip
T3700: add "show bridge vlan tunnel"
Diffstat (limited to 'op-mode-definitions/show-bridge.xml.in')
-rw-r--r--op-mode-definitions/show-bridge.xml.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in
index a272ea204..fad3f3418 100644
--- a/op-mode-definitions/show-bridge.xml.in
+++ b/op-mode-definitions/show-bridge.xml.in
@@ -7,12 +7,20 @@
<help>Show bridging information</help>
</properties>
<children>
- <leafNode name="vlan">
+ <node name="vlan">
<properties>
<help>View the VLAN filter settings of the bridge</help>
</properties>
<command>${vyos_op_scripts_dir}/bridge.py show_vlan</command>
- </leafNode>
+ <children>
+ <leafNode name="tunnel">
+ <properties>
+ <help>Show bridge VLAN tunnel mapping</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/bridge.py show_vlan --tunnel</command>
+ </leafNode>
+ </children>
+ </node>
</children>
</node>
<leafNode name="bridge">