Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156911
b: refs/heads/master
c: 8cdb045
h: refs/heads/master
i:
  156909: b2c47ff
  156907: f8ab948
  156903: fd4fc86
  156895: 5a904e5
v: v3
  • Loading branch information
Tom Goff authored and David S. Miller committed Aug 14, 2009
1 parent 2973634 commit 5ca3b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c1d15d736687057f4dc6e51fbf44b6f6e4320cb
refs/heads/master: 8cdb045632e5ee22854538619ac6f150eb0a4894
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ static int ipgre_tunnel_bind_dev(struct net_device *dev)
addend += 4;
}
dev->needed_headroom = addend + hlen;
mtu -= dev->hard_header_len - addend;
mtu -= dev->hard_header_len + addend;

if (mtu < 68)
mtu = 68;
Expand Down

0 comments on commit 5ca3b01

Please sign in to comment.