From: Eric Leblond Date: Mon, 9 Feb 2009 22:33:20 +0000 (-0800) Subject: netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation message X-Git-Tag: v2.6.29-rc5~42^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f9007135c1dc896db9a9e35920aafc65b157230;p=pandora-kernel.git netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation message This patch removes connection tracking handling for ICMPv6 messages related to Stateless Address Autoconfiguration, MLD, and MLDv2. They can not be tracked because they are massively using multicast (on pre-defined address). But they are not invalid and should not be detected as such. Signed-off-by: Eric Leblond Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed