]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NETFILTER]: nf_conntrack: attach conntrack to locally generated ICMPv6 error
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Wed, 15 Feb 2006 23:24:15 +0000 (15:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Feb 2006 23:24:15 +0000 (15:24 -0800)
commit763ecff1879b3877f57f20fc9e79599aef59359f
treeac347004ebbc1778ffb3dae786d13ada023ecb98
parent08857fa745ab6ce46601960d2774490e1cef2cff
[NETFILTER]: nf_conntrack: attach conntrack to locally generated ICMPv6 error

Locally generated ICMPv6 errors should be associated with the conntrack
of the original packet. Since the conntrack entry may not be in the hash
tables (for the first packet), 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/icmp.c