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 <[email protected]> --- 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 341de67..077a5cc 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> -- 1.7.9.5 ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
