Re: [Ryu-devel] BGPSpeaker - shutdown error. Why is this happening?

2016-08-20 Thread Victor Orlikowski
So, no - I don't think so. Based on the error message, it looks as though something in your environment is trying to start up the OpenFlow controller code in Ryu - and finding the controller port to already be bound. The shutdown() method you're calling in the BGP protocol code wouldn't even be

Re: [Ryu-devel] Ryu application

2016-08-20 Thread Francesco Murador
Hey another question in my application i want an istance of simple_switch but when i try to instantiate a simple_switch i can't because it gives me keyerror stplib so how can instantiate a simple_switch object? Inviato da iPhone > Il giorno 17/ago/2016, alle ore 03:02, Iwase Yusuke > ha scri

Re: [Ryu-devel] BGPSpeaker - shutdown error. Why is this happening?

2016-08-20 Thread Paulo Sérgio
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? _

Re: [Ryu-devel] BGPSpeaker - shutdown error. Why is this happening?

2016-08-20 Thread Victor Orlikowski
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

Re: [Ryu-devel] BGPSpeaker - shutdown error. Why is this happening?

2016-08-20 Thread Paulo Sérgio
So.. My ryu.conf file looks like default and I'm running this BGP code as a Ryu application. I'm using the app_manager.RyuApp class to make it a Ryu application and running along with a simple switch on ryu-manager. Greetings. De: Victor Orlikowski Enviado:

[Ryu-devel] error in qos_simple_switch_13

2016-08-20 Thread wesam kh
hi ryu team I have some problem with apply  of the per-flow QoSwhen implement the code :ryu-manager ryu.app.rest_qos ryu.app.qos_simple_switch_13 ryu.app.rest_conf_switchcan any one know how can I solve this error??note : I am using the simple_switch_stp_13.py to my network Wisam Maala qo