Re: [PATCH iproute2 0/3] ip/tunnels: Reuse code, vti6 zero endpoint support and minor cleanup

2017-12-19 Thread Stephen Hemminger
On Mon, 18 Dec 2017 19:48:02 +0200 Serhey Popovych wrote: > In this series I present next set of improvements: > > 1) Use tnl_parse_key() to avoid code duplication in tunnel > configuration via netlink code. > > 2) Trivial: use IN6ADDR_ANY_INIT instead of

[PATCH iproute2 0/3] ip/tunnels: Reuse code, vti6 zero endpoint support and minor cleanup

2017-12-18 Thread Serhey Popovych
In this series I present next set of improvements: 1) Use tnl_parse_key() to avoid code duplication in tunnel configuration via netlink code. 2) Trivial: use IN6ADDR_ANY_INIT instead of open coded initialization of local/remote endpoint in ip6tnl code. 3) Trivial: drop