commit | 763ecff1879b3877f57f20fc9e79599aef59359f | [log] [tgz] |
---|---|---|
author | Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> | Wed Feb 15 15:24:15 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 15 15:24:15 2006 -0800 |
tree | ac347004ebbc1778ffb3dae786d13ada023ecb98 | |
parent | 08857fa745ab6ce46601960d2774490e1cef2cff [diff] |
[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>