From 49556ce68ff6472982a3978fb4c4ac87e6cee957 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 1 Mar 2013 14:13:47 +0900 Subject: [PATCH] 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 Signed-off-by: FUJITA Tomonori --- etc/ryu/ryu.conf | 8 ++++---- 1 file 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= -#wsapi-port= -#ofp-listen-host= -#ofp-listen-port= +#wsapi_host= +#wsapi_port= +#ofp_listen_host= +#ofp_listen_port=