Re: [ovs-dev] [PATCH ovn] fix missing documentation of ovn-ic arguments

2023-08-15 Thread Dumitru Ceara
On 7/24/23 17:43, Felix Huettner via dev wrote:
> the arguments for the interconnect database where missing.
> 
> Signed-off-by: Felix Huettner 
> ---

Thanks, Felix!

Applied to main and backported to all branches down to 22.03.

Regards,
Dumitru

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH ovn] fix missing documentation of ovn-ic arguments

2023-07-24 Thread 0-day Robot
Bleep bloop.  Greetings Felix Huettner, 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.


checkpatch:
WARNING: Line lacks whitespace around operator
WARNING: Line lacks whitespace around operator
WARNING: Line lacks whitespace around operator
#21 FILE: ic/ovn-ic.c:109:
  --ic-nb-db=DATABASE   connect to ovn-ic-nb database at DATABASE\n\

WARNING: Line lacks whitespace around operator
WARNING: Line lacks whitespace around operator
WARNING: Line lacks whitespace around operator
#23 FILE: ic/ovn-ic.c:111:
  --ic-sb-db=DATABASE   connect to ovn-ic-sb database at DATABASE\n\

Lines checked: 38, Warnings: 6, Errors: 0


Please check this out.  If you feel there has been an error, please email 
acon...@redhat.com

Thanks,
0-day Robot
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH ovn] fix missing documentation of ovn-ic arguments

2023-07-24 Thread Felix Huettner via dev
the arguments for the interconnect database where missing.

Signed-off-by: Felix Huettner 
---
 ic/ovn-ic.c | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/ic/ovn-ic.c b/ic/ovn-ic.c
index 6f31037ec..db7e86bc1 100644
--- a/ic/ovn-ic.c
+++ b/ic/ovn-ic.c
@@ -106,11 +106,16 @@ Options:\n\
 (default: %s)\n\
   --ovnsb-db=DATABASE   connect to ovn-sb database at DATABASE\n\
 (default: %s)\n\
+  --ic-nb-db=DATABASE   connect to ovn-ic-nb database at DATABASE\n\
+(default: %s)\n\
+  --ic-sb-db=DATABASE   connect to ovn-ic-sb database at DATABASE\n\
+(default: %s)\n\
   --unixctl=SOCKET  override default control socket name\n\
   -h, --helpdisplay this help message\n\
   -o, --options list available options\n\
   -V, --version display version information\n\
-", program_name, program_name, default_nb_db(), default_sb_db());
+", program_name, program_name, default_nb_db(), default_sb_db(),
+default_ic_nb_db(), default_ic_sb_db());
 daemon_usage();
 vlog_usage();
 stream_usage("database", true, true, false);
--
2.41.0

Diese E Mail enthält möglicherweise vertrauliche Inhalte und ist nur für die 
Verwertung durch den vorgesehenen Empfänger bestimmt.
Sollten Sie nicht der vorgesehene Empfänger sein, setzen Sie den Absender bitte 
unverzüglich in Kenntnis und löschen diese E Mail.

Hinweise zum Datenschutz finden Sie hier.


This e-mail may contain confidential content and is intended only for the 
specified recipient/s.
If you are not the intended recipient, please inform the sender immediately and 
delete this e-mail.

Information on data protection can be found 
here.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev