Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340693
b: refs/heads/master
c: b20b6d9
h: refs/heads/master
i:
  340691: 599931a
v: v3
  • Loading branch information
Nicolas Dichtel authored and David S. Miller committed Nov 8, 2012
1 parent 19f3609 commit df8b3fb
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: 85894866bcc396162906c0b95c0eadd00c13efbd
refs/heads/master: b20b6d972624ff024023012e38a067cb5086270e
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ndisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ static void ndisc_recv_na(struct sk_buff *skb)
if (lladdr && !memcmp(lladdr, dev->dev_addr, dev->addr_len) &&
net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp &&
pneigh_lookup(&nd_tbl, net, &msg->target, dev, 0)) {
/* XXX: idev->cnf.prixy_ndp */
/* XXX: idev->cnf.proxy_ndp */
goto out;
}

Expand Down

0 comments on commit df8b3fb

Please sign in to comment.