Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215520
b: refs/heads/master
c: d2ed817
h: refs/heads/master
v: v3
  • Loading branch information
Ben Greear authored and David S. Miller committed Oct 21, 2010
1 parent 1edcd51 commit f409589
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: d836b31e164e15a5f366199f4ee757c6be7dc91e
refs/heads/master: d2ed817766987fd05e69b7da65d4861b38f1aa2a
2 changes: 1 addition & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ int dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
nf_reset(skb);

if (!(dev->flags & IFF_UP) ||
(skb->len > (dev->mtu + dev->hard_header_len))) {
(skb->len > (dev->mtu + dev->hard_header_len + VLAN_HLEN))) {
kfree_skb(skb);
return NET_RX_DROP;
}
Expand Down

0 comments on commit f409589

Please sign in to comment.