Re: [ovs-dev] [patch_v7] vtep: add source node replication support.

2016-04-29 Thread Darrell Ball
On Fri, Apr 29, 2016 at 2:16 PM, Justin Pettit wrote: > > > On Apr 28, 2016, at 8:46 PM, Darrell Ball wrote: > > > > This patch series updates the vtep schema, vtep-ctl commands and vtep > > simulator to support source node replication in addition to service

Re: [ovs-dev] [patch_v7] vtep: add source node replication support.

2016-04-29 Thread Justin Pettit
> On Apr 28, 2016, at 8:46 PM, Darrell Ball wrote: > > This patch series updates the vtep schema, vtep-ctl commands and vtep > simulator to support source node replication in addition to service node > replication per logical switch. The default replication mode is service

[ovs-dev] [patch_v7] vtep: add source node replication support.

2016-04-28 Thread Darrell Ball
This patch series updates the vtep schema, vtep-ctl commands and vtep simulator to support source node replication in addition to service node replication per logical switch. The default replication mode is service node as that was the only mode previously supported. Source node replication mode

[ovs-dev] [patch_v7] vtep: add source node replication support.

2016-04-28 Thread Darrell Ball
v6->v7: In ovs-vtep, fixed a check that was missed after converting replication mode from required to optional. One line changed per below. -if not replication_mode: +if replication_mode == "[]": There are various considerations to what kind of replication configuration is