summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-vrf.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-18 22:28:47 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-18 22:28:47 +0200
commit21d97ba0651fc20bded91e22e00a402d0044da3c (patch)
tree95ef4d9fc1c34bb31114d6e1d303df03004a46a0 /op-mode-definitions/show-vrf.xml.in
parentb76931e6d3a4bd0cdb74ca447a746ab6855fcf55 (diff)
downloadvyos-1x-21d97ba0651fc20bded91e22e00a402d0044da3c.tar.gz
vyos-1x-21d97ba0651fc20bded91e22e00a402d0044da3c.zip
op-mode: drop full path to iproute2 binary
Diffstat (limited to 'op-mode-definitions/show-vrf.xml.in')
-rw-r--r--op-mode-definitions/show-vrf.xml.in2
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 438e7c334..9c38c30fe 100644
--- a/op-mode-definitions/show-vrf.xml.in
+++ b/op-mode-definitions/show-vrf.xml.in
@@ -21,7 +21,7 @@
<properties>
<help>Shows all process ids associated with VRF</help>
</properties>
- <command>/usr/sbin/ip vrf pids "$3"</command>
+ <command>ip vrf pids "$3"</command>
</leafNode>
</children>
</tagNode>