]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit986bf0e6a53424f631a1dbc1bb86d149d48c0af1
treeaa462e26306ddbab144278402ba43494cff6d4cb
parenta2860536f173f60afd7a58c21d5e60d136f0b6e8
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