Re: [Ryu-devel] Ryu deleting manually installed flow entries

2020-05-09 Thread knet solutions
Hi Ines, I guess, flow timesouts (idle_timeout, hard_timeout) configured in the flows. Thats the only reason flows are wiped out automatically. you need to set the idle_timeout and hard_timeout =0. so flows will be permanent. Thanks suresh On Fri, May 8, 2020 at 11:05 PM Inês Lopes wrote: > H

[Ryu-devel] Ryu deleting manually installed flow entries

2020-05-08 Thread Inês Lopes
Hello, I have an OVS and a Ryu controller in the same machine. The Ryu App I created will add and delete flows of the OVS according to some conditions. I've created many Ryu apps before, but there is one persistent issue in this architecture (OVS and Ryu in same machine). A few seconds in the e