]> git.baikalelectronics.ru Git - kernel.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)
commit727a83ae037c72f4f1514d9aedd626493b5fd924
treeac347004ebbc1778ffb3dae786d13ada023ecb98
parent72419f28856bf00c95586db3b76b5c2aa44fa08b
[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