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.
8 lines
241 B
8 lines
241 B
4 months ago
|
:INPUT,FORWARD,OUTPUT
|
||
|
-j MARK --set-xmark 0xfeedcafe/0xfeedcafe;=;OK
|
||
|
-j MARK --set-xmark 0;=;OK
|
||
|
-j MARK --set-xmark 4294967295;-j MARK --set-xmark 0xffffffff;OK
|
||
|
-j MARK --set-xmark 4294967296;;FAIL
|
||
|
-j MARK --set-xmark -1;;FAIL
|
||
|
-j MARK;;FAIL
|