diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-05-01 23:31:58 +0100 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-05-01 23:31:58 +0100 |
commit | c5a6bd46eb79915a343cbd93800a4ff762ea2dfe (patch) | |
tree | c7ba752bcf92257ebc4d0ec9aefdfb1f93436279 /scripts | |
parent | 703954960e0eeb981a037009c2445c3b5eafcdb4 (diff) | |
download | vyatta-op-c5a6bd46eb79915a343cbd93800a4ff762ea2dfe.tar.gz vyatta-op-c5a6bd46eb79915a343cbd93800a4ff762ea2dfe.zip |
ping: T2412: use sudo for option flood
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ping b/scripts/ping index e8b0471..f3b3ee9 100755 --- a/scripts/ping +++ b/scripts/ping @@ -51,7 +51,7 @@ options = { 'help': 'Number of seconds before ping exits' }, 'flood': { - 'ping': '{command} -f', + 'ping': 'sudo {command} -f', 'type': 'noarg', 'help': 'Send 100 requests per second' }, |