Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fd2c557 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by David S. Miller
Browse files

net: Convet ipv6_net_ops



These pernet_operations are similar to ipv4_net_ops.
They are safe to be async.

Signed-off-by: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e8a95ad4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -401,6 +401,7 @@ static struct pernet_operations ipv6_net_ops = {
	.exit = ipv6_net_exit,
	.id = &conntrack6_net_id,
	.size = sizeof(struct conntrack6_net),
	.async = true,
};

static int __init nf_conntrack_l3proto_ipv6_init(void)