On Sat, 27 Oct 2018 20:01:43 +0900,
Soe Ye Htet wrote:
> 
> [1  <multipart/alternative (7bit)>]
> [1.1  <text/plain; UTF-8 (7bit)>]
> Dear RYU Team,
> 
> Can we use a RYU controller and OvS at the same machine. The configuration
> of OvS are
> sudo ovs-vsctl --if-exist del-br br0
> sudo ovs-vsctl add-br br0
> sudo ovs-vsctl set bridge br0 other-config:datapath_id=1000000000000008
> sudo ovs-vsctl add-port br0 wlan0 -- set Interface wlan0 ofport_request=1
> sudo ifconfig wlan0 0
> sudo ifconfig br0 10.0.0.8 netmask 255.0.0.0 up
> sudo ovs-vsctl set-controller br0 tcp:127.0.0.1
> sudo ovs-vsctl set controller br0 connection-mode=out-of-band
> sudo ovs-vsctl set-fail-mode br0 secure
> sudo ovs-vsctl set bridge br0 stp_enable=true
> . That configuration is installed at OvS and that OvS is at the same
> machine at RYU controller. Another simple question is that can we use

Of course you can. Have you tried?

> iperf3 server port and openflow port at the same machine. For example
> iperf3 server port is 5201 and RYU controller port is 6633. Iperf3 server
> IP address and IP address of RYU controller is also the same.

I cannot think of a problem if the port numbers are different.
What is your concern?

--
IWAMOTO Toshihiro


_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to