diff options
Diffstat (limited to 'tests/shell/features/bitshift.nft')
-rw-r--r-- | tests/shell/features/bitshift.nft | 7 |
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 0000000..7f9ccb6 --- /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 + } +} |