From bc4f67e0bc08da4008a72ed5196b2638c513df15 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 18 Sep 2023 12:28:15 +0200 Subject: tests/shell: add and use chain binding feature probe Alter 30s-stress to suppress anon chains when its unuspported. Note that 30s-stress is optionally be run standalone, so also update the test script. Signed-off-by: Florian Westphal Signed-off-by: Thomas Haller --- tests/shell/features/chain_binding.nft | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/shell/features/chain_binding.nft (limited to 'tests/shell/features/chain_binding.nft') diff --git a/tests/shell/features/chain_binding.nft b/tests/shell/features/chain_binding.nft new file mode 100644 index 00000000..b381ec54 --- /dev/null +++ b/tests/shell/features/chain_binding.nft @@ -0,0 +1,7 @@ +# d0e2c7de92c7 ("netfilter: nf_tables: add NFT_CHAIN_BINDING") +# v5.9-rc1~133^2~302^2~1 +table ip t { + chain c { + jump { counter; } + } +} -- cgit v1.2.3