summaryrefslogtreecommitdiffstats
path: root/files/examples
diff options
context:
space:
mode:
authorPhil Oester <kernel@linuxace.com>2013-11-29 12:32:29 -0800
committerPablo Neira Ayuso <pablo@netfilter.org>2013-11-30 21:45:58 +0100
commit44fc6f216c3a3ea1698ca0e20448357a94fa4adc (patch)
tree0c2b803d512eb31e00e1e0b2f6ad4ae0f6f2a3e6 /files/examples
parentff355ec0f7732d6835f4e339abb1778924771fde (diff)
examples: adjust new chain type syntax in sets_and_maps file
This example file has not been updated with new syntax. Signed-off-by: Phil Oester <kernel@linuxace.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'files/examples')
-rwxr-xr-xfiles/examples/sets_and_maps2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/examples/sets_and_maps b/files/examples/sets_and_maps
index 8dfe9f83..adfc6884 100755
--- a/files/examples/sets_and_maps
+++ b/files/examples/sets_and_maps
@@ -37,7 +37,7 @@ table filter {
chain input_1 { counter; }
chain input_2 { counter; }
chain input {
- hook NF_INET_LOCAL_IN 0
+ type filter hook input priority 0
# symbolic anonymous sets
meta iif $local_ifs tcp dport $tcp_ports counter