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

2016-06-10 Thread Justin Pettit
> On Jun 9, 2016, at 3:28 PM, Ben Pfaff wrote: > > On Thu, Jun 09, 2016 at 12:12:41AM -0700, Justin Pettit wrote: >> A few minor changes related to logical switch port commands: >> >>- Use "lsp" instead of "lport" to be more consistent with later >> changes. >>- Use commands where

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

2016-06-09 Thread Ben Pfaff
On Thu, Jun 09, 2016 at 12:12:41AM -0700, Justin Pettit wrote: > A few minor changes related to logical switch port commands: > > - Use "lsp" instead of "lport" to be more consistent with later > changes. > - Use commands where possible in ovn unit tests. > - Update references fr

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

2016-06-09 Thread Justin Pettit
A few minor changes related to logical switch port commands: - Use "lsp" instead of "lport" to be more consistent with later changes. - Use commands where possible in ovn unit tests. - Update references from "lport" to "lsp" (code) or "port" (user). Signed-off-by: Justin Pettit