Handle multiple ping commands dialects

Change-Id: I05d8e2efe8ef91d836ec509c779435376b0d721a
This commit is contained in:
Federico Ressi
2019-09-26 14:01:34 +02:00
parent 23d913d7ea
commit 21c4f54fa0
6 changed files with 353 additions and 46 deletions

View File

@@ -28,8 +28,8 @@ OPTIONS = [
help="Max seconds waited from ping command before "
"self terminating himself"),
cfg.StrOpt('fragmentation',
default=True,
help="If disable it will not allow ICMP messages to "
default=None,
help="If False it will not allow ICMP messages to "
"be delivered in smaller fragments"),
cfg.StrOpt('interval',
default=1,