mbox series

[iproute2,0/2] nexthop: Small usage improvements

Message ID 20210107152327.1141060-1-idosch@idosch.org (mailing list archive)
Headers show
Series nexthop: Small usage improvements | expand

Message

Ido Schimmel Jan. 7, 2021, 3:23 p.m. UTC
From: Ido Schimmel <idosch@nvidia.com>

Two small usage improvements in ip-nexthop and ip-monitor. Noticed while
adding support for resilient nexthop groups.

Ido Schimmel (2):
  nexthop: Fix usage output
  ipmonitor: Mention "nexthop" object in help and man page

 ip/ipmonitor.c        | 2 +-
 ip/ipnexthop.c        | 6 +++---
 man/man8/ip-monitor.8 | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

David Ahern Jan. 10, 2021, 5:18 p.m. UTC | #1
On 1/7/21 8:23 AM, Ido Schimmel wrote:
> From: Ido Schimmel <idosch@nvidia.com>
> 
> Two small usage improvements in ip-nexthop and ip-monitor. Noticed while
> adding support for resilient nexthop groups.
> 
> Ido Schimmel (2):
>   nexthop: Fix usage output
>   ipmonitor: Mention "nexthop" object in help and man page
> 
>  ip/ipmonitor.c        | 2 +-
>  ip/ipnexthop.c        | 6 +++---
>  man/man8/ip-monitor.8 | 2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 

applied to iproute2-next. Thanks