]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Merge branch 'unify-tunnel-endpoint-parsing' into next
authorDavid Ahern <dsahern@gmail.com>
Wed, 14 Feb 2018 17:02:12 +0000 (09:02 -0800)
committerDavid Ahern <dsahern@gmail.com>
Wed, 14 Feb 2018 17:02:12 +0000 (09:02 -0800)
Serhey Popovych  says:

====================

Use get_addr_rta() helper to unify address retriveal from netlink
message when configuring tunnel and get_addr() to parse endpoint
address into @inet_prefix.

This is next step towards ip and ipv6 tunnel module merge: endpoint
address parsing code will differ only in @family constant being
passed to get_addr_rta() and get_addr().

====================

Signed-off-by: David Ahern <dsahern@gmail.com>

Trivial merge