Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17882
b: refs/heads/master
c: c3f343e
h: refs/heads/master
v: v3
  • Loading branch information
Evgeniy Polyakov authored and David S. Miller committed Jan 12, 2006
1 parent 7ab9787 commit 0b961e6
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: 8b3a70058bfe711b2d05ba2134178bae623183ce
refs/heads/master: c3f343e4d7b99638b8a4f05c12b542d32405cfc4
2 changes: 1 addition & 1 deletion trunk/net/core/dv.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ void divert_frame(struct sk_buff *skb)
unsigned char *skb_data_end = skb->data + skb->len;

/* Packet is already aimed at us, return */
if (!compare_ether_addr(eth, skb->dev->dev_addr))
if (!compare_ether_addr(eth->h_dest, skb->dev->dev_addr))
return;

/* proto is not IP, do nothing */
Expand Down

0 comments on commit 0b961e6

Please sign in to comment.