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/dictionary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dictionary') diff --git a/tests/dictionary b/tests/dictionary index aad9ebeb..41935295 100644 --- a/tests/dictionary +++ b/tests/dictionary @@ -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 ; } add chain ip filter chain1 add rule ip filter chain1 counter -- cgit v1.2.3