| Submitter | Nicolas Dichtel |
|---|---|
| Date | Nov. 7, 2012, 3:05 p.m. |
| Message ID | <1352300738-3851-1-git-send-email-nicolas.dichtel@6wind.com> |
| Download | mbox | patch |
| Permalink | /patch/197676/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Nicolas Dichtel <nicolas.dichtel@6wind.com> Date: Wed, 7 Nov 2012 16:05:38 +0100 > Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index ae0cf81..a2e50dc 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c @@ -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; }
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> --- net/ipv6/ndisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)