aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_LOG.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2013-06-20 05:52:35 -0700
committerLorenzo Colitti <lorenzo@google.com>2015-07-29 07:23:06 +0000
commit586aef2c0dd9b6d534930994cc73b6d5a734854c (patch)
treea1901018078fc72f59c3ff9d04f721fa9af2b666 /extensions/libip6t_LOG.c
parent84e5e86b6dbfd4031b72d21ddca099dd4b3e7452 (diff)
downloadandroid_external_iptables-586aef2c0dd9b6d534930994cc73b6d5a734854c.tar.gz
android_external_iptables-586aef2c0dd9b6d534930994cc73b6d5a734854c.tar.bz2
android_external_iptables-586aef2c0dd9b6d534930994cc73b6d5a734854c.zip
xt_socket: add --nowildcard flag
xt_socket module can be a nice replacement to conntrack module in some cases (SYN filtering for example) But it lacks the ability to match the 3rd packet of TCP handshake (ACK coming from the client). Add a XT_SOCKET_NOWILDCARD flag to disable the wildcard mechanism The wildcard is the legacy socket match behavior, that ignores LISTEN sockets bound to INADDR_ANY (or ipv6 equivalent) iptables -I INPUT -p tcp --syn -j SYN_CHAIN iptables -I INPUT -m socket -j ACCEPT Bug: 20663075 Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Patrick McHardy <kaber@trash.net> Cc: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions/libip6t_LOG.c')
0 files changed, 0 insertions, 0 deletions