Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223769
b: refs/heads/master
c: e6f2612
h: refs/heads/master
i:
  223767: 58a0aab
v: v3
  • Loading branch information
Florian Westphal authored and David S. Miller committed Jan 3, 2011
1 parent 4320f2d commit c781894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d89081d698132b5f964aea88112f76492563ee9
refs/heads/master: e6f26129ebbb0071016e2526036f42036ccf30e1
2 changes: 2 additions & 0 deletions trunk/net/bridge/br_stp_bpdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ static void br_send_bpdu(struct net_bridge_port *p,

llc_mac_hdr_init(skb, p->dev->dev_addr, p->br->group_addr);

skb_reset_mac_header(skb);

NF_HOOK(NFPROTO_BRIDGE, NF_BR_LOCAL_OUT, skb, NULL, skb->dev,
dev_queue_xmit);
}
Expand Down

0 comments on commit c781894

Please sign in to comment.