[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170312230151.5185-27-hannes@stressinduktion.org>
Date: Mon, 13 Mar 2017 00:01:50 +0100
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
To: netdev@...r.kernel.org
Subject: [PATCH net-next RFC v1 26/27] afnetns: ipv6: inherit afnetns from calling application
Signed-off-by: Hannes Frederic Sowa <hannes@...essinduktion.org>
---
net/ipv6/addrconf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index 319f83a7d29dd5..3d9d24ec066a67 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -4542,7 +4542,7 @@ inet6_rtm_newaddr(struct sk_buff *skb, struct nlmsghdr *nlh)
if (IS_ERR(afnetns))
return PTR_ERR(afnetns);
} else {
- afnetns = afnetns_get(net_afnetns(net));
+ afnetns = afnetns_get(current->nsproxy->afnet_ns);
}
#else
if (tb[IFA_AFNETNS_FD])
--
2.9.3
Powered by blists - more mailing lists