From 41b94a1ed26cfc6a575687716cdc7847fd6349f0 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 31 Aug 2018 18:12:10 +0200 Subject: tests: shell: missing dump for 0017ct_timeout_obj_0 So we compare input and output are the same. Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft (limited to 'tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft') 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 new file mode 100755 index 00000000..af0c627b --- /dev/null +++ b/tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft @@ -0,0 +1,11 @@ +table ip filter { + ct timeout cttime { + protocol tcp; + l3proto ip + policy = {established: 123, close: 12} + } + + chain c { + ct timeout set "cttime" + } +} -- cgit v1.2.3