Re: [ovs-dev] [ovn-ipv6 14/26] ovn: Support multiple addresses on a single logical router port.

2016-07-13 Thread Justin Pettit
> On Jul 12, 2016, at 8:44 PM, Ben Pfaff wrote: > > On Mon, Jul 11, 2016 at 11:56:44PM -0700, Justin Pettit wrote: >> Supporting multiple addresses is only mildly interesting for IPv4. >> However, it is a requirement for IPv6, which will arrive in a future >> commit. >> >> This

Re: [ovs-dev] [ovn-ipv6 14/26] ovn: Support multiple addresses on a single logical router port.

2016-07-12 Thread Ben Pfaff
On Mon, Jul 11, 2016 at 11:56:44PM -0700, Justin Pettit wrote: > Supporting multiple addresses is only mildly interesting for IPv4. > However, it is a requirement for IPv6, which will arrive in a future > commit. > > This commit introduces the extract_lrp_networks() function to ovn-util.[ch]. >

Re: [ovs-dev] [ovn-ipv6 14/26] ovn: Support multiple addresses on a single logical router port.

2016-07-12 Thread Zong Kai Li
> diff --git a/ovn/ovn-nb.ovsschema b/ovn/ovn-nb.ovsschema > index 5102948..460d5bd 100644 > --- a/ovn/ovn-nb.ovsschema > +++ b/ovn/ovn-nb.ovsschema > @@ -1,7 +1,7 @@ > { > "name": "OVN_Northbound", > -"version": "4.0.0", > -"cksum": "2156178478 7460", > +"version": "5.0.0", > +

[ovs-dev] [ovn-ipv6 14/26] ovn: Support multiple addresses on a single logical router port.

2016-07-12 Thread Justin Pettit
Supporting multiple addresses is only mildly interesting for IPv4. However, it is a requirement for IPv6, which will arrive in a future commit. This commit introduces the extract_lrp_networks() function to ovn-util.[ch]. Signed-off-by: Justin Pettit --- ovn/lib/ovn-util.c