Re: [Ryu-devel] Using OvS and RYU controller

2018-10-29 Thread Soe Ye Htet
Dear RYU Team, Please let me share my observation. First of all please let me represent simple testing topology. OvS1(RYU)-OvS2. Iperf3 sever is running at OvS1 and Iperf3 client is running at OvS2. Then the wireless interface of OVS2 cannot transmit any packet after 30 minutes of Iper

Re: [Ryu-devel] Using OvS and RYU controller

2018-10-29 Thread IWAMOTO Toshihiro
On Sat, 27 Oct 2018 20:01:43 +0900, Soe Ye Htet wrote: > > [1 ] > [1.1 ] > 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:d

Re: [Ryu-devel] extract IPV4 info

2018-10-29 Thread Moh'd Reza Abbasi
You should check if the incoming packet_in is a ipv4 packet or not. If it is not then you will get the above error. On Sat, Oct 27, 2018 at 7:18 PM Moh'd Reza Abbasi wrote: On Fri, Oct 26, 2018 at 7:12 PM Munim Shabir wrote: > okay. So can i print in in event_packet_handler like below? > > when