From c5a8e3ef0f22bafbc4bee4e69f2166d0494cf5d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sun, 24 Oct 2021 10:59:56 +0200 Subject: [PATCH] tests: adapt test to new ICMP print logic MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: 35f5120afcf158e445062fdb5072684ed24d91d0 Signed-off-by: Thomas Weißschuh --- tests/03_rules/04_icmp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/03_rules/04_icmp b/tests/03_rules/04_icmp index 53cee11..834ecc7 100644 --- a/tests/03_rules/04_icmp +++ b/tests/03_rules/04_icmp @@ -100,8 +100,8 @@ table inet fw4 { meta l4proto icmp counter comment "!fw4: ICMP rule #1" meta nfproto ipv6 meta l4proto ipv6-icmp counter comment "!fw4: ICMP rule #2" meta nfproto ipv6 meta l4proto ipv6-icmp counter comment "!fw4: ICMP rule #3" - meta nfproto ipv4 icmp type . icmp code 12 . 0 counter comment "!fw4: ICMP rule #4" - meta nfproto ipv6 icmpv6 type . icmpv6 code 136 . 0 counter comment "!fw4: ICMP rule #5" + meta nfproto ipv4 icmp type . icmp code { 12 . 0 } counter comment "!fw4: ICMP rule #4" + meta nfproto ipv6 icmpv6 type . icmpv6 code { 136 . 0 } counter comment "!fw4: ICMP rule #5" } chain handle_reject { -- 2.30.2