Blame extensions/libxt_mark.txlate
|
Packit |
7b22a4 |
iptables-translate -I INPUT -p tcp -m mark ! --mark 0xa/0xa
|
|
Packit |
7b22a4 |
nft insert rule ip filter INPUT ip protocol tcp mark and 0xa != 0xa counter
|
|
Packit |
7b22a4 |
|
|
Packit |
7b22a4 |
iptables-translate -I INPUT -p tcp -m mark ! --mark 0x1
|
|
Packit |
7b22a4 |
nft insert rule ip filter INPUT ip protocol tcp mark != 0x1 counter
|