[ovs-dev] [PATCH v3 0/4] Add support for IPv6 load balancers

Ben Pfaff blp at ovn.org
Thu Nov 2 18:12:20 UTC 2017


On Thu, Nov 02, 2017 at 11:13:55AM -0500, Mark Michelson wrote:
> This patchset adds the necessary items in order to support IPv6 load
> balancers in OVN. No syntax has changed in ovn-nbctl or in the
> northbound database to support this. Appropriate tests have been
> added to the testsuite as well.
> 
> v2 -> v3:
> * The patchset has been rebased.
> * Patch 2 has been updated to get rid of a warning produced by clang 3.8
>   due to some variable shadowing.
> 
> v1 -> v2:
> * The patchset has been rebased and conflicts resolved. The only
>   patch with noticeable differences is patch 3 of 4. This is because
>   add_router_lb_flow had to be modified to not attempt to add
>   undnat flows for IPv6 load balancers.
> * ovn-northd manpage has been updated to detail flows that are installed
>   for IPv6 load balancers. This change is in patch 3 as well.

Thanks a lot for implementing this feature!  I applied these patches to
master.


More information about the dev mailing list