From 721b9dec5499b0a06a1b7a30c2a989cdc712a344 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 18 Apr 2022 00:00:18 +0200 Subject: tests: add concat test case with integer base type subkey Signed-off-by: Florian Westphal --- tests/shell/testcases/sets/typeof_sets_0 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/shell/testcases/sets/typeof_sets_0') diff --git a/tests/shell/testcases/sets/typeof_sets_0 b/tests/shell/testcases/sets/typeof_sets_0 index be906cdc..5fc6a121 100755 --- a/tests/shell/testcases/sets/typeof_sets_0 +++ b/tests/shell/testcases/sets/typeof_sets_0 @@ -50,6 +50,11 @@ EXPECTED="table inet t { elements = { 0, 1, 2, 3, 4, 15 } } + set s10 { + typeof meta iifname . ip saddr . ipsec in reqid + elements = { \"eth0\" . 10.1.1.2 . 42 } + } + chain c1 { osf name @s1 accept } @@ -81,6 +86,10 @@ EXPECTED="table inet t { chain c9 { ip hdrlength @s9 accept } + + chain c10 { + meta iifname . ip saddr . ipsec in reqid @s10 accept + } }" set -e -- cgit v1.2.3