Re: [ovs-dev] [ovn-controller-vtep V5 06/12] ovn: Add controller for VTEP gateway.

2015-08-08 Thread Alex Wang
On Fri, Aug 7, 2015 at 11:55 AM, Russell Bryant wrote: > On 08/07/2015 03:46 AM, Alex Wang wrote: > > This commit lays down the foundation for a new controller in OVN, the > > ovn-controller-vtep, for controlling the vtep enabled gateways. > > > > Signed-off-by: Alex Wang > > > diff --git a/ovn/

Re: [ovs-dev] [ovn-controller-vtep V5 06/12] ovn: Add controller for VTEP gateway.

2015-08-07 Thread Russell Bryant
On 08/07/2015 03:46 AM, Alex Wang wrote: > This commit lays down the foundation for a new controller in OVN, the > ovn-controller-vtep, for controlling the vtep enabled gateways. > > Signed-off-by: Alex Wang > diff --git a/ovn/controller-vtep/ovn-controller-vtep.c > b/ovn/controller-vtep/ovn-co

[ovs-dev] [ovn-controller-vtep V5 06/12] ovn: Add controller for VTEP gateway.

2015-08-07 Thread Alex Wang
This commit lays down the foundation for a new controller in OVN, the ovn-controller-vtep, for controlling the vtep enabled gateways. Signed-off-by: Alex Wang --- V4->V5: - rebase on top of master. - use ovsdb_idl_loop to avoid block commit. V3->V4: - rebase to master. V2->V3: - rebase to mast