summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces-macsec.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-interfaces-macsec.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-interfaces-macsec.xml.in')
-rw-r--r--op-mode-definitions/show-interfaces-macsec.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-interfaces-macsec.xml.in b/op-mode-definitions/show-interfaces-macsec.xml.in
index 6aeab66af..a264ff22e 100644
--- a/op-mode-definitions/show-interfaces-macsec.xml.in
+++ b/op-mode-definitions/show-interfaces-macsec.xml.in
@@ -11,7 +11,7 @@
<path>interfaces macsec</path>
</completionHelp>
</properties>
- <command>/usr/sbin/ip macsec show</command>
+ <command>ip macsec show</command>
</node>
<tagNode name="macsec">
<properties>
@@ -20,7 +20,7 @@
<path>interfaces macsec</path>
</completionHelp>
</properties>
- <command>/usr/sbin/ip macsec show $4</command>
+ <command>ip macsec show $4</command>
</tagNode>
</children>
</node>