diff options
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 4686646058d3..ba7c8aaf2782 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
@@ -449,7 +449,7 @@ int ip6_forward(struct sk_buff *skb) | |||
449 | 449 | ||
450 | /* XXX: idev->cnf.proxy_ndp? */ | 450 | /* XXX: idev->cnf.proxy_ndp? */ |
451 | if (ipv6_devconf.proxy_ndp && | 451 | if (ipv6_devconf.proxy_ndp && |
452 | pneigh_lookup(&nd_tbl, &hdr->daddr, skb->dev, 0)) { | 452 | pneigh_lookup(&nd_tbl, &init_net, &hdr->daddr, skb->dev, 0)) { |
453 | int proxied = ip6_forward_proxy_check(skb); | 453 | int proxied = ip6_forward_proxy_check(skb); |
454 | if (proxied > 0) | 454 | if (proxied > 0) |
455 | return ip6_input(skb); | 455 | return ip6_input(skb); |