summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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'
},