Nicolas Dichtel
54d63f787b
ip6_gre: don't allow to remove the fb_tunnel_dev
...
It's possible to remove the FB tunnel with the command 'ip link del ip6gre0' but
this is unsafe, the module always supposes that this device exists. For example,
ip6gre_tunnel_lookup() may use it unconditionally.
Let's add a rtnl handler for dellink, which will never remove the FB tunnel (we
let ip6gre_destroy_tunnels() do the job).
Introduced by commit c12b395a4664 ("gre: Support GRE over IPv6").
CC: Dmitry Kozlov <xeb@mail.ru>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-04-15 14:56:19 -04:00
..
2014-04-11 14:14:57 -07:00
2014-01-16 11:31:58 -08:00
2014-03-29 18:48:54 -04:00
2014-02-14 16:18:32 -05:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2014-03-22 09:18:59 +01:00
2014-04-11 16:15:36 -04:00
2014-04-11 15:12:47 -04:00
2014-04-11 16:15:36 -04:00
2014-03-03 14:29:52 +01:00
2014-04-11 16:15:36 -04:00
2014-04-15 13:47:15 -04:00
2014-01-14 18:50:46 -08:00
2014-04-15 12:58:34 -04:00
2014-04-15 13:47:15 -04:00
2013-12-06 12:37:57 -05:00
2014-01-21 18:13:05 -08:00
2014-01-16 15:30:31 -08:00
2014-03-27 15:28:06 -04:00
2014-04-01 16:25:51 -04:00
2014-04-15 13:47:15 -04:00
2014-04-15 14:56:19 -04:00
2014-02-12 19:26:32 -05:00
2014-01-18 23:04:16 -08:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2014-04-15 12:58:34 -04:00
2014-01-28 18:01:32 -08:00
2014-03-21 14:02:04 -04:00
2014-04-07 13:18:44 -04:00
2013-10-19 19:36:19 -04:00
2014-04-14 10:38:02 +02:00
2013-12-06 12:37:56 -05:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2014-04-15 13:47:15 -04:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2014-02-04 21:58:16 +01:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2014-03-31 16:24:52 -04:00
2014-04-15 12:58:34 -04:00
2014-04-12 17:31:22 -07:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2013-11-21 13:09:42 -05:00
2014-03-21 14:02:04 -04:00
2014-04-11 16:15:36 -04:00
2014-04-15 13:47:15 -04:00
2014-03-06 16:30:45 +01:00
2014-04-03 13:05:42 -07:00
2014-01-15 15:36:38 -08:00
2014-04-01 16:43:18 -04:00