Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b20b6d97 authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by David S. Miller
Browse files

ndisc: fix a typo in a comment in ndisc_recv_na()

parent 85894866
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}