From 44fc6f216c3a3ea1698ca0e20448357a94fa4adc Mon Sep 17 00:00:00 2001 From: Phil Oester Date: Fri, 29 Nov 2013 12:32:29 -0800 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- files/examples/sets_and_maps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/examples/sets_and_maps') 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 -- cgit v1.2.3