Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip6tnl: allow to use rtnl ops on fb tunnel
rtnl ops where introduced by c075b13 ("ip6tnl: advertise tunnel param via rtnl"), but I forget to assign rtnl ops to fb tunnels. Now that it is done, we must remove the explicit call to unregister_netdevice_queue(), because the fallback tunnel is added to the queue in ip6_tnl_destroy_tunnels() when checking rtnl_link_ops of all netdevices (this is valid since commit 0bd8762 ("ip6tnl: add x-netns support")). Signed-off-by: Nicolas Dichtel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information