summaryrefslogtreecommitdiffstats
path: root/tests/set
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2013-09-04 12:50:22 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2013-09-04 12:33:56 +0200
commit327371ac58e8915f0f0dfb4d9942c6f9c0e0e43d (patch)
tree15e87848c8b4ff4a81cd225f689354ba3db3bb82 /tests/set
parent419968925d01571b2f454abb2b80a0f30b7f3227 (diff)
tests: Update bate chain creation according to latest syntax changes
Adding type, plain hook's name and priority keyword. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/set')
-rw-r--r--tests/set2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set b/tests/set
index e2d8e495..3c040b0a 100644
--- a/tests/set
+++ b/tests/set
@@ -1,7 +1,7 @@
#! nft -f
add table filter
-add chain filter output { hook NF_INET_LOCAL_OUT 0 ; }
+add chain filter output { type filter hook output priority 0 ; }
# set: IP addresses
add rule filter output ip daddr { \