Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33342
b: refs/heads/master
c: 7ee66fc
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Aug 14, 2006
1 parent 414243f commit 0d7a3c4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d49c73c729e2ef644558a1f441c044bfacdc9744
refs/heads/master: 7ee66fcb94cb8be77d5f34cce7d315d11759f9c1
3 changes: 3 additions & 0 deletions trunk/net/llc/llc_sap.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@ static void llc_sap_mcast(struct llc_sap *sap,
if (llc->laddr.lsap != laddr->lsap)
continue;

if (llc->dev != skb->dev)
continue;

skb1 = skb_clone(skb, GFP_ATOMIC);
if (!skb1)
break;
Expand Down

0 comments on commit 0d7a3c4

Please sign in to comment.