I guess this was a cut-and-paste error from ovs-ofctl. Signed-off-by: Ben Pfaff <[email protected]> --- utilities/ovn-nbctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c index 2c77f4ba7645..18405835699d 100644 --- a/utilities/ovn-nbctl.c +++ b/utilities/ovn-nbctl.c @@ -91,8 +91,7 @@ static int leader_only = true; * are specified in the connetion method string. */ static int shuffle_remotes = true; -/* --unixctl-path: Path to use for unixctl server, for "monitor" and "snoop" - commands. */ +/* --unixctl-path: Path to use for unixctl server socket, for daemon mode. */ static char *unixctl_path; static unixctl_cb_func server_cmd_exit; -- 2.29.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
