]> git.proxmox.com Git - mirror_iproute2.git/commit
ip address: Split ip_linkaddr_list into link and addr functions
authorDavid Ahern <dsahern@gmail.com>
Wed, 19 Dec 2018 21:28:47 +0000 (13:28 -0800)
committerDavid Ahern <dsahern@gmail.com>
Thu, 27 Dec 2018 23:35:14 +0000 (15:35 -0800)
commit7ca9cee8d88b99e7b4039346f9e829f1b20c718a
tree0a172cd8853d35671775abdd4737f439cb50f9b2
parente41ede893960df15958fd146d857fa2cdc4df50e
ip address: Split ip_linkaddr_list into link and addr functions

Split ip_linkaddr_list into one function that generates a list of devices
and a second that generates the list of addresses.

Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ip_common.h
ip/ipaddress.c
ip/ipvrf.c