Re: [ovs-dev] [PATCH 2/2] ovn-util: Allow /32 IP addresses for router ports.

2017-04-21 Thread Guru Shetty
On 21 April 2017 at 10:42, Ben Pfaff wrote: > On Fri, Apr 21, 2017 at 10:10:26AM -0700, Guru Shetty wrote: > > On 14 April 2017 at 20:38, Ben Pfaff wrote: > > > > > On Thu, Mar 09, 2017 at 11:46:38PM -0800, Gurucharan Shetty wrote: > > > > On Google cloud, a VM gets

Re: [ovs-dev] [PATCH 2/2] ovn-util: Allow /32 IP addresses for router ports.

2017-04-21 Thread Ben Pfaff
On Fri, Apr 21, 2017 at 10:10:26AM -0700, Guru Shetty wrote: > On 14 April 2017 at 20:38, Ben Pfaff wrote: > > > On Thu, Mar 09, 2017 at 11:46:38PM -0800, Gurucharan Shetty wrote: > > > On Google cloud, a VM gets a /32 IP address. When OVN > > > is deployed on such VMs, the OVN

Re: [ovs-dev] [PATCH 2/2] ovn-util: Allow /32 IP addresses for router ports.

2017-04-21 Thread Guru Shetty
On 14 April 2017 at 20:38, Ben Pfaff wrote: > On Thu, Mar 09, 2017 at 11:46:38PM -0800, Gurucharan Shetty wrote: > > On Google cloud, a VM gets a /32 IP address. When OVN > > is deployed on such VMs, the OVN gateway router's IP > > address becomes a /32 IP address. This commit

Re: [ovs-dev] [PATCH 2/2] ovn-util: Allow /32 IP addresses for router ports.

2017-04-14 Thread Ben Pfaff
On Thu, Mar 09, 2017 at 11:46:38PM -0800, Gurucharan Shetty wrote: > On Google cloud, a VM gets a /32 IP address. When OVN > is deployed on such VMs, the OVN gateway router's IP > address becomes a /32 IP address. This commit allows > such a configuration. > > Signed-off-by: Gurucharan Shetty

[ovs-dev] [PATCH 2/2] ovn-util: Allow /32 IP addresses for router ports.

2017-03-10 Thread Gurucharan Shetty
On Google cloud, a VM gets a /32 IP address. When OVN is deployed on such VMs, the OVN gateway router's IP address becomes a /32 IP address. This commit allows such a configuration. Signed-off-by: Gurucharan Shetty --- ovn/lib/ovn-util.c | 7 +--- tests/ovn.at | 100