Re: [Ryu-devel] [PATCH] Handle SSL socket timeouts in controller gracefully

2016-04-19 Thread FUJITA Tomonori
On Tue, 19 Apr 2016 23:43:14 + Victor Orlikowski wrote: > Eventlet throws a subclass of IOError on SSL read timeout. > Without this patch, the read() loop exits on having received this normally > innocuous event, causing unnecessary disconnect/reconnect cycles for switches. > > Thanks to An

[Ryu-devel] [PATCH] Handle SSL socket timeouts in controller gracefully

2016-04-19 Thread Victor Orlikowski
Eventlet throws a subclass of IOError on SSL read timeout. Without this patch, the read() loop exits on having received this normally innocuous event, causing unnecessary disconnect/reconnect cycles for switches. Thanks to Andy Hill for discovering this issue, and the initial version of this pat

Re: [Ryu-devel] [PATCH] controller: handle SSL socket timeouts

2016-04-19 Thread Victor Orlikowski
On Apr 19, 2016, at 7:17 PM, FUJITA Tomonori wrote: > >> Fujita-San - do you need me to re-submit the patch with a sign-off, etc.? > > Yes, please. You got it, in a separate email. ;) Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu --

Re: [Ryu-devel] [PATCH] controller: handle SSL socket timeouts

2016-04-19 Thread FUJITA Tomonori
On Tue, 19 Apr 2016 23:10:07 + Victor Orlikowski wrote: > On Apr 19, 2016, at 1:35 PM, Andy Hill wrote: >> >> Thanks for the feedback Victor. >> >> >> I tried the patch and it works. > > Thanks for taking the time to try it, Andy. ;) Thanks, guys! > Fujita-San - do you need me to re-su

Re: [Ryu-devel] [PATCH] controller: handle SSL socket timeouts

2016-04-19 Thread Victor Orlikowski
On Apr 19, 2016, at 1:35 PM, Andy Hill wrote: > > Thanks for the feedback Victor. > > > I tried the patch and it works. Thanks for taking the time to try it, Andy. ;) Fujita-San - do you need me to re-submit the patch with a sign-off, etc.? Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]du

Re: [Ryu-devel] Hi all

2016-04-19 Thread Gandhimathi Velusamy
Hi, Are you sure that controller is running from port 6653. It may run from port 6633. Check the port on which the controller is running and change it accordingly in ovs-vsctl configuration. To check from which port ryu controller is running, use the command "netstat -tupln". You could see from mi

Re: [Ryu-devel] [PATCH] controller: handle SSL socket timeouts

2016-04-19 Thread Andy Hill
Thanks for the feedback Victor. I tried the patch and it works. Thanks, -AH On Mon, Apr 18, 2016 at 10:29 AM, FUJITA Tomonori wrote: > On Wed, 13 Apr 2016 02:24:47 + > Victor Orlikowski wrote: > > > On Apr 12, 2016, at 7:33 PM, Andy Hill wrote: > >> > >> While testing ryu in an environ

[Ryu-devel] Ryu Application

2016-04-19 Thread Moiz Imtiaz
Hi All, I am new to RYU and deciding to use it as my controller, i am currently working on Quana lb9 bare metak switch and using PicOS. I just wanted to know that if there are any application build on top of Ryu , like floodlight https://floodlight.atlassian.net/wiki/display/floodlightcontroller

Re: [Ryu-devel] How to get the MAC address of all ports for each switch connected to the controller.

2016-04-19 Thread Pynbiang Hadem
Dear Iwase, When I added the code in "*def _packet_in_handler(self, ev):*" It works fine. However I wanted to put the code in "*ofp_event.EventOFPSwitchFeatures*". When i did this i got the following errrors: *AttributeError: 'OFPSwitchFeatures' object has no attribute 'match' * Pls suggest. Tha

[Ryu-devel] Hi all

2016-04-19 Thread Pooja Patil
I am new to ryu controller.I am not able to connect to controller.Following is my topology. sh ovs-vsctl show da8ddb4a-89ac-4748-9913-5ea817e698a0 Bridge "s4" Controller "tcp:127.0.0.1:6653" fail_mode: secure Port "s4" Interface "s4" type:

Re: [Ryu-devel] RyuBGPSpeaker

2016-04-19 Thread Yi Tseng
Hi Currently, we are developing SDN-IP Ryu version. I think you can refer my source code. https://github.com/TakeshiTseng/Ryu-SDN-IP/blob/master/sdn_ip.py#L58 If you want to try it, you can try SDN-IP Example VM https://github.com/sdnds-tw/SDN-IP-Example-VM 2016-04-19 14:27 GMT+08:00 Truong H