summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2016-09-30 10:28:29 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-10-01 21:28:52 +0900
commita443be9433a41dea6f7dba407b0c9577cd401f69 (patch)
treef341fbebb2933600434aa03282202230b8643331 /doc
parentab92cc85296771e406e9f4c951c3b0964eac53bf (diff)
doc: Add API reference for REST EVPN switch
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/app.rst1
-rw-r--r--doc/source/app/rest_vtep.rst12
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/app.rst b/doc/source/app.rst
index 077c8900..69376dba 100644
--- a/doc/source/app.rst
+++ b/doc/source/app.rst
@@ -11,3 +11,4 @@ Others provide some functionalities to other Ryu applications.
app/ofctl.rst
app/ofctl_rest.rst
+ app/rest_vtep.rst
diff --git a/doc/source/app/rest_vtep.rst b/doc/source/app/rest_vtep.rst
new file mode 100644
index 00000000..173e7eeb
--- /dev/null
+++ b/doc/source/app/rest_vtep.rst
@@ -0,0 +1,12 @@
+*****************
+ryu.app.rest_vtep
+*****************
+
+.. automodule:: ryu.app.rest_vtep
+
+REST API
+========
+
+.. autoclass:: ryu.app.rest_vtep.RestVtepController
+ :members:
+ :member-order: bysource