From a9b0c385a1d5e29dfa5d222e31a6ba7de338484a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 1 Jul 2019 19:56:08 +0200 Subject: rule: print space between policy and timeout table ip filter { ct timeout agressive-tcp { ... policy = { established : 100, close_wait : 4, close : 4 } ^ ^ ^ ^ ^ ^ for consistency with map syntax. Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell/testcases/nft-f/dumps') diff --git a/tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft b/tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft index 1638b97d..7cff1ed5 100644 --- a/tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft +++ b/tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft @@ -2,7 +2,7 @@ table ip filter { ct timeout cttime { protocol tcp l3proto ip - policy = { established: 123, close: 12 } + policy = { established : 123, close : 12 } } chain c { -- cgit v1.2.3