From edc64e7fb63757a3779df12945ecefca9c462952 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 25 Jun 2025 17:35:01 +0100 Subject: op-mode: T7560: add support for virtual tag nodes for cases when commands need both fixed and variable arguments --- op-mode-definitions/show-interfaces-vxlan.xml.in | 38 ++++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'op-mode-definitions/show-interfaces-vxlan.xml.in') diff --git a/op-mode-definitions/show-interfaces-vxlan.xml.in b/op-mode-definitions/show-interfaces-vxlan.xml.in index 89c8d075b..4623e9371 100644 --- a/op-mode-definitions/show-interfaces-vxlan.xml.in +++ b/op-mode-definitions/show-interfaces-vxlan.xml.in @@ -4,25 +4,7 @@ - - - Show specified VXLAN interface information - - interfaces vxlan - - - ${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=vxlan - - - - Show summary of the specified VXLAN interface information - - ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4" --intf-type=vxlan - - #include - - - + Show VXLAN interface information @@ -34,6 +16,24 @@ ${vyos_op_scripts_dir}/interfaces.py show --intf-type=vxlan + + + Show specified VXLAN interface information + + interfaces vxlan + + + ${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=vxlan + + + + Show summary of the specified VXLAN interface information + + ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4" --intf-type=vxlan + + #include + + -- cgit v1.2.3