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