[PATCH iproute2 net-next] ipmroute: add support for RTNH_F_UNRESOLVED

2017-01-20 Thread Nikolay Aleksandrov
This patch adds a new field that is printed in the end of the line which denotes the real entry state. Before this patch an entry's IIF could disappear and it would look like an unresolved one (iif = unresolved): (3.0.16.1, 225.11.16.1) Iif: unresolved with no way to really distinguish it

Re: [PATCH iproute2 net-next] ipmroute: add support for RTNH_F_UNRESOLVED

2017-01-20 Thread Nikolay Aleksandrov
On 20/01/17 15:04, Nikolay Aleksandrov wrote: > This patch adds a new field that is printed in the end of the line which > denotes the real entry state. Before this patch an entry's IIF could > disappear and it would look like an unresolved one (iif = unresolved): > (3.0.16.1, 225.11.16.1)