summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces-l2tpv3.xml
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-06 16:27:09 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-06 16:54:57 +0200
commit459e32b3697396d032d50e9b5b5ab98518ce5cec (patch)
tree14f75afa557a4e13b65cf1a33b8bf474850167ee /op-mode-definitions/show-interfaces-l2tpv3.xml
parent35d8f6ecc6b657bb842619eff15e8e71a66b7891 (diff)
downloadvyos-1x-459e32b3697396d032d50e9b5b5ab98518ce5cec.tar.gz
vyos-1x-459e32b3697396d032d50e9b5b5ab98518ce5cec.zip
op-mode: T2546: migrate show interfaces tunnel,input,pseudo-ethernet,l2tpv3 ...
Migrate additional show commands to XML * show interfaces tunnel ... * show interfaces input ... * show interfaces pseudo-ethernet ... * show interfaces l2tpv3 ... * show interfaces bridge ... * show interfaces vti ... * show interfaces vxlan ...
Diffstat (limited to 'op-mode-definitions/show-interfaces-l2tpv3.xml')
-rw-r--r--op-mode-definitions/show-interfaces-l2tpv3.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/op-mode-definitions/show-interfaces-l2tpv3.xml b/op-mode-definitions/show-interfaces-l2tpv3.xml
new file mode 100644
index 000000000..60fee34a1
--- /dev/null
+++ b/op-mode-definitions/show-interfaces-l2tpv3.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<interfaceDefinition>
+ <node name="show">
+ <children>
+ <node name="interfaces">
+ <children>
+ <tagNode name="l2tpv3">
+ <properties>
+ <help>Show L2TPv3 interface information</help>
+ <completionHelp>
+ <path>interfaces l2tpv3</path>
+ </completionHelp>
+ </properties>
+ <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4"</command>
+ <children>
+ <leafNode name="brief">
+ <properties>
+ <help>Show summary of the specified L2TPv3 interface information</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief</command>
+ </leafNode>
+ </children>
+ </tagNode>
+ <node name="l2tpv3">
+ <properties>
+ <help>Show L2TPv3 interface information</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/show_interfaces.py --intf-type=l2tpv3 --action=show-brief</command>
+ <children>
+ <leafNode name="detail">
+ <properties>
+ <help>Show detailed L2TPv3 interface information</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/show_interfaces.py --intf-type=l2tpv3 --action=show</command>
+ </leafNode>
+ </children>
+ </node>
+ </children>
+ </node>
+ </children>
+ </node>
+</interfaceDefinition>