diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-01 14:30:27 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-01 14:30:27 +0200 |
commit | f69fccfead3f2b0608d14d099f5583bb397d6131 (patch) | |
tree | 7e3d67cbd33be2fac56bbd6a9278ad1053ad2800 /op-mode-definitions/show-vrf.xml | |
parent | 50a0781b3f3e0c86d6418acb72b0036729a72283 (diff) | |
download | vyos-1x-f69fccfead3f2b0608d14d099f5583bb397d6131.tar.gz vyos-1x-f69fccfead3f2b0608d14d099f5583bb397d6131.zip |
T2690: add VRF support to "add system image"
Diffstat (limited to 'op-mode-definitions/show-vrf.xml')
-rw-r--r-- | op-mode-definitions/show-vrf.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/op-mode-definitions/show-vrf.xml b/op-mode-definitions/show-vrf.xml index 1c806908b..438e7c334 100644 --- a/op-mode-definitions/show-vrf.xml +++ b/op-mode-definitions/show-vrf.xml @@ -11,9 +11,9 @@ <tagNode name="vrf"> <properties> <help>Show information on specific VRF instance</help> - <completionHelp> - <path>vrf name</path> - </completionHelp> + <completionHelp> + <path>vrf name</path> + </completionHelp> </properties> <command>${vyos_op_scripts_dir}/show_vrf.py -e "$3"</command> <children> |