diff options
Diffstat (limited to 'op-mode-definitions/show-vrf.xml')
-rw-r--r-- | op-mode-definitions/show-vrf.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/op-mode-definitions/show-vrf.xml b/op-mode-definitions/show-vrf.xml new file mode 100644 index 000000000..fb2fddd49 --- /dev/null +++ b/op-mode-definitions/show-vrf.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<interfaceDefinition> + <node name="show"> + <children> + <node name="vrf"> + <properties> + <help>Show VRF information</help> + </properties> + <command>${vyos_completion_dir}/list_vrf.py -e</command> + <children> + <tagNode name="name"> + <properties> + <help>Show VRF information for an interface</help> + <completionHelp> + <script>${vyos_completion_dir}/list_vrf.py</script> + </completionHelp> + </properties> + <command>${vyos_completion_dir}/list_vrf.py -e "$4"</command> + </tagNode> + </children> + </node> + </children> + </node> +</interfaceDefinition> |