From 23a434d0d15d61db61bb065c89f266a326c78a88 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 30 May 2023 10:19:01 +0200 Subject: [PATCH] tests: fix expected test output A previous commit enabled flowtable counters without properly adjusting the testcase output. Fixes: 04a06bd ("fw4: enable flowtable counters") Signed-off-by: Jo-Philipp Wich --- tests/01_configuration/01_ruleset | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/01_configuration/01_ruleset b/tests/01_configuration/01_ruleset index 43ed9df..2a0e5df 100644 --- a/tests/01_configuration/01_ruleset +++ b/tests/01_configuration/01_ruleset @@ -27,6 +27,7 @@ table inet fw4 { flowtable ft { hook ingress priority 0; devices = { "eth0", "eth1" }; + counter; flags offload; } -- 2.30.2