]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: regression: any/ct: remove wrong output
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 30 Nov 2014 20:56:46 +0000 (21:56 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 1 Dec 2014 16:28:25 +0000 (17:28 +0100)
commitf77294ee03545141caf046df8c789ed494357627
tree3af006dab3537752b5bcd00abb3c82bf4c69af45
parent3d8ea12dc1eb3e0c39716a13b79437c773e90fec
tests: regression: any/ct: remove wrong output

ct mark 0x32-0x45

displays:

ct mark >= 0x00000032 ct mark <= 0x00000045
                                 ^^^^^^^^^^
instead of ct mark <= 0x45000000
                      ^^^^^^^^^^

Remove the custom output so this displays a warning. nft should
(at some point) merge the two statements into one single to express
the range from the netlink_delinearize step.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/regression/any/ct.t