On Thu, Mar 25, 2021 at 04:26:07PM -0700, Ben Pfaff wrote: > In an upcoming commit, this will allow adding daemon mode to ovn-sbctl > without having a lot of duplicated code. > > Signed-off-by: Ben Pfaff <[email protected]>
Here's a fix that needs to be folded in: commit 799519ddce5576d430b6af9a3dc24883bd6e12ed Author: Ben Pfaff <[email protected]> Date: Fri Mar 26 16:53:58 2021 -0700 ovn-ncbtl fixes diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c index 8e8a5f8cfde9..877b39f07e92 100644 --- a/utilities/ovn-nbctl.c +++ b/utilities/ovn-nbctl.c @@ -5984,7 +5984,7 @@ main(int argc, char *argv[]) .default_db = default_nb_db(), .options_env_var_name = "OVN_NBCTL_OPTIONS", - .daemon_env_var_name = "OVN_NBCTL_DAEMON", + .daemon_env_var_name = "OVN_NB_DAEMON", .idl_class = &nbrec_idl_class, .tables = tables, _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
