diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-18 22:28:47 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-18 22:28:47 +0200 |
commit | 21d97ba0651fc20bded91e22e00a402d0044da3c (patch) | |
tree | 95ef4d9fc1c34bb31114d6e1d303df03004a46a0 /op-mode-definitions/show-interfaces-macsec.xml.in | |
parent | b76931e6d3a4bd0cdb74ca447a746ab6855fcf55 (diff) | |
download | vyos-1x-21d97ba0651fc20bded91e22e00a402d0044da3c.tar.gz vyos-1x-21d97ba0651fc20bded91e22e00a402d0044da3c.zip |
op-mode: drop full path to iproute2 binary
Diffstat (limited to 'op-mode-definitions/show-interfaces-macsec.xml.in')
-rw-r--r-- | op-mode-definitions/show-interfaces-macsec.xml.in | 4 |
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> |