Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224804
b: refs/heads/master
c: ae9c416
h: refs/heads/master
v: v3
  • Loading branch information
Changli Gao authored and David S. Miller committed Dec 6, 2010
1 parent f167eaa commit 09e66db
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: 6464281161e46254ac39505ad41d21dbe7d1738f
refs/heads/master: ae9c416d686db74f67d73c1bebf1e3a7e8b3c5b5
2 changes: 1 addition & 1 deletion trunk/net/ipv4/arp.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ static int arp_process(struct sk_buff *skb)

dont_send = arp_ignore(in_dev, sip, tip);
if (!dont_send && IN_DEV_ARPFILTER(in_dev))
dont_send |= arp_filter(sip, tip, dev);
dont_send = arp_filter(sip, tip, dev);
if (!dont_send) {
n = neigh_event_ns(&arp_tbl, sha, &sip, dev);
if (n) {
Expand Down

0 comments on commit 09e66db

Please sign in to comment.