This patch series updates the vtep schema to support source node replication in addition to service node replication per logical switch or per physical switch. The default replication mode is service_node as that was the only mode previously supported.
New vtep-ctl commands are added to set the replication mode per logical switch and per parent physical switch. If/When a logical switch is bound to a physical switch using the vtep-ctl bind-ls command, the logical switch replication mode is set to the parent physical switch replication mode. In the context of the vtep emulator, setting the replication mode on a physical switch results in the contained logical switches inheriting the physical switch replication mode. This is done for convenience purposes as usually all the logical switches on a physical switch will share the same replication mode. The vtep emulator is also updated to read the vtep database physical and logical switch replication modes to support both types of replication. The vtep emulator help file is also updated. Darrell Ball (1): vtep: add source node replication support. tests/vtep-ctl.at | 16 +++++++++++++ vtep/README.ovs-vtep.md | 18 +++++++++++++-- vtep/ovs-vtep | 55 +++++++++++++++++++++++++++++++++++++++++---- vtep/vtep-ctl.8.in | 20 +++++++++++++++++ vtep/vtep-ctl.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ vtep/vtep.ovsschema | 13 ++++++++++- vtep/vtep.xml | 53 +++++++++++++++++++++++++++++++++++++++++-- 7 files changed, 226 insertions(+), 9 deletions(-) -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev