From d012c732a8902d4848e29f37fcede66a060e3c7f Mon Sep 17 00:00:00 2001 From: Cheeze_It Date: Thu, 5 Aug 2021 16:00:33 -0600 Subject: PING: T3634: Fixing do not fragment to Ping In this commit we fix the do not fragment capability for ping commands. Sorry for messing it up earlier :( --- src/op_mode/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/op_mode/ping.py b/src/op_mode/ping.py index 610f6a05d..2144ab53c 100755 --- a/src/op_mode/ping.py +++ b/src/op_mode/ping.py @@ -51,7 +51,7 @@ options = { 'help': 'Number of seconds before ping exits' }, 'do-not-fragment': { - 'ping': '{command} -M dont', + 'ping': '{command} -M do', 'type': 'noarg', 'help': 'Set DF-bit flag to 1 for no fragmentation' }, -- cgit v1.2.3