diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2012-12-20 15:12:52 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-21 13:14:00 -0800 |
commit | 412ed94744d16806fbec3bd250fd94e71cde5a1f (patch) | |
tree | 092eb88bc8d798797354bdaa8db95c26faa35f6b /net/ipv6 | |
parent | 29042073e7af55334ac3c4f2a8340263200c5749 (diff) | |
download | linux-412ed94744d16806fbec3bd250fd94e71cde5a1f.tar.gz linux-412ed94744d16806fbec3bd250fd94e71cde5a1f.tar.bz2 linux-412ed94744d16806fbec3bd250fd94e71cde5a1f.zip |
ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally
ipgre_tunnel_xmit() parses network header as IP unconditionally.
But transmitting packets are not always IP packet. For example such packet
can be sent by packet socket with sockaddr_ll.sll_protocol set.
So make the function check if skb->protocol is IP.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions