From 43ae7a48ae3deacf73a7a50e60f6809eed9b3f59 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 1 Jul 2019 19:54:00 +0200 Subject: rule: do not print semicolon in ct timeout table ip filter { ct timeout agressive-tcp { protocol tcp; ^--- remove this semicolon Not needed, remove it. Fixes: c7c94802679c ("src: add ct timeout support") Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/nft-f/0017ct_timeout_obj_0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell/testcases/nft-f/0017ct_timeout_obj_0') diff --git a/tests/shell/testcases/nft-f/0017ct_timeout_obj_0 b/tests/shell/testcases/nft-f/0017ct_timeout_obj_0 index 448a8207..3e0a7684 100755 --- a/tests/shell/testcases/nft-f/0017ct_timeout_obj_0 +++ b/tests/shell/testcases/nft-f/0017ct_timeout_obj_0 @@ -2,7 +2,7 @@ EXPECTED='table ip filter { ct timeout cttime{ - protocol tcp; + protocol tcp l3proto ip policy = { established: 123, close: 12 } } -- cgit v1.2.3