aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2012-12-24 16:51:03 +0000
committerDavid S. Miller <davem@davemloft.net>2012-12-26 15:19:56 -0800
commit861aa6d56de8147249c8a04a4e87fb7c3600cca1 (patch)
tree61554559d5bdb5a76b03f821b36d1f33fdf1fc22 /include/linux
parentIB/rds: suppress incompatible protocol when version is known (diff)
downloadlinux-dev-861aa6d56de8147249c8a04a4e87fb7c3600cca1.tar.xz
linux-dev-861aa6d56de8147249c8a04a4e87fb7c3600cca1.zip
ipv4/ip_gre: set transport header correctly to gre header
ipgre_tunnel_xmit() incorrectly sets transport header to inner payload instead of GRE header. It seems copy-and-pasted from ipip.c. So set transport header to gre header. (In ipip case the transport header is the inner ip header, so that's correct.) Found by inspection. In practice the incorrect transport header doesn't matter because the skb usually is sent to another net_device or socket, so the transport header isn't referenced. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions