From: Wei Yongjun Date: Mon, 4 Aug 2008 04:15:59 +0000 (-0700) Subject: ipv6: Do not drop packet if skb->local_df is set to true X-Git-Tag: v2.6.27-rc2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283d07ac201ee9f8aa6dc6f7519436b48760baff;p=pandora-kernel.git ipv6: Do not drop packet if skb->local_df is set to true The old code will drop IPv6 packet if ipfragok is not set, since ipfragok is obsoleted, will be instead by used skb->local_df, so this check must be changed to skb->local_df. This patch fix this problem and not drop packet if skb->local_df is set to true. Signed-off-by: Wei Yongjun Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed