Re: [PATCH iproute2-next 8/9] ip route: Add option to use nexthop objects

2019-05-30 Thread Roopa Prabhu
On Wed, May 29, 2019 at 9:04 PM David Ahern wrote: > > From: David Ahern > > Add nhid option for routes to use nexthop objects by id. > > Signed-off-by: David Ahern > --- man page needs an update ? :) > ip/iproute.c | 14 -- > 1 file changed, 12 insertions(+), 2 deletions(-) > >

[PATCH iproute2-next 8/9] ip route: Add option to use nexthop objects

2019-05-29 Thread David Ahern
From: David Ahern Add nhid option for routes to use nexthop objects by id. Signed-off-by: David Ahern --- ip/iproute.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ip/iproute.c b/ip/iproute.c index c5a473704d95..68f7f75f2336 100644 --- a/ip/iproute.c +++