From e8d7eafc6d2f5ac3128f6f7fb24cdeb0b3f705ac Mon Sep 17 00:00:00 2001 From: Wei-Li Tang Date: Tue, 11 Mar 2014 13:58:53 +0800 Subject: [PATCH] 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 Signed-off-by: FUJITA Tomonori --- etc/ryu/ryu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= #wsapi_port= #ofp_listen_host= -#ofp_listen_port= +#ofp_tcp_listen_port=