summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-07-31 21:02:44 +0200
committerChristian Breunig <christian@breunig.cc>2023-07-31 21:02:44 +0200
commit0f25f97c9c5fd4c8f698395565e0b065b7f1c6e9 (patch)
tree66b32d70e44a814dc8908800e12a822152fbf59c /op-mode-definitions
parentbd7cc746a9f6e7e18f2c73e4b66f4db24618c223 (diff)
downloadvyos-1x-0f25f97c9c5fd4c8f698395565e0b065b7f1c6e9.tar.gz
vyos-1x-0f25f97c9c5fd4c8f698395565e0b065b7f1c6e9.zip
op-mode: T3700: add "show evpn access-vlan" commands
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-evpn.xml.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/op-mode-definitions/show-evpn.xml.in b/op-mode-definitions/show-evpn.xml.in
index 0bdb41e7a..9e8d9f2dc 100644
--- a/op-mode-definitions/show-evpn.xml.in
+++ b/op-mode-definitions/show-evpn.xml.in
@@ -7,6 +7,34 @@
<help>Show Ethernet VPN (EVPN) information</help>
</properties>
<children>
+ <node name="access-vlan">
+ <properties>
+ <help>Access VLANs</help>
+ </properties>
+ <children>
+ #include <include/frr-detail.xml.i>
+ </children>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+ </node>
+ <tagNode name="access-vlan">
+ <properties>
+ <help>Access VLANs interface name</help>
+ <completionHelp>
+ <script>${vyos_completion_dir}/list_interfaces --bridgeable</script>
+ </completionHelp>
+ </properties>
+ <children>
+ <node name="node.tag">
+ <properties>
+ <help>VLAN ID</help>
+ <completionHelp>
+ <list>&lt;1-4094&gt;</list>
+ </completionHelp>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+ </node>
+ </children>
+ </tagNode>
<node name="arp-cache">
<properties>
<help>ARP and ND cache</help>