Re: [ovs-dev] [PATCH v3] ovn: use name instead of uuid as key of logical router ports

2015-11-29 Thread Ben Pfaff
On Tue, Nov 24, 2015 at 03:26:52PM -0800, Han Zhou wrote: > Before this patch, logical switch ports were using name as key but > logical router ports using uuid, which confuses user when trouble- > shooting, and names of patch ports unreadable. This patch unifies > it by using "name" field also for

[ovs-dev] [PATCH v3] ovn: use name instead of uuid as key of logical router ports

2015-11-24 Thread Han Zhou
Before this patch, logical switch ports were using name as key but logical router ports using uuid, which confuses user when trouble- shooting, and names of patch ports unreadable. This patch unifies it by using "name" field also for logical router ports. Signed-off-by: Han Zhou --- Notes: v