diff mbox series

[ovs-dev] utilities: Add missing bfd option in ovn-nbctl manpage.

Message ID 7e0e50dc35b788d006d5f7690bb92f401dc1d86b.1712311039.git.lorenzo.bianconi@redhat.com
State Accepted
Delegated to: Dumitru Ceara
Headers show
Series [ovs-dev] utilities: Add missing bfd option in ovn-nbctl manpage. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Lorenzo Bianconi April 5, 2024, 10:02 a.m. UTC
Add missing bfd option to lr-route-add and lr-policy-add commands in
ovn-nbctl manpage.

Reported-at: https://issues.redhat.com/browse/FDP-550
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 utilities/ovn-nbctl.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Dumitru Ceara April 22, 2024, 9:41 p.m. UTC | #1
On 4/5/24 12:02, Lorenzo Bianconi wrote:
> Add missing bfd option to lr-route-add and lr-policy-add commands in
> ovn-nbctl manpage.
> 
> Reported-at: https://issues.redhat.com/browse/FDP-550
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
> ---
>  utilities/ovn-nbctl.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c
> index 25eb86f7f..618f3a18b 100644
> --- a/utilities/ovn-nbctl.c
> +++ b/utilities/ovn-nbctl.c
> @@ -392,6 +392,7 @@ Route commands:\n\
>    [--ecmp]\n\
>    [--ecmp-symmetric-reply]\n\
>    [--route-table=ROUTE_TABLE]\n\
> +  [--bfd]\n\
>    lr-route-add ROUTER PREFIX NEXTHOP [PORT]\n\
>                              add a route to ROUTER\n\
>    [--policy=POLICY]\n\
> @@ -402,6 +403,7 @@ Route commands:\n\
>    lr-route-list ROUTER      print routes for ROUTER\n\
>  \n\
>  Policy commands:\n\
> +  [--bfd]\n\
>    lr-policy-add ROUTER PRIORITY MATCH ACTION [NEXTHOP,[NEXTHOP,...]] \
>  [OPTIONS KEY=VALUE ...] \n\
>                              add a policy to router\n\

Thanks, Lorenzo!  Applied to main and 24.03.

Regards,
Dumitru
diff mbox series

Patch

diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c
index 25eb86f7f..618f3a18b 100644
--- a/utilities/ovn-nbctl.c
+++ b/utilities/ovn-nbctl.c
@@ -392,6 +392,7 @@  Route commands:\n\
   [--ecmp]\n\
   [--ecmp-symmetric-reply]\n\
   [--route-table=ROUTE_TABLE]\n\
+  [--bfd]\n\
   lr-route-add ROUTER PREFIX NEXTHOP [PORT]\n\
                             add a route to ROUTER\n\
   [--policy=POLICY]\n\
@@ -402,6 +403,7 @@  Route commands:\n\
   lr-route-list ROUTER      print routes for ROUTER\n\
 \n\
 Policy commands:\n\
+  [--bfd]\n\
   lr-policy-add ROUTER PRIORITY MATCH ACTION [NEXTHOP,[NEXTHOP,...]] \
 [OPTIONS KEY=VALUE ...] \n\
                             add a policy to router\n\