Signed-off-by: Isaku Yamahata <[email protected]>
---
 doc/source/library.rst           |    1 +
 doc/source/library_of_config.rst |   24 ++++++++++++++++++++++++
 ryu/lib/of_config/README.rst     |    7 -------
 3 files changed, 25 insertions(+), 7 deletions(-)
 create mode 100644 doc/source/library_of_config.rst
 delete mode 100644 ryu/lib/of_config/README.rst

diff --git a/doc/source/library.rst b/doc/source/library.rst
index 6b084c3..28d3e31 100644
--- a/doc/source/library.rst
+++ b/doc/source/library.rst
@@ -8,3 +8,4 @@ Ryu provides some useful library for your network applications.
    :maxdepth: 1
 
    library_packet.rst
+   library_of_config.rst
diff --git a/doc/source/library_of_config.rst b/doc/source/library_of_config.rst
new file mode 100644
index 0000000..d2a953d
--- /dev/null
+++ b/doc/source/library_of_config.rst
@@ -0,0 +1,24 @@
+*****************
+OF-Config support
+*****************
+
+Ryu has a library for OF-Config support.
+
+XML schema files for NETCONFIG and OFConfig
+===========================================
+XML schema files for NETCONF and OFConfig are stolen from LINC whose licence
+is Apache 2.0.
+It supports only part of OFConfig so that its schema files are (intentionally)
+limited such that operation attributes are allowed only in several limited
+places.
+Once our library is tested with other OFConfig switches, the schema files
+should be updated to allow operation attribute in more places.
+
+References
+==========
+* `NETCONF ietf <http://datatracker.ietf.org/wg/netconf/>`_,
+* `NETCONF ietf wiki <http://tools.ietf.org/wg/netconf/trac/wiki>`_,
+* `OF-Config spec <https://www.opennetworking.org/standards/of-config>`_,
+* `ncclient <http://ncclient.grnet.gr/>`_,
+* `ncclient repo <https://github.com/leopoul/ncclient/>`_,
+* `LINC git repo <https://github.com/FlowForwarding>`_
diff --git a/ryu/lib/of_config/README.rst b/ryu/lib/of_config/README.rst
deleted file mode 100644
index 68734f7..0000000
--- a/ryu/lib/of_config/README.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-XML schema for OFConfig
-=======================
-Those files of XML schema for OFConfig are stolen from LINC.
-It supports only part of it so that its schema files are limited as operation
-attributes are allowed only in several places.
-Once tested with other OFConfig switches , the schema files should be updasted
-to allow more operation attribute.
-- 
1.7.10.4


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to