projects
/
project
/
firewall4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04a06bd
)
tests: fix expected test output
author
Jo-Philipp Wich
<jo@mein.io>
Tue, 30 May 2023 08:19:01 +0000
(10:19 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Tue, 30 May 2023 08:19:51 +0000
(10:19 +0200)
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>
tests/01_configuration/01_ruleset
patch
|
blob
|
history
diff --git
a/tests/01_configuration/01_ruleset
b/tests/01_configuration/01_ruleset
index 43ed9dfac710686004bdebb9831866a94cf0337e..2a0e5df19d04f78b1c54ba8b48080b8892a3f261 100644
(file)
--- 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;
}