revert s/_/-/ changes for ryu.conf

cfg.py automatically replaces '-' in option names to '_' for config files.
so s/_/-/ in this file was a mistake.  revert the commit.

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-03-01 14:13:47 +09:00 committed by FUJITA Tomonori
parent 8c52463f89
commit 49556ce68f
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
[DEFAULT]
#wsapi-host=<hostip>
#wsapi-port=<port:8080>
#ofp-listen-host=<hostip>
#ofp-listen-port=<port:6633>
#wsapi_host=<hostip>
#wsapi_port=<port:8080>
#ofp_listen_host=<hostip>
#ofp_listen_port=<port:6633>