Commit 0ce28553 authored by Denis V. Lunev's avatar Denis V. Lunev Committed by David S. Miller

ipv6: missed namespace context in ipv6_rthdr_rcv

Signed-off-by: default avatarDenis V. Lunev <den@parallels.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fe785bee
......@@ -445,7 +445,7 @@ static int ipv6_rthdr_rcv(struct sk_buff *skb)
kfree_skb(skb);
return -1;
}
if (!ipv6_chk_home_addr(&init_net, addr)) {
if (!ipv6_chk_home_addr(dev_net(skb->dst->dev), addr)) {
IP6_INC_STATS_BH(ip6_dst_idev(skb->dst),
IPSTATS_MIB_INADDRERRORS);
kfree_skb(skb);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment