Re: [PATCH iproute2-next v3 0/8] ip: Introduce and use get_addr_rta()/inet_addr_match_rta()

2018-01-25 Thread David Ahern
On 1/24/18 11:56 AM, Serhey Popovych wrote: > Now we enhance get_addr() to return additional information about address > (e.g. if it unspecified or multicast) we want to have same functionality > for attributes in netlink message. > > Introduce and use get_addr_rta() that parses given netlink

[PATCH iproute2-next v3 0/8] ip: Introduce and use get_addr_rta()/inet_addr_match_rta()

2018-01-24 Thread Serhey Popovych
Now we enhance get_addr() to return additional information about address (e.g. if it unspecified or multicast) we want to have same functionality for attributes in netlink message. Introduce and use get_addr_rta() that parses given netlink attribute into @inet_prefix data structure in the same