]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Merge branch 'nexthop-objects' into next
authorDavid Ahern <dsahern@gmail.com>
Tue, 11 Jun 2019 17:32:07 +0000 (10:32 -0700)
committerDavid Ahern <dsahern@gmail.com>
Tue, 11 Jun 2019 17:32:07 +0000 (10:32 -0700)
commit2357abbbfa75acc5e92328da4f200fe7c3e40b5c
tree9d9a61ca057a9ccf952560ef857c16a68ede3c35
parent9a4f0ba478a3e453171931f38e775f5e25becd42
parente7cd93e7afe1a0407ccb94b9124bbd56b87b8660
Merge branch 'nexthop-objects' into next

David Ahern  says:

====================

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

====================

Signed-off-by: David Ahern <dsahern@gmail.com>