summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorWei-Li Tang <alextwl@xinguard.com>2014-03-11 13:58:53 +0800
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-03-16 20:26:09 +0900
commite8d7eafc6d2f5ac3128f6f7fb24cdeb0b3f705ac (patch)
tree9cf0d40c7d3abdf174c329136980ab9e5fde0f67
parentd5ec1f20797627bcedb64b1d3362e350f012a025 (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>
-rw-r--r--etc/ryu/ryu.conf2
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>