From 327371ac58e8915f0f0dfb4d9942c6f9c0e0e43d Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 4 Sep 2013 12:50:22 +0300 Subject: tests: Update bate chain creation according to latest syntax changes Adding type, plain hook's name and priority keyword. Signed-off-by: Tomasz Bursztyka Signed-off-by: Pablo Neira Ayuso --- tests/expr-ct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/expr-ct') diff --git a/tests/expr-ct b/tests/expr-ct index 39f1777c..1dfc7ac6 100644 --- a/tests/expr-ct +++ b/tests/expr-ct @@ -1,7 +1,7 @@ #! nft -f add table ip filter -add chain ip filter output { hook NF_INET_LOCAL_OUT 0 ; } +add chain ip filter output { type filter hook output priority 0 ; } # ct: state add rule ip filter output ct state new,established counter -- cgit v1.2.3