From 885845468408a816839e85f5533e236ff796d45e Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 18 Sep 2023 12:28:19 +0200 Subject: tests/shell: skip bitshift tests if kernel lacks support Signed-off-by: Florian Westphal Signed-off-by: Thomas Haller --- tests/shell/features/bitshift.nft | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/shell/features/bitshift.nft (limited to 'tests/shell/features/bitshift.nft') 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 + } +} -- cgit v1.2.3