summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-03-01 14:13:47 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-03-04 21:14:29 +0900
commit49556ce68ff6472982a3978fb4c4ac87e6cee957 (patch)
tree11fb44b437f68a57d93d885d47cd573688861d07 /etc
parent8c52463f892f0d914597da1653263bcb55b2784e (diff)
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>
Diffstat (limited to 'etc')
-rw-r--r--etc/ryu/ryu.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/ryu/ryu.conf b/etc/ryu/ryu.conf
index e1a44581..341de67c 100644
--- a/etc/ryu/ryu.conf
+++ b/etc/ryu/ryu.conf
@@ -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>