mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
[IPV6]: Remove bogus WARN_ON in Proxy-NA handling.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
adaa70bbdf
commit
f1a95859a8
@ -967,8 +967,6 @@ static void ndisc_recv_na(struct sk_buff *skb)
|
||||
ipv6_devconf.forwarding && ipv6_devconf.proxy_ndp &&
|
||||
pneigh_lookup(&nd_tbl, &msg->target, dev, 0)) {
|
||||
/* XXX: idev->cnf.prixy_ndp */
|
||||
WARN_ON(skb->dst != NULL &&
|
||||
((struct rt6_info *)skb->dst)->rt6i_idev);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user