As the example of BGP EVPN for BGPSpeaker users, these patches include an sample application, which performs as VTEP for EVPN VXLAN implementing REST APIs.
For the usage of this application, the following provides the documentation and will look like: http://ryu-iwase.readthedocs.io/en/app-add_rest_evpn_app/app/rest_vtep.html IWASE Yusuke (3): app: Add sample application for REST EVPN switch doc: Add API reference for REST EVPN switch pip-requires: Add ovs>=2.6.0 doc/source/app.rst | 1 + doc/source/app/rest_vtep.rst | 12 + ryu/app/rest_vtep.py | 1803 ++++++++++++++++++++++++++++++++++++++++++ tools/pip-requires | 1 + 4 files changed, 1817 insertions(+) create mode 100644 doc/source/app/rest_vtep.rst create mode 100644 ryu/app/rest_vtep.py -- 2.7.4 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
