From: Florian Westphal Date: Fri, 22 Sep 2023 09:47:42 +0000 (+0200) Subject: tests: shell: skip flowtable-uaf if we lack table owner support X-Git-Tag: v1.0.9~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10373f0936cd35de107d9e45e4151d98f9ca306f;p=thirdparty%2Fnftables.git tests: shell: skip flowtable-uaf if we lack table owner support Signed-off-by: Florian Westphal --- diff --git a/tests/shell/features/table_flag_owner.nft b/tests/shell/features/table_flag_owner.nft new file mode 100644 index 00000000..6e6f608a --- /dev/null +++ b/tests/shell/features/table_flag_owner.nft @@ -0,0 +1,5 @@ +# 6001a930ce03 ("netfilter: nftables: introduce table ownership") +# v5.12-rc1~200^2~6^2 +table t { + flag owner; +} diff --git a/tests/shell/testcases/owner/0001-flowtable-uaf b/tests/shell/testcases/owner/0001-flowtable-uaf index 8b7a551c..c07e8d6a 100755 --- a/tests/shell/testcases/owner/0001-flowtable-uaf +++ b/tests/shell/testcases/owner/0001-flowtable-uaf @@ -1,5 +1,7 @@ #!/bin/bash +# NFT_TEST_REQUIRES(NFT_TEST_HAVE_table_flag_owner) + set -e $NFT -f - <