From: Li RongQing Date: Tue, 11 Mar 2014 02:40:08 +0000 (+0800) Subject: ipv6: ip6_forward: perform skb->pkt_type check at the beginning X-Git-Tag: v3.15-rc1~113^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=090f1166c6790e18c30f40690098829709e8dc68;p=pandora-kernel.git ipv6: ip6_forward: perform skb->pkt_type check at the beginning Packets which have L2 address different from ours should be already filtered before entering into ip6_forward(). Perform that check at the beginning to avoid processing such packets. Signed-off-by: Li RongQing Signed-off-by: David S. Miller --- Reading git-diff-tree failed