Re: [ovs-dev] [PATCH] unixctl: Give better error message for unknown commands.

2017-10-24 Thread Ben Pfaff
On Mon, Oct 16, 2017 at 05:40:58PM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > Signed-off-by: Ben Pfaff > > --- > > LGTM. > > Acked-by: Aaron Conole Thanks, applied to master. ___ dev

Re: [ovs-dev] [PATCH] unixctl: Give better error message for unknown commands.

2017-10-16 Thread Aaron Conole
Ben Pfaff writes: > Signed-off-by: Ben Pfaff > --- LGTM. Acked-by: Aaron Conole ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH] unixctl: Give better error message for unknown commands.

2017-10-14 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/unixctl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/unixctl.c b/lib/unixctl.c index 33c5412f1253..d33dcac9426e 100644 --- a/lib/unixctl.c +++ b/lib/unixctl.c @@ -287,7 +287,9 @@ process_command(struct unixctl_conn