Re: [Ryu-devel] topology with python 3

2016-03-14 Thread Yusuke Iwase
Hi, Thank you for your reports. On 2016年03月11日 20:03, Martin Zeller wrote: > Hello, > > The rest_topology app does not currently work with python3, due to > problems in topology/switches.py: > > switches: Exception occurred during handler processing. Backtrace from > offending handler [lldp_pa

Re: [Ryu-devel] [PATCH 8/8] Stability improvements to the core of Ryu; should be applied in order.

2016-03-14 Thread Victor Orlikowski
On Mar 1, 2016, at 11:40 PM, Victor Orlikowski wrote: > > Ah; OK. > > So, since we were trying to close file descriptors properly, there's one of > two ways to accomplish that: > 1) Have an echo request loop that does it automatically (and we now have > available, but not enabled by default).

Re: [Ryu-devel] how to connect to another tcp server in ryu application?

2016-03-14 Thread 俊 赵
Thank you. This does provide me some ideas. I will try. Zhao Jun Date: Fri, 4 Mar 2016 05:13:57 -0800 From: [email protected] To: [email protected] CC: [email protected]; [email protected] Subject: Re: [Ryu-devel] how to connect to another tcp server in ryu appli

Re: [Ryu-devel] How to let a RYU application to support a permanent socket server

2016-03-14 Thread 俊 赵
Hi, I found this https://github.com/TakeshiTseng/SDN-Work/blob/master/MultiControl/ms/MasterApp.py This script creates a RYU application and a TCP server I didn't try this script, hope it can help. Thanks. Zhao Jun > From: [email protected] > To: [email protected] > Date: Thu

Re: [Ryu-devel] How to select which controller responds to packet_in message?

2016-03-14 Thread Shinpei Muraoka
Hi, > i have one openflow switch that attached to two ryu controller in Equal > mod. is there any way for the switch to select which controller responds > to packet_in message? Filtering unit of send destination is the controller unit, it is not the role unit. Equal mode is not possible to s