You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
338 B
9 lines
338 B
:INPUT,FORWARD,OUTPUT
|
|
-m statistic;;FAIL
|
|
-m statistic --mode random ! --probability 0.50000000000;=;OK
|
|
-m statistic --mode random ! --probability 1.1;;FAIL
|
|
-m statistic --probability 1;;FAIL
|
|
-m statistic --mode nth ! --every 5 --packet 2;=;OK
|
|
-m statistic --mode nth ! --every 5;;FAIL
|
|
-m statistic --mode nth ! --every 5 --packet 5;;FAIL
|