diff options
| author | Jo-Philipp Wich | 2023-05-30 08:19:01 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2023-05-30 08:19:51 +0000 |
| commit | 23a434d0d15d61db61bb065c89f266a326c78a88 (patch) | |
| tree | 2fa4ed22763ca44b0e293d1eef48db2674aa33fb | |
| parent | 04a06bd70b9808b14444cae81a2faba4708ee231 (diff) | |
| download | firewall4-23a434d0d15d61db61bb065c89f266a326c78a88.tar.gz | |
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 <jo@mein.io>
| -rw-r--r-- | tests/01_configuration/01_ruleset | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |