summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_mark.t
Commit message (Collapse)AuthorAgeFilesLines
* extensions: mark: Test double bitwise in a rulePhil Sutter2022-11-161-0/+1
| | | | | | | In v1.8.8, the second bitwise changed the first one, messing iptables-nft-save output. Signed-off-by: Phil Sutter <phil@nwl.cc>
* tests: *.t: Fix for hexadecimal outputPhil Sutter2022-10-261-1/+1
| | | | | | | Use hex input to avoid having to specify an expected output in trivial cases. Signed-off-by: Phil Sutter <phil@nwl.cc>
* extensions: libxt_mark: add unit testPablo Neira Ayuso2013-10-071-0/+7
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>