Re: [ovs-dev] [PATCH v3 14/16] ovn-controller: Rename all_lports to local_lports.

2016-12-18 Thread Mickey Spiegel
On Sun, Dec 18, 2016 at 12:18 AM, Ben Pfaff wrote: > This sset has always just contained the names of logical ports that are > local to the current hypervisor, but the name 'all_lports' implied that it > contained the name of every logical port. > > Signed-off-by: Ben Pfaff > Acked-by: Mickey S

[ovs-dev] [PATCH v3 14/16] ovn-controller: Rename all_lports to local_lports.

2016-12-18 Thread Ben Pfaff
This sset has always just contained the names of logical ports that are local to the current hypervisor, but the name 'all_lports' implied that it contained the name of every logical port. Signed-off-by: Ben Pfaff --- ovn/controller/binding.c| 25 + ovn/controller