Re: [ovs-dev] [PATCH v2 1/3] ovn-controller: Update check for parent port.

2016-01-21 Thread Russell Bryant
On 01/20/2016 06:19 PM, Ben Pfaff wrote: > On Wed, Jan 20, 2016 at 11:31:06AM -0500, Russell Bryant wrote: >> There were a couple of checks that checked for a parent port as the >> field being non-NULL. We should treat an empty string the same as NULL >> for this field. >> >> Signed-off-by: Russel

Re: [ovs-dev] [PATCH v2 1/3] ovn-controller: Update check for parent port.

2016-01-20 Thread Ben Pfaff
On Wed, Jan 20, 2016 at 11:31:06AM -0500, Russell Bryant wrote: > There were a couple of checks that checked for a parent port as the > field being non-NULL. We should treat an empty string the same as NULL > for this field. > > Signed-off-by: Russell Bryant Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH v2 1/3] ovn-controller: Update check for parent port.

2016-01-20 Thread Russell Bryant
There were a couple of checks that checked for a parent port as the field being non-NULL. We should treat an empty string the same as NULL for this field. Signed-off-by: Russell Bryant --- v1->v2: - this patch is new in v2, split out from the last patch. ovn/controller/physical.c | 4 ++-- 1