Re: [ovs-dev] [PATCH] ovn-nbctl: Allow names that look like UUIDs.

2015-03-30 Thread Ben Pfaff
On Mon, Mar 30, 2015 at 10:07:04PM -0400, Russell Bryant wrote: > This patch fixes handling of logical switch and logical port names > that look like a UUID. Previously, if the argument looked like a > UUID, it would only do a UUID lookup for a match. After this change, > if the UUID lookup fails

[ovs-dev] [PATCH] ovn-nbctl: Allow names that look like UUIDs.

2015-03-30 Thread Russell Bryant
This patch fixes handling of logical switch and logical port names that look like a UUID. Previously, if the argument looked like a UUID, it would only do a UUID lookup for a match. After this change, if the UUID lookup fails, it will treat it as a name and look it up that way. Signed-off-by: Ru