summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas Mangin <thomas.mangin@exa.net.uk>2020-03-07 23:25:58 +0000
committerThomas Mangin <thomas.mangin@exa.net.uk>2020-03-07 23:25:58 +0000
commit2c1d2a03e950112bff995e6070020a7f74912b35 (patch)
tree5e22c671111d9c3d076b8050bb7d859fd0b9b344 /scripts
parent6c180312ef9ea9a22727e8dd01cdf0553df6028f (diff)
downloadvyatta-op-2c1d2a03e950112bff995e6070020a7f74912b35.tar.gz
vyatta-op-2c1d2a03e950112bff995e6070020a7f74912b35.zip
ping: T31: using vrf requires sudo
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ping2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ping b/scripts/ping
index 5be9b82..60430d6 100755
--- a/scripts/ping
+++ b/scripts/ping
@@ -136,7 +136,7 @@ options = {
'help': 'Maximum packet lifetime'
},
'vrf': {
- 'ping': 'ip vrf exec {value} {command}',
+ 'ping': 'sudo ip vrf exec {value} {command}',
'type': '<vrf>',
'help': 'Use specified VRF table'
},