]> git.proxmox.com Git - mirror_iproute2.git/commit
iplink_vxlan: Get rid of inet_get_addr()
authorSerhey Popovych <serhe.popovych@gmail.com>
Thu, 18 Jan 2018 18:13:46 +0000 (20:13 +0200)
committerDavid Ahern <dsahern@gmail.com>
Sun, 21 Jan 2018 17:38:23 +0000 (09:38 -0800)
commit1e9b8072de2c7c5ceec33532b5c074a14bf6a007
tree5ad720937e7e3aba7122e4baad1576e95a234955
parent6c4b672738acf680ee98c10e79a52a8dede5f9a6
iplink_vxlan: Get rid of inet_get_addr()

Now we have additional information about address
class from get_addr() we can use it in place of
inet_get_addr().

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