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

Mark Michelson mmichels at redhat.com
Wed Sep 6 21:08:35 UTC 2017


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.

Mark Michelson (4):
  Add general-purpose IP/port parsing function.
  ovn: Allow ct_lb actions to take IPv6 address arguments.
  ovn: Allow northd to install IPv6 ct_lb logical flows.
  ovn: Add IPv6 capability to ovn-nbctl lb-add

 include/ovn/actions.h     |   4 +-
 lib/packets.c             |  78 ++++++++++
 lib/packets.h             |  10 ++
 ovn/lib/actions.c         |  99 +++++++++---
 ovn/northd/ovn-northd.c   | 170 ++++++++++++---------
 ovn/utilities/ovn-nbctl.c | 175 +++++++++++++++------
 tests/ovn-nbctl.at        | 379 ++++++++++++++++++++++++++++++++++++++--------
 tests/ovn.at              |   8 +-
 8 files changed, 729 insertions(+), 194 deletions(-)

-- 
2.13.5



More information about the dev mailing list