[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190607223816.27512-1-dsahern@kernel.org>
Date: Fri, 7 Jun 2019 15:38:06 -0700
From: David Ahern <dsahern@...nel.org>
To: stephen@...workplumber.org
Cc: netdev@...r.kernel.org, David Ahern <dsahern@...il.com>
Subject: [PATCH v2 iproute-next 00/10] ip: Add support for nexthop objects
From: David Ahern <dsahern@...il.com>
This set adds support for nexthop objects to the ip command. The syntax
for nexthop objects is identical to the current 'ip route .. nexthop ...'
syntax making it easy to convert existing use cases.
v2
- Fixed header use in rtnl_nexthopdump_req as noted by roopa
- made rth_del static per Stephen's request and fixed coding style
- removed print_nh_gateway and exported print_rta_gateway to reuse
the iproute.c code (keeps consistency in output)
- added examples to commit message
- fixed monitor use when specific groups requested
- fixed usage in 'ip nexthop'
- added manpage
David Ahern (10):
libnetlink: Set NLA_F_NESTED in rta_nest
lwtunnel: Pass encap and encap_type attributes to lwt_parse_encap
libnetlink: Add helper to add a group via setsockopt
uapi: Import nexthop object API
libnetlink: Add helper to create nexthop dump request
ip route: Export print_rt_flags, print_rta_if and print_rta_gateway
Add support for nexthop objects
ip: Add man page for nexthop command
ip route: Add option to use nexthop objects
ipmonitor: Add nexthop option to monitor
include/libnetlink.h | 7 +-
include/uapi/linux/nexthop.h | 56 +++++
ip/Makefile | 3 +-
ip/ip.c | 3 +-
ip/ip_common.h | 10 +-
ip/ipmonitor.c | 28 +++
ip/ipnexthop.c | 558 +++++++++++++++++++++++++++++++++++++++++++
ip/iproute.c | 37 ++-
ip/iproute_lwtunnel.c | 7 +-
lib/libnetlink.c | 34 +++
man/man8/ip-nexthop.8 | 196 +++++++++++++++
man/man8/ip-route.8.in | 13 +-
12 files changed, 930 insertions(+), 22 deletions(-)
create mode 100644 include/uapi/linux/nexthop.h
create mode 100644 ip/ipnexthop.c
create mode 100644 man/man8/ip-nexthop.8
--
2.11.0
Powered by blists - more mailing lists