From b90b2482aa026ffbc9105348098094c4b09c1dc4 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 1 Sep 2023 14:05:05 +0200 Subject: tests/shell: typeof_integer/raw: prefer @nh for payload matching @ih fails on kernels where payload expression doesn't support the 'inner' base offset. This test isn't about inner headers, so just use @nh which is universally available. Signed-off-by: Florian Westphal --- tests/shell/testcases/sets/dumps/typeof_raw_0.nft | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/shell/testcases/sets/dumps/typeof_raw_0.nft') diff --git a/tests/shell/testcases/sets/dumps/typeof_raw_0.nft b/tests/shell/testcases/sets/dumps/typeof_raw_0.nft index 499ff167..4d6abaaa 100644 --- a/tests/shell/testcases/sets/dumps/typeof_raw_0.nft +++ b/tests/shell/testcases/sets/dumps/typeof_raw_0.nft @@ -6,7 +6,7 @@ table inet t { } chain y { - ip saddr . @ih,32,32 { 1.1.1.1 . 0x14, 2.2.2.2 . 0x1e } - ip daddr . @ih,32,32 @y + ip saddr . @nh,32,32 { 1.1.1.1 . 0x14, 2.2.2.2 . 0x1e } + ip daddr . @nh,32,32 @y } } -- cgit v1.2.3