Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74494
b: refs/heads/master
c: 6ab3b48
h: refs/heads/master
v: v3
  • Loading branch information
Joonwoo Park authored and Herbert Xu committed Nov 29, 2007
1 parent da5b82d commit 4d1c671
Show file tree
Hide file tree
Showing 2 changed files with 3 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: dde655c9df02ee07ed090dfdb7ae8741bf299e14
refs/heads/master: 6ab3b487db77fa98a24560f11a5a8e744b98d877
3 changes: 2 additions & 1 deletion trunk/net/8021q/vlan_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ int vlan_dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
* OTHER THINGS LIKE FDDI/TokenRing/802.3 SNAPs...
*/

if (veth->h_vlan_proto != htons(ETH_P_8021Q)) {
if (veth->h_vlan_proto != htons(ETH_P_8021Q) ||
VLAN_DEV_INFO(dev)->flags & VLAN_FLAG_REORDER_HDR) {
int orig_headroom = skb_headroom(skb);
unsigned short veth_TCI;

Expand Down

0 comments on commit 4d1c671

Please sign in to comment.