summaryrefslogtreecommitdiffhomepage
path: root/debian/ryu.8.txt
diff options
context:
space:
mode:
authorYoshihiro Kaneko <ykaneko0929@gmail.com>2014-06-16 18:40:42 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-06-17 06:50:42 +0900
commit712d599f541f3e7bbc14833e2b6f55de964eebdb (patch)
treeaae29235f2674ca0b839b37f1dee00dc98de4969 /debian/ryu.8.txt
parent4f19fc54cd671d594a685abf7ab44e8c09d4956d (diff)
add debian files to make packages for Ubuntu
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'debian/ryu.8.txt')
-rw-r--r--debian/ryu.8.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/ryu.8.txt b/debian/ryu.8.txt
new file mode 100644
index 00000000..11855d72
--- /dev/null
+++ b/debian/ryu.8.txt
@@ -0,0 +1,38 @@
+NAME
+ ryu - management for Ryu application
+
+SYNOPSIS
+ ryu [-h] [--config-dir DIR] [--config-file PATH] [--version]
+ [subcommand] ...
+
+DESCRIPTION
+ ryu is the executable for Ryu applications. ryu loads a sub-module
+ corresponding to the sub-command and run it. 'run' sub-command is an
+ equivalent to ryu-manager.
+
+ Ryu is a component-based software defined networking framework. 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.
+
+
+OPTIONS
+ subcommand [rpc-cli|run|of-config-cli]
+ subcommand_args subcommand specific arguments
+
+ -h, --help show this help message and exit
+ --config-dir DIR Path to a config directory to pull *.conf files from.
+ This file set is sorted, so as to provide a predictable
+ parse order if individual options are over-ridden. The
+ set is parsed after the file(s) specified via previous
+ --config-file, arguments hence over-ridden options in
+ the directory take precedence.
+ --config-file PATH Path to a config file to use. Multiple config files can
+ be specified, with values in later files taking
+ precedence. The default files used are: None
+ --version show program's version number and exit
+
+AUTHOR
+ Ryu Project Team <ryu-devel@lists.sourceforge.net>