Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74214
b: refs/heads/master
c: b4a9811
h: refs/heads/master
v: v3
  • Loading branch information
Jonas Danielsson authored and David S. Miller committed Nov 21, 2007
1 parent 1e292ca commit 6e64477
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: 77adefdc9863d63f8d8bdc6a9adcdf9a6b0e2410
refs/heads/master: b4a9811c42ecb70b2f0b375f6d4c77ab34d1f598
3 changes: 2 additions & 1 deletion trunk/net/ipv4/arp.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,8 @@ static int arp_process(struct sk_buff *skb)
if (arp->ar_op == htons(ARPOP_REQUEST) &&
inet_addr_type(tip) == RTN_LOCAL &&
!arp_ignore(in_dev,dev,sip,tip))
arp_send(ARPOP_REPLY,ETH_P_ARP,tip,dev,tip,sha,dev->dev_addr,dev->dev_addr);
arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
dev->dev_addr, sha);
goto out;
}

Expand Down

0 comments on commit 6e64477

Please sign in to comment.