]> git.proxmox.com Git - mirror_iproute2.git/commit
ip: Get rid of inet_get_addr()
authorSerhey Popovych <serhe.popovych@gmail.com>
Thu, 18 Jan 2018 18:13:47 +0000 (20:13 +0200)
committerDavid Ahern <dsahern@gmail.com>
Sun, 21 Jan 2018 17:38:26 +0000 (09:38 -0800)
commit6caad8f505805eb26ddf2e87912d4cb785c6b7e0
treed031782ae955380255eb60e18534463ff4c7002b
parent1e9b8072de2c7c5ceec33532b5c074a14bf6a007
ip: Get rid of inet_get_addr()

Both geneve and vxlan modules are converted to
use get_addr() we can replace inet_get_addr()
in less problematic places and finally get
rid of inet_get_addr().

Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
include/utils.h
ip/iproute_lwtunnel.c
ip/ipseg6.c
lib/utils.c