diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-02-12 17:20:59 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-02-14 12:34:08 +0900 |
commit | 9ba977fa41abd4c82f6b4c2d6ab8870309efc9c9 (patch) | |
tree | fd28879d7b906f74b24dc622de0e8880d6af75e8 /etc | |
parent | 3e79fbd56a7c7d0479e5a4e6a900af546a3d1020 (diff) |
update a sample and documentation
try to sync the documentation with the reality at least about
gflags/cfg changes.
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.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/ryu/ryu.conf b/etc/ryu/ryu.conf index 3b6ca1b6..341de67c 100644 --- a/etc/ryu/ryu.conf +++ b/etc/ryu/ryu.conf @@ -1,6 +1,8 @@ # Sample configuration file -#--wsapi_host=<hostip> -#--wsapi_port=<port:8080> -#--ofp_listen_host=<hostip> -#--ofp_listen_port=<port:6633> +[DEFAULT] + +#wsapi_host=<hostip> +#wsapi_port=<port:8080> +#ofp_listen_host=<hostip> +#ofp_listen_port=<port:6633> |