Specify the use of the port 6653 for ryu side explicitly
because it still defaults to port 6633.

Fixes check-ryu after commit d4763d1d4efbbcfd884df2d668980d61ec89d75a.
("Use the IANA-assigned ports for OpenFlow and OVSDB.")

Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 tests/run-ryu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run-ryu b/tests/run-ryu
index c14d91e..58ee781 100755
--- a/tests/run-ryu
+++ b/tests/run-ryu
@@ -100,7 +100,7 @@ EOF
     logfile=$sandbox/`echo $app | sed 's,/,.,g'`.log
     logs="$logs
         $logfile"
-    ryu-manager "$app" --log-file="$logfile" & pid=$!
+    ryu-manager --ofp-tcp-listen-port=6653 "$app" --log-file="$logfile" & 
pid=$!
     echo $pid > "$sandbox/ryu.pid"
     i=0
     while sleep 1; do
-- 
2.1.0

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to