From 02d660b060abccaec665b0bd8a835037a5704f1a Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Tue, 15 Aug 2023 18:27:42 +0200 Subject: tests: add one more chain jump in vmap test This triggers a splat on kernels that lack 314c82841602 ("netfilter: nf_tables: can't schedule in nft_chain_validate"). There is another test case that triggers this splat (optimize/ruleset), but that test uses some more advanced features that don't exist on older kernels, so the splat is never seen. Signed-off-by: Florian Westphal --- tests/shell/testcases/maps/dumps/vmap_timeout.nft | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/shell/testcases/maps/dumps/vmap_timeout.nft') diff --git a/tests/shell/testcases/maps/dumps/vmap_timeout.nft b/tests/shell/testcases/maps/dumps/vmap_timeout.nft index 7bbad87c..295971ab 100644 --- a/tests/shell/testcases/maps/dumps/vmap_timeout.nft +++ b/tests/shell/testcases/maps/dumps/vmap_timeout.nft @@ -14,7 +14,12 @@ table inet filter { chain ssh_input { } + chain log_and_drop { + drop + } + chain other_input { + goto log_and_drop } chain wan_input { -- cgit v1.2.3