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

Reply via email to