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 execution of the app and all flow entries are wiped from the OVS. I read somewhere that it is normal for the controller to wipe the flow entries, but how can I stop this from happening? In which file of the Ryu project should I do alterations so that manually installed flow entries are never deleted? Regards, Ines
_______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel