Re: [ovs-dev] [PATCH 1/2] ovn-northd: Allow static routes with nexthop in different subnet.

2017-04-21 Thread Ben Pfaff
On Thu, Mar 09, 2017 at 11:46:37PM -0800, Gurucharan Shetty wrote: > There are cases where the default gateway of a interface is in > a different subnet than its IP address. Linux allows such > configuration. For e.g, one could set the IP address of > a Linux interface as 172.16.1.2/32 and then

[ovs-dev] [PATCH 1/2] ovn-northd: Allow static routes with nexthop in different subnet.

2017-03-10 Thread Gurucharan Shetty
There are cases where the default gateway of a interface is in a different subnet than its IP address. Linux allows such configuration. For e.g, one could set the IP address of a Linux interface as 172.16.1.2/32 and then give it a default gateway of 172.16.1.1. This can be done for e.g. by