diff options
-rwxr-xr-x | scripts/ping | 2 |
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' }, |