Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351360
b: refs/heads/master
c: 02233e0
h: refs/heads/master
v: v3
  • Loading branch information
Linus Lüssing authored and Antonio Quartulli committed Jan 12, 2013
1 parent 69dc762 commit c314d23
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: 569174433d3bd96e206a4b5969a4498371c70d16
refs/heads/master: 02233e0c75fc512ca60e7e82943f0a4395a85411
3 changes: 2 additions & 1 deletion trunk/net/batman-adv/soft-interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ static int batadv_interface_tx(struct sk_buff *skb,
goto dropped;

/* Register the client MAC in the transtable */
batadv_tt_local_add(soft_iface, ethhdr->h_source, skb->skb_iif);
if (!is_multicast_ether_addr(ethhdr->h_source))
batadv_tt_local_add(soft_iface, ethhdr->h_source, skb->skb_iif);

/* don't accept stp packets. STP does not help in meshes.
* better use the bridge loop avoidance ...
Expand Down

0 comments on commit c314d23

Please sign in to comment.