commit | 7b7dd180b85b9c39c426cfaade73f7d0409c7f85 | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Mon Feb 19 11:49:31 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 19 14:19:10 2018 -0500 |
tree | 4fffc6cdbb43545d25a995795f673786e7181eb1 | |
parent | 85ca51b2a23969dccb5abff31eb54560db8195ca [diff] |
net: Convert fib6_rules_net_ops These pernet_operations register and unregister net::ipv6.fib6_rules_ops, which are used for routing. It looks like there are no pernet_operations, which send ipv6 packages to another net, so we are able to mark them as async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>