Re: [Ryu-devel] Patch for Typos and Incorrect Values in OpenFlow Header files

2014-09-16 Thread Sriram
Hi Fujita-san, I have split the previous patch into 2 patches for ease of tracking. Also, the unit tests pass now. let me know otherwise. Thanks, Sriram On Fri, Sep 12, 2014 at 3:00 PM, FUJITA Tomonori < [email protected]> wrote: > On Tue, 9 Sep 2014 09:27:15 -0700 > Sriram wrote:

[Ryu-devel] Ryu/base/app_manager.py - send_request & reply_to_request methods?

2014-09-16 Thread A G
Hi Folks, I really like Ryu, the framework is all there, I just make the apps. Issues: When my Ryu application fails the framework continues to operate, the connection from the switches to the controller is still kept alive by the framework. (Which is fine) However, when the application that fail