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

2017-09-21 Thread Numan Siddique
On Thu, Sep 21, 2017 at 7:01 PM, Jakub Sitnicki wrote: > Hi Mark, > > On Wed, 6 Sep 2017 16:08:35 -0500 > Mark Michelson wrote: > > > This patchset adds the necessary items in order to support IPv6 load > > balancers in OVN. No syntax has changed in

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

2017-09-21 Thread Jakub Sitnicki
Hi Mark, On Wed, 6 Sep 2017 16:08:35 -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 >

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

2017-09-06 Thread Mark Michelson
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.