commit | 090f1166c6790e18c30f40690098829709e8dc68 | [log] [tgz] |
---|---|---|
author | Li RongQing <roy.qing.li@gmail.com> | Tue Mar 11 10:40:08 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 11 00:37:42 2014 -0400 |
tree | e3a11c9d9e8ff209ba6f46f65f831bc7f696d999 | |
parent | fcb308d52991cbdb6231ab0e7ec3e5d1c61b3a20 [diff] |
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 <roy.qing.li@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>