From: Pablo Neira Ayuso Date: Sat, 22 Mar 2025 20:43:26 +0000 (+0100) Subject: tests: shell: missing ct count elements in new set_stmt test X-Git-Tag: v1.1.2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74ba5ff75bf79bb6b4aa68e4bbddad47e4984beb;p=thirdparty%2Fnftables.git tests: shell: missing ct count elements in new set_stmt test Add missing entries to dump file. Reported-by: Florian Westphal Fixes: 1f3d0b9cf9cc ("tests: shell: extend coverage for set element statements") Signed-off-by: Pablo Neira Ayuso Signed-off-by: Florian Westphal --- diff --git a/tests/shell/testcases/sets/dumps/set_stmt.nft b/tests/shell/testcases/sets/dumps/set_stmt.nft index f8cf08a1..71ba7996 100644 --- a/tests/shell/testcases/sets/dumps/set_stmt.nft +++ b/tests/shell/testcases/sets/dumps/set_stmt.nft @@ -20,6 +20,10 @@ table ip x { set y2 { type ipv4_addr ct count over 2 + elements = { 2.2.2.2 ct count over 5, + 3.3.3.2 ct count over 2, + 5.5.5.2 ct count over 2, + 6.6.6.2 ct count over 5 } } set y3 {