summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-11-16 11:52:20 +0100
committerPhil Sutter <phil@nwl.cc>2022-11-16 14:30:16 +0100
commitc9d41cefbe6eafb4a6b12c69fc1fa54b716d6c99 (patch)
treedea6b91d3b996f28d21d8e26586f1e920f81e031 /extensions
parent15f43c4be9506bd038bf7d960c0f372f4bd2135e (diff)
extensions: mark: Test double bitwise in a rule
In v1.8.8, the second bitwise changed the first one, messing iptables-nft-save output. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_mark.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/libxt_mark.t b/extensions/libxt_mark.t
index 7aeb8715..12c05865 100644
--- a/extensions/libxt_mark.t
+++ b/extensions/libxt_mark.t
@@ -5,3 +5,4 @@
-m mark --mark 4294967296;;FAIL
-m mark --mark -1;;FAIL
-m mark;;FAIL
+-s 1.2.0.0/15 -m mark --mark 0x0/0xff0;=;OK