Re: [PATCH iproute2 0/4] ip/tunnel: Minor cleanups and improvements

2018-01-23 Thread Stephen Hemminger
On Fri, 19 Jan 2018 18:43:59 +0200 Serhey Popovych wrote: > It is small series of fixes and code cleanups: > > 1) Add space after encap-[ds]port parameter value > in tunnel encapsulation options output. > > 2) Unify ttl/hoplimit parsing routines by using > get_u8(), handling "inhe

[PATCH iproute2 0/4] ip/tunnel: Minor cleanups and improvements

2018-01-19 Thread Serhey Popovych
It is small series of fixes and code cleanups: 1) Add space after encap-[ds]port parameter value in tunnel encapsulation options output. 2) Unify ttl/hoplimit parsing routines by using get_u8(), handling "inherit" and "hlim" as alias to "hoplimit" and "ttl" parameter name. 3