diff mbox series

[ovs-dev] ovn-nbctl: Fix comment.

Message ID 20210324220435.4188755-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] ovn-nbctl: Fix comment. | expand

Commit Message

Ben Pfaff March 24, 2021, 10:04 p.m. UTC
I guess this was a cut-and-paste error from ovs-ofctl.

Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 utilities/ovn-nbctl.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Numan Siddique March 26, 2021, 2:14 a.m. UTC | #1
On Thu, Mar 25, 2021 at 3:35 AM Ben Pfaff <blp@ovn.org> wrote:
>
> I guess this was a cut-and-paste error from ovs-ofctl.

Acked-by: Numan Siddique <numans@ovn.org>

Thanks
Numan

>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  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
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Ben Pfaff March 26, 2021, 3:14 a.m. UTC | #2
On Fri, Mar 26, 2021 at 07:44:12AM +0530, Numan Siddique wrote:
> On Thu, Mar 25, 2021 at 3:35 AM Ben Pfaff <blp@ovn.org> wrote:
> >
> > I guess this was a cut-and-paste error from ovs-ofctl.
> 
> Acked-by: Numan Siddique <numans@ovn.org>

Thanks, applied to master.
diff mbox series

Patch

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;