From: Jo-Philipp Wich Date: Tue, 30 May 2023 08:19:01 +0000 (+0200) Subject: tests: fix expected test output X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=23a434d0d15d61db61bb065c89f266a326c78a88;p=project%2Ffirewall4.git 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 --- 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; }