]> git.ipfire.org Git - thirdparty/iproute2.git/commit
gre/gre6: Unify local/remote endpoint address parsing
authorSerhey Popovych <serhe.popovych@gmail.com>
Mon, 12 Feb 2018 20:17:58 +0000 (22:17 +0200)
committerDavid Ahern <dsahern@gmail.com>
Wed, 14 Feb 2018 17:01:03 +0000 (09:01 -0800)
commita066cc6623e1e93fec38f10299d4cad4526471b2
treeff0085a49132f61a6889aaa91e823c912cf07a7a
parent3d4e0db65ccd5de32b0ff1354fca7dc92842f353
gre/gre6: Unify local/remote endpoint address parsing

We are going to merge link_gre.c and link_gre6.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
endpoint(s).

Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
ip/link_gre.c
ip/link_gre6.c