[ovs-dev] [PATCH ovn] ovn-nbctl: Fix documentation typo

2023-02-10 Thread Ales Musil
Reported-at: https://bugzilla.redhat.com/2168009 Signed-off-by: Ales Musil --- utilities/ovn-nbctl.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovn-nbctl.8.xml b/utilities/ovn-nbctl.8.xml index 92e10c012..72d4088f0 100644 --- a/utilities/ovn-nbctl.8.xml +++

[ovs-dev] [PATCH ovn] ovn-nbctl: Fix documentation typo

2023-03-17 Thread Roberto Bartzen Acosta via dev
Typo fix in the ovn-nbctl man page. According to the ovn-nbctl man8: * NAT command [--may-exist] [--stateless] [--gateway_port=GATEWAY_PORT] lr-nat-add router type external_ip logical_ip [logical_port external_mac] Result using man page sintax: ovn-nbctl: unrecognized option '--gateway_port' The

[ovs-dev] [PATCH ovn] ovn-nbctl: Fix documentation typo

2023-03-17 Thread Roberto Bartzen Acosta
Typo fix in the ovn-nbctl man page. According to the ovn-nbctl man8 (NAT): [--may-exist] [--stateless] [--gateway_port=GATEWAY_PORT] lr-nat-add router type external_ip logical_ip [logical_port external_mac] Result using man page syntax: ovn-nbctl: unrecognized option '--gateway_port' The option e

Re: [ovs-dev] [PATCH ovn] ovn-nbctl: Fix documentation typo

2023-02-15 Thread Dumitru Ceara
On 2/10/23 10:29, Ales Musil wrote: > Reported-at: https://bugzilla.redhat.com/2168009 > Signed-off-by: Ales Musil > --- > utilities/ovn-nbctl.8.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utilities/ovn-nbctl.8.xml b/utilities/ovn-nbctl.8.xml > index 92e10c012..7

Re: [ovs-dev] [PATCH ovn] ovn-nbctl: Fix documentation typo

2023-03-17 Thread 0-day Robot
Bleep bloop. Greetings Roberto Bartzen Acosta, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: corrupt patch at line 23 error: could not build fake ancestor hint: Use 'git am --

Re: [ovs-dev] [PATCH ovn] ovn-nbctl: Fix documentation typo

2023-03-23 Thread Numan Siddique
On Fri, Mar 17, 2023 at 5:17 PM Roberto Bartzen Acosta wrote: > > Typo fix in the ovn-nbctl man page. > According to the ovn-nbctl man8 (NAT): > [--may-exist] [--stateless] [--gateway_port=GATEWAY_PORT] > lr-nat-add router type external_ip logical_ip [logical_port external_mac] > > Result using ma