Re: [PATCH iproute2 resend] Fix changing tunnel remote and local address to any

2015-06-25 Thread Stephen Hemminger
On Mon, 08 Jun 2015 10:51:51 +0200 Nicolas Dichtel wrote: > Le 04/06/2015 14:01, Thadeu Lima de Souza Cascardo a écrit : > > If a tunnel is created with a local address, you can't change it to any. > > > > # ip tunnel add tunl1 mode ipip remote 10.16.42.37 local 10.16.42.214 ttl > > 64 > > #

Re: [PATCH iproute2 resend] Fix changing tunnel remote and local address to any

2015-06-08 Thread Nicolas Dichtel
Le 04/06/2015 14:01, Thadeu Lima de Souza Cascardo a écrit : If a tunnel is created with a local address, you can't change it to any. # ip tunnel add tunl1 mode ipip remote 10.16.42.37 local 10.16.42.214 ttl 64 # ip tunnel show tunl1 tunl1: ip/ip remote 10.16.42.37 local 10.16.42.214 tt

[PATCH iproute2 resend] Fix changing tunnel remote and local address to any

2015-06-04 Thread Thadeu Lima de Souza Cascardo
If a tunnel is created with a local address, you can't change it to any. # ip tunnel add tunl1 mode ipip remote 10.16.42.37 local 10.16.42.214 ttl 64 # ip tunnel show tunl1 tunl1: ip/ip remote 10.16.42.37 local 10.16.42.214 ttl 64 # ip tunnel change tunl1 local any # echo $? 0 # ip tunne