ryu.conf: obsoleted argument used in sample configuration

ofp_listen_port was obsoleted and users should use ofp_tcp_listen_port
(or ofp_ssl_listen_port if ssl enabled) instead.

Signed-off-by: Wei-Li Tang <alextwl@xinguard.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Wei-Li Tang 2014-03-11 13:58:53 +08:00 committed by FUJITA Tomonori
parent d5ec1f2079
commit e8d7eafc6d
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
#wsapi_host=<hostip>
#wsapi_port=<port:8080>
#ofp_listen_host=<hostip>
#ofp_listen_port=<port:6633>
#ofp_tcp_listen_port=<port:6633>