Re: [PATCH iproute2 2/2] ip tunnel: warn when changing IPv6 tunnel without tunnel name

2019-07-10 Thread Andrea Claudi
On Wed, Jul 10, 2019 at 12:15 AM Mahesh Bandewar (महेश बंडेवार) wrote: > > On Tue, Jul 9, 2019 at 6:16 AM Andrea Claudi wrote: > > > > Tunnel change fails if a tunnel name is not specified while using > > 'ip -6 tunnel change'. However, no warning message is printed and > > no error code is retur

Re: [PATCH iproute2 2/2] ip tunnel: warn when changing IPv6 tunnel without tunnel name

2019-07-09 Thread महेश बंडेवार
On Tue, Jul 9, 2019 at 6:16 AM Andrea Claudi wrote: > > Tunnel change fails if a tunnel name is not specified while using > 'ip -6 tunnel change'. However, no warning message is printed and > no error code is returned. > > $ ip -6 tunnel add ip6tnl1 mode ip6gre local fd::1 remote fd::2 tos inherit

[PATCH iproute2 2/2] ip tunnel: warn when changing IPv6 tunnel without tunnel name

2019-07-09 Thread Andrea Claudi
Tunnel change fails if a tunnel name is not specified while using 'ip -6 tunnel change'. However, no warning message is printed and no error code is returned. $ ip -6 tunnel add ip6tnl1 mode ip6gre local fd::1 remote fd::2 tos inherit ttl 127 encaplimit none dev dummy0 $ ip -6 tunnel change dev d