]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/ip_gre.c
[IPV4] ip_gre: set mac_header correctly in receive path
authorTimo Teras <timo.teras@iki.fi>
Thu, 20 Dec 2007 08:10:33 +0000 (00:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2007 08:10:33 +0000 (00:10 -0800)
commit1d0691674764098304ae4c63c715f5883b4d3784
tree37f3804b70ded513a0e8f1865bc64a6588354925
parent5951cab136d8b7e84696061dc2e69c402bc94f61
[IPV4] ip_gre: set mac_header correctly in receive path

mac_header update in ipgre_recv() was incorrectly changed to
skb_reset_mac_header() when it was introduced.

Signed-off-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_gre.c