]> Git Repo - linux.git/commit
ip6tnl: allow to use rtnl ops on fb tunnel
authorNicolas Dichtel <[email protected]>
Tue, 1 Oct 2013 16:05:00 +0000 (18:05 +0200)
committerDavid S. Miller <[email protected]>
Tue, 1 Oct 2013 16:55:53 +0000 (12:55 -0400)
commitbb8140947a247b9aa15652cc24dc555ebb0b64b0
treecbea57cdc340b0390f4897674cde3da56ab3426b
parent205983c43700ac3a81e7625273a3fa83cd2759b5
ip6tnl: allow to use rtnl ops on fb tunnel

rtnl ops where introduced by c075b13098b3 ("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 0bd8762824e7 ("ip6tnl: add x-netns support")).

Signed-off-by: Nicolas Dichtel <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv6/ip6_tunnel.c
This page took 0.04949 seconds and 4 git commands to generate.