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
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