diff options
author | Wei-Li Tang <alextwl@xinguard.com> | 2014-03-11 13:58:53 +0800 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-03-16 20:26:09 +0900 |
commit | e8d7eafc6d2f5ac3128f6f7fb24cdeb0b3f705ac (patch) | |
tree | 9cf0d40c7d3abdf174c329136980ab9e5fde0f67 /etc | |
parent | d5ec1f20797627bcedb64b1d3362e350f012a025 (diff) |
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>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ryu/ryu.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ryu/ryu.conf b/etc/ryu/ryu.conf index 341de67c..077a5cc7 100644 --- a/etc/ryu/ryu.conf +++ b/etc/ryu/ryu.conf @@ -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> |