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

Commit 93623f2b authored by Kirill Tkhai's avatar Kirill Tkhai Committed by David S. Miller
Browse files

net: Convert arptable_filter_net_ops



These pernet_operations unregister net::ipv4::arptable_filter.
Another net/pernet_operations do not send arp packets to foreign
net namespaces. So, we mark them async.

Signed-off-by: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 59d26973
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ static void __net_exit arptable_filter_net_exit(struct net *net)

static struct pernet_operations arptable_filter_net_ops = {
	.exit = arptable_filter_net_exit,
	.async = true,
};

static int __init arptable_filter_init(void)