summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/bitshift.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/bitshift.nft')
-rw-r--r--tests/shell/features/bitshift.nft7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/features/bitshift.nft b/tests/shell/features/bitshift.nft
new file mode 100644
index 00000000..7f9ccb64
--- /dev/null
+++ b/tests/shell/features/bitshift.nft
@@ -0,0 +1,7 @@
+# 567d746b55bc ("netfilter: bitwise: add support for shifts.")
+# v5.6-rc1~151^2~73^2
+table ip t {
+ chain c {
+ meta mark set meta mark << 2
+ }
+}