summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/flowtable.t
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-05-29 13:47:11 +0200
committerFlorian Westphal <fw@strlen.de>2018-05-29 13:48:19 +0200
commitc2cad53ffc22acf1a600219404c6ea5a9f988c37 (patch)
treec08a477318bd377b8eeb0510d9265809c1c60ec4 /tests/py/ip6/flowtable.t
parent3b101fcbcfe01c04e17c36103fcbbdda93b12863 (diff)
meters: do not set a defaut meter size from userspace
doing this breaks with older kernels as it will pick a set without and update callback. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/ip6/flowtable.t')
-rw-r--r--tests/py/ip6/flowtable.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/ip6/flowtable.t b/tests/py/ip6/flowtable.t
index d89e90c3..e58d51bb 100644
--- a/tests/py/ip6/flowtable.t
+++ b/tests/py/ip6/flowtable.t
@@ -2,5 +2,5 @@
*ip6;test-ip6;input
-meter acct_out { meta iif . ip6 saddr timeout 600s counter };ok;meter acct_out size 65535 { iif . ip6 saddr timeout 10m counter}
-meter acct_out { ip6 saddr . meta iif timeout 600s counter };ok;meter acct_out size 65535 { ip6 saddr . iif timeout 10m counter}
+meter acct_out size 4096 { meta iif . ip6 saddr timeout 600s counter };ok;meter acct_out size 4096 { iif . ip6 saddr timeout 10m counter }
+meter acct_out size 12345 { ip6 saddr . meta iif timeout 600s counter };ok;meter acct_out size 12345 { ip6 saddr . iif timeout 10m counter }