Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287547
b: refs/heads/master
c: 70620c4
h: refs/heads/master
i:
  287545: b927996
  287543: 9cf1a51
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Feb 10, 2012
1 parent 4c7a712 commit dc554d1
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: 5dc7883f2a7c25f8df40d7479687153558cd531b
refs/heads/master: 70620c46ac2b45c24b0f22002fdf5ddd1f7daf81
3 changes: 2 additions & 1 deletion trunk/net/ipv4/arp.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,8 @@ static int arp_process(struct sk_buff *skb)
if (addr_type == RTN_UNICAST &&
(arp_fwd_proxy(in_dev, dev, rt) ||
arp_fwd_pvlan(in_dev, dev, rt, sip, tip) ||
pneigh_lookup(&arp_tbl, net, &tip, dev, 0))) {
(rt->dst.dev != dev &&
pneigh_lookup(&arp_tbl, net, &tip, dev, 0)))) {
n = neigh_event_ns(&arp_tbl, sha, &sip, dev);
if (n)
neigh_release(n);
Expand Down

0 comments on commit dc554d1

Please sign in to comment.