Re: [Ryu-devel] Memory Error in RYU Controller

2018-09-05 Thread IWAMOTO Toshihiro
On Tue, 04 Sep 2018 22:58:53 +0900, Soe Ye Htet wrote: > > [1 ] > [1.1 ] > Dear RYU Team, > > I have faced the memory error in running RYU application. I try to fix this > but it was not successful. My error statement as per attached log. MemoryError means the system is out of memory. https:/

[Ryu-devel] How to change forwarding rules based on network statistics?

2018-09-05 Thread Alvaro Jimenez
Hi everyone, I have implemented a multitable forwarding configuration based on packet's headers. I have also two output ports. Now, i want to implement a way to forward traffic in case links go down, so if link in port 1 goes down i can change the output action rule to forward packets to port 2. I

Re: [Ryu-devel] How to change forwarding rules based on network statistics?

2018-09-05 Thread IWAMOTO Toshihiro
On Wed, 05 Sep 2018 23:22:30 +0900, Alvaro Jimenez wrote: > > [1 ] > [1.1 ] > Hi everyone, > I have implemented a multitable forwarding configuration based on packet's > headers. I have also two output ports. Now, i want to implement a way to > forward traffic in case links go down, so if link i

Re: [Ryu-devel] Memory Error in RYU Controller

2018-09-05 Thread Soe Ye Htet
Dear, I assign the flow rules in each OF Switch to send packet-in message to RYU controller in order to update flow rules dynamically. I think the problem is RYU controller receive the a lot of packet-in message from OF Switch. Best Regards, Soe Ye Htet On Wed, Sep 5, 2018 at 4:08 PM IWAMOTO Tos