Re: [ovs-dev] [PATCH] ovs-vsctl: Fix OF protocol name capitalization in manual page

2014-06-17 Thread Justin Pettit
On Tue, Jun 17, 2014 at 9:42 AM, Thomas Graf wrote: > On 06/17/14 at 09:19am, Justin Pettit wrote: > > I think the way it was worked, since we use strcasecmp(), but we may as > > well be consistent with how it's documented elsewhere. It's been > applied. > > Thanks! > > I think it's the actual s

Re: [ovs-dev] [PATCH] ovs-vsctl: Fix OF protocol name capitalization in manual page

2014-06-17 Thread Thomas Graf
On 06/17/14 at 09:19am, Justin Pettit wrote: > I think the way it was worked, since we use strcasecmp(), but we may as > well be consistent with how it's documented elsewhere. It's been applied. Thanks! I think it's the actual schema validation that enforces correct capitalization: $ sudo ovs-v

Re: [ovs-dev] [PATCH] ovs-vsctl: Fix OF protocol name capitalization in manual page

2014-06-17 Thread Justin Pettit
I think the way it was worked, since we use strcasecmp(), but we may as well be consistent with how it's documented elsewhere. It's been applied. Thanks, --Justin On Tue, Jun 17, 2014 at 7:58 AM, Thomas Graf wrote: > Signed-off-by: Thomas Graf > --- > utilities/ovs-vsctl.8.in | 2 +- >

[ovs-dev] [PATCH] ovs-vsctl: Fix OF protocol name capitalization in manual page

2014-06-17 Thread Thomas Graf
Signed-off-by: Thomas Graf --- utilities/ovs-vsctl.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index 1701b48..50d8879 100644 --- a/utilities/ovs-vsctl.8.in +++ b/utilities/ovs-vsctl.8.in @@ -973,7 +973,7 @@ Deconfigu