Re: [ovs-dev] [PATCH 8/8] ovn-nbctl: Update logical switch commands.

2016-06-11 Thread Justin Pettit
> On Jun 9, 2016, at 3:32 PM, Ben Pfaff wrote: > > On Thu, Jun 09, 2016 at 12:12:42AM -0700, Justin Pettit wrote: >>A few minor changes related to logical switch commands: >> >>- Use "ls" instead of "lswitch" to be more consistent with other >> command changes. >>-

Re: [ovs-dev] [PATCH 8/8] ovn-nbctl: Update logical switch commands.

2016-06-09 Thread Ben Pfaff
On Thu, Jun 09, 2016 at 12:12:42AM -0700, Justin Pettit wrote: > A few minor changes related to logical switch commands: > > - Use "ls" instead of "lswitch" to be more consistent with other > command changes. > - Use commands where possible in ovn unit tests. >

[ovs-dev] [PATCH 8/8] ovn-nbctl: Update logical switch commands.

2016-06-09 Thread Justin Pettit
A few minor changes related to logical switch commands: - Use "ls" instead of "lswitch" to be more consistent with other command changes. - Use commands where possible in ovn unit tests. - Update references from "lswitch" to "ls" (code) or "switch" (user). Si