From: Phil Oester Date: Fri, 29 Nov 2013 20:32:29 +0000 (-0800) Subject: examples: adjust new chain type syntax in sets_and_maps file X-Git-Tag: v0.099~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44fc6f216c3a3ea1698ca0e20448357a94fa4adc;p=thirdparty%2Fnftables.git 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 --- 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