These patch add a convenient API for creating VXLAN tunnels in lib.ovs and enhance the optional arguments for creating GRE/VXLAN tunnels.
FYI, now I am update the constants for OVSDB schema with OVS v2.5.0 (lib.ovs.vswitch_idl) and adding some missing APIs corresponding to "ovs-vsctl" command (e.g. "ovs-vsctl list"). I will post it later. IWASE Yusuke (4): ovs/vsctl: Catch the default tag type in Port Table ovs/bridge: Make local_ip to optional field for tunnel ovs/bridge: Add utility method to create VXLAN port ovs/bridge: Enable to request tunnel port number ryu/lib/ovs/bridge.py | 28 ++++++++++++++++++++-------- ryu/lib/ovs/vsctl.py | 2 +- 2 files changed, 21 insertions(+), 9 deletions(-) -- 2.7.4 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
