ipv6/addrconf: use one delayed work per netns
authorEric Dumazet <edumazet@google.com>
Tue, 8 Feb 2022 04:50:29 +0000 (20:50 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 9 Feb 2022 04:41:32 +0000 (20:41 -0800)
commit8805d13ff1b2bef6a7bb8a005d2441763286dd7a
treeaa462e26306ddbab144278402ba43494cff6d4cb
parent21a216a8fc630161e69eaf02cbebdd1816ff1a13
ipv6/addrconf: use one delayed work per netns

Next step for using per netns inet6_addr_lst
is to have per netns work item to ultimately
call addrconf_verify_rtnl() and addrconf_verify()
with a new 'struct net*' argument.

Everything is still using the global inet6_addr_lst[] table.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/netns/ipv6.h
net/ipv6/addrconf.c