Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git] / ryu / doc / source / library_of_config.rst
1 *****************
2 OF-Config support
3 *****************
4
5 Ryu has a library for OF-Config support.
6
7 XML schema files for NETCONFIG and OFConfig
8 ===========================================
9 XML schema files for NETCONF and OFConfig are stolen from LINC whose licence
10 is Apache 2.0.
11 It supports only part of OFConfig so that its schema files are (intentionally)
12 limited such that operation attributes are allowed only in several limited
13 places.
14 Once our library is tested with other OFConfig switches, the schema files
15 should be updated to allow operation attribute in more places.
16
17 References
18 ==========
19 * `NETCONF ietf <http://datatracker.ietf.org/wg/netconf/>`_,
20 * `NETCONF ietf wiki <http://tools.ietf.org/wg/netconf/trac/wiki>`_,
21 * `OF-Config spec <https://www.opennetworking.org/standards/of-config>`_,
22 * `ncclient <http://ncclient.grnet.gr/>`_,
23 * `ncclient repo <https://github.com/leopoul/ncclient/>`_,
24 * `LINC git repo <https://github.com/FlowForwarding>`_