diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-25 15:26:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 15:26:45 +0200 |
commit | fd4bda3c791a6f4506d0e6e1283b1560f9ec3a41 (patch) | |
tree | 5e5ac9dbe55e6e388d19d8a370d9adca74ec9fa1 /op-mode-definitions/show-vrf.xml.in | |
parent | 3337aedd5f7ff48bfad051d760023a188fdace70 (diff) | |
parent | 4caffa16a076f8f174cd86b666021c5fac878af1 (diff) | |
download | vyos-1x-fd4bda3c791a6f4506d0e6e1283b1560f9ec3a41.tar.gz vyos-1x-fd4bda3c791a6f4506d0e6e1283b1560f9ec3a41.zip |
Merge pull request #1430 from sever-sever/T4562
vrf: T4562: Rewrite show vrf to vyos.opmode format
Diffstat (limited to 'op-mode-definitions/show-vrf.xml.in')
-rw-r--r-- | op-mode-definitions/show-vrf.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-vrf.xml.in b/op-mode-definitions/show-vrf.xml.in index 9c38c30fe..d8d5284d7 100644 --- a/op-mode-definitions/show-vrf.xml.in +++ b/op-mode-definitions/show-vrf.xml.in @@ -6,7 +6,7 @@ <properties> <help>Show VRF information</help> </properties> - <command>${vyos_op_scripts_dir}/show_vrf.py -e</command> + <command>${vyos_op_scripts_dir}/vrf.py show</command> </node> <tagNode name="vrf"> <properties> |