Re: [PATCH iproute2-next] ip: Add support for nexthop objects

2018-09-04 Thread David Ahern
On 9/1/18 2:37 PM, Stephen Hemminger wrote: >> diff --git a/include/uapi/linux/nexthop.h b/include/uapi/linux/nexthop.h >> new file mode 100644 >> index ..335182e8229a >> --- /dev/null >> +++ b/include/uapi/linux/nexthop.h >> @@ -0,0 +1,56 @@ >> +#ifndef __LINUX_NEXTHOP_H >> +#define _

Re: [PATCH iproute2-next] ip: Add support for nexthop objects

2018-09-01 Thread Stephen Hemminger
On Fri, 31 Aug 2018 17:49:54 -0700 dsah...@kernel.org wrote: > From: David Ahern > > Signed-off-by: David Ahern > --- > include/uapi/linux/nexthop.h | 56 > include/uapi/linux/rtnetlink.h | 8 + > ip/Makefile| 3 +- > ip/ip.c| 3 +- > i

[PATCH iproute2-next] ip: Add support for nexthop objects

2018-08-31 Thread dsahern
From: David Ahern Signed-off-by: David Ahern --- include/uapi/linux/nexthop.h | 56 include/uapi/linux/rtnetlink.h | 8 + ip/Makefile| 3 +- ip/ip.c| 3 +- ip/ip_common.h | 7 +- ip/ipmonitor.c | 6 +