Re: [Ryu-devel] App hangs when openflow connection disconnects

2015-02-15 Thread FUJITA Tomonori
On Sat, 14 Feb 2015 14:37:48 +0800 Zang MingJie wrote: > I have submitted a pull request > > https://github.com/kghost/ryu/commit/f03b0373d292eff638ee99f07717989f0be4bad8 Thanks! Please send a patch with your Signed-off-by instead of a pull request. >From f03b0373d292eff638ee99f07717989f0be4ba

Re: [Ryu-devel] App hangs when openflow connection disconnects

2015-02-13 Thread Zang MingJie
I have submitted a pull request https://github.com/kghost/ryu/commit/f03b0373d292eff638ee99f07717989f0be4bad8 On Sat, Feb 14, 2015 at 12:20 PM, Yi Tseng wrote: > Thanks a lot. > > Zang MingJie 於 2015年2月14日 星期六寫道: > >> On Fri, Feb 13, 2015 at 11:08 PM, Yi Tseng wrote: >> > Hi Zang MingJie, >> >

Re: [Ryu-devel] App hangs when openflow connection disconnects

2015-02-13 Thread Yi Tseng
Thanks a lot. Zang MingJie 於 2015年2月14日 星期六寫道: > On Fri, Feb 13, 2015 at 11:08 PM, Yi Tseng > wrote: > > Hi Zang MingJie, > > > > I think we can add code to > > > https://github.com/osrg/ryu/blob/master/ryu/controller/controller.py#L145-L148 > > or > > > https://github.com/osrg/ryu/blob/master/

Re: [Ryu-devel] App hangs when openflow connection disconnects

2015-02-13 Thread Zang MingJie
On Fri, Feb 13, 2015 at 11:08 PM, Yi Tseng wrote: > Hi Zang MingJie, > > I think we can add code to > https://github.com/osrg/ryu/blob/master/ryu/controller/controller.py#L145-L148 > or > https://github.com/osrg/ryu/blob/master/ryu/controller/controller.py#L189-L198 > to handling disconnection bet

Re: [Ryu-devel] App hangs when openflow connection disconnects

2015-02-13 Thread Yi Tseng
Hi Zang MingJie, I think we can add code to https://github.com/osrg/ryu/blob/master/ryu/controller/controller.py#L145-L148 or https://github.com/osrg/ryu/blob/master/ryu/controller/controller.py#L189-L198 to handling disconnection between controller and openflow switch. Yi 2015-02-13 16:09 GMT