diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2011-12-09 15:56:05 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2011-12-09 15:56:05 +0900 |
commit | aa5051a162c496c3beaef0cef24c720f78305eea (patch) | |
tree | 91242f799b1c166d3e9e765475b9a6e36c3608ac /etc |
initial commit
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ryu/ryu.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/ryu/ryu.conf b/etc/ryu/ryu.conf new file mode 100644 index 00000000..604e2609 --- /dev/null +++ b/etc/ryu/ryu.conf @@ -0,0 +1,7 @@ +# Sample configuration file + +#--wsapi_host=<hostip> +#--wsapi_port=<port:8080> +#--ofp_listen_host=<hostip> +#--ofp_listen_port=<port:6633> +#--simple_isolation_allow_host=False |