Re: [PATCH iproute2-next 3/3] iptnl/ip6tnl: Unify local/remote endpoint and 6rd address parsing

2018-02-10 Thread David Ahern
On 2/9/18 11:06 AM, Serhey Popovych wrote: > @@ -289,29 +293,16 @@ get_failed: > } else if (strcmp(*argv, "external") == 0) { > metadata = 1; > } else if (strcmp(*argv, "6rd-prefix") == 0) { > - inet_prefix prefix; > - >

[PATCH iproute2-next 3/3] iptnl/ip6tnl: Unify local/remote endpoint and 6rd address parsing

2018-02-09 Thread Serhey Popovych
We are going to merge link_iptnl.c and link_ip6tnl.c and this is final step to make their diffs clear and show what needs to be changed during merge. Note that it is safe to omit endpoint address(es) from netlink create request as kernel is aware of such case and will use zero for that