Duan Jiong ee30ef4d45 ip_tunnel: don't add tunnel twice
When using command "ip tunnel add" to add a tunnel, the tunnel will be added twice,
through ip_tunnel_create() and ip_tunnel_update().

Because the second is unnecessary, so we can just break after adding tunnel
through ip_tunnel_create().

Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-05-16 16:57:44 -04:00
..
2014-05-13 17:43:20 -04:00
2014-05-15 16:31:30 -04:00
2014-05-13 17:43:20 -04:00
2014-05-16 16:57:44 -04:00
2014-02-12 19:26:32 -05:00
2014-05-12 14:03:41 -04:00
2014-05-09 15:59:45 -04:00
2014-04-16 15:15:05 -04:00