diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-25 04:54:16 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-25 04:55:43 +0900 |
commit | 08edfa067ecd84a33c5013a89b8c450f40cbc02d (patch) | |
tree | 527a37ae573f85ec19066713808fae6672d40d1a /README.rst | |
parent | 2a4423fda3efb78368a9c8fdd5d8a48caf359c96 (diff) |
README.rst: add OF 1.5 support
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Ryu provides software components with well defined API that make it easy for developers to create new network management and control applications. Ryu supports various protocols for managing network devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow, -Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions. +Ryu supports fully 1.0, 1.2, 1.3, 1.4, 1.5 and Nicira Extensions. All of the code is freely available under the Apache 2.0 license. Ryu is fully written in Python. |