From 9cc41467c75ab6beb35e0d7c34d04acd1a44861b Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 11 Jan 2024 13:11:22 +0100 Subject: payload: only assert if l2 header base has no length nftables will assert in some cases because the sanity check is done even for network and transport header bases. However, stacked headers are only supported for the link layer. Move the assertion around and add a test case for this. Signed-off-by: Florian Westphal --- tests/shell/testcases/bogons/nft-f/payload_expr_pctx_update_assert | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/shell/testcases/bogons/nft-f/payload_expr_pctx_update_assert (limited to 'tests/shell/testcases') diff --git a/tests/shell/testcases/bogons/nft-f/payload_expr_pctx_update_assert b/tests/shell/testcases/bogons/nft-f/payload_expr_pctx_update_assert new file mode 100644 index 00000000..64bd596a --- /dev/null +++ b/tests/shell/testcases/bogons/nft-f/payload_expr_pctx_update_assert @@ -0,0 +1 @@ +x x comp nexthdr comp -- cgit v1.2.3