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:29:03 +0200
commit61051911bf1e3da4f5939dc25177a63489e4a6be (patch)
treeacd20d2e8921847adf6bdd76272719e7d01f491f /op-mode-definitions/show-vrf.xml.in
parent432e5048db19ddf5a7505866421f77bb01635d08 (diff)
downloadvyos-1x-61051911bf1e3da4f5939dc25177a63489e4a6be.tar.gz
vyos-1x-61051911bf1e3da4f5939dc25177a63489e4a6be.zip
op-mode: drop full path to iproute2 binary
(cherry picked from commit 21d97ba0651fc20bded91e22e00a402d0044da3c)
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>