From c2cad53ffc22acf1a600219404c6ea5a9f988c37 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Tue, 29 May 2018 13:47:11 +0200 Subject: 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 --- tests/py/ip6/flowtable.t.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/py/ip6/flowtable.t.json') diff --git a/tests/py/ip6/flowtable.t.json b/tests/py/ip6/flowtable.t.json index f707ae9a..e3d05339 100644 --- a/tests/py/ip6/flowtable.t.json +++ b/tests/py/ip6/flowtable.t.json @@ -1,4 +1,4 @@ -# meter acct_out { meta iif . ip6 saddr timeout 600s counter } +# meter acct_out size 4096 { meta iif . ip6 saddr timeout 600s counter } [ { "meter": { @@ -28,7 +28,7 @@ } ] -# meter acct_out { ip6 saddr . meta iif timeout 600s counter } +# meter acct_out size 12345 { ip6 saddr . meta iif timeout 600s counter } [ { "meter": { -- cgit v1.2.3