From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/show-interfaces-vxlan.xml | 42 --------------------------- 1 file changed, 42 deletions(-) delete mode 100644 op-mode-definitions/show-interfaces-vxlan.xml (limited to 'op-mode-definitions/show-interfaces-vxlan.xml') diff --git a/op-mode-definitions/show-interfaces-vxlan.xml b/op-mode-definitions/show-interfaces-vxlan.xml deleted file mode 100644 index 4e3cb93cd..000000000 --- a/op-mode-definitions/show-interfaces-vxlan.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - Show VXLAN interface information - - interfaces vxlan - - - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" - - - - Show summary of the specified VXLAN interface information - - ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief - - - - - - Show VXLAN interface information - - ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=vxlan --action=show-brief - - - - Show detailed VXLAN interface information - - ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=vxlan --action=show - - - - - - - - -- cgit v1.2.3