Re: [ovs-dev] [ovn-controller-vtep V4 4/6] ovn-controller-vtep: Add gateway module.

2015-07-22 Thread Alex Wang
Thx a lot for the review, Russell, I had few crazy days with debugging + customer support, now back to dev~ So, let's see, On Tue, Jul 21, 2015 at 12:51 PM, Russell Bryant wrote: > On 07/16/2015 03:56 AM, Alex Wang wrote: > > This commit adds the gateway module to ovn-controller-vtep. The > >

Re: [ovs-dev] [ovn-controller-vtep V4 4/6] ovn-controller-vtep: Add gateway module.

2015-07-22 Thread Russell Bryant
On 07/21/2015 03:51 PM, Russell Bryant wrote: > On 07/16/2015 03:56 AM, Alex Wang wrote: >> This commit adds the gateway module to ovn-controller-vtep. The >> module will register the physical switches to ovnsb as chassis and >> constantly update the "vtep_logical_switches" column in Chassis table

Re: [ovs-dev] [ovn-controller-vtep V4 4/6] ovn-controller-vtep: Add gateway module.

2015-07-21 Thread Russell Bryant
On 07/16/2015 03:56 AM, Alex Wang wrote: > This commit adds the gateway module to ovn-controller-vtep. The > module will register the physical switches to ovnsb as chassis and > constantly update the "vtep_logical_switches" column in Chassis table. > > Limitation: > > - Do not support reading mu

[ovs-dev] [ovn-controller-vtep V4 4/6] ovn-controller-vtep: Add gateway module.

2015-07-16 Thread Alex Wang
This commit adds the gateway module to ovn-controller-vtep. The module will register the physical switches to ovnsb as chassis and constantly update the "vtep_logical_switches" column in Chassis table. Limitation: - Do not support reading multiple tunnel ips of physical switch. Signed-off-by: A