]> Pileus Git - ~andy/linux/commit
[NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECT
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Wed, 15 Feb 2006 23:23:28 +0000 (15:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Feb 2006 23:23:28 +0000 (15:23 -0800)
commit08857fa745ab6ce46601960d2774490e1cef2cff
tree8a7c4e341441bc5acc76f9fcf8b75de0086ff060
parent7d3cdc6b554137a7a0534ce38b155a63a3117f27
[NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECT

TCP RSTs generated by the REJECT target should be associated with the
conntrack of the original TCP packet. Since the conntrack entry is
usually not is the hash tables, it must be manually attached.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/netfilter/ip6t_REJECT.c