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/
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
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