Yes, I'm running both in the same Ryu instance. For example: ryu-manager simple_switch.py myBGPapplication.py
By the way, my application works perfectly fine except on shutdown. So, that shutdown method is trying to close something that simple switch class is using, right? ________________________________ De: Victor Orlikowski <[email protected]> Enviado: sábado, 20 de agosto de 2016 10:44 Para: Paulo Sérgio Cc: [email protected] Assunto: Re: [Ryu-devel] BGPSpeaker - shutdown error. Why is this happening? Ah...that may explain it. Is the simple switch in the same Ryu instance? Or another one? Or both? Reason I ask: something else is already using the OpenFlow port. The code you're running is trying to bind that port, and cannot (because of something else having it open). If you're trying to run a simple switch from within that same Ryu instance, that explains the message you're getting; to resolve it, you should try using another port on the machine - or discovering what else has currently got the OpenFlow port bound. Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu > On Aug 20, 2016, at 8:08 AM, Paulo Sérgio <[email protected]> wrote: > > I'm using the app_manager.RyuApp class to make it a Ryu application and > running along with a simple switch on ryu-manager.
------------------------------------------------------------------------------
_______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
