Re: [Ryu-devel] Fwd: Event_Link_Delete triggering

2018-03-05 Thread Taha Khan
Thanks Iwase for taking time to fix the indentation error. I would try autopep8, in my environment code was running for some reason. Looks like the issue that I am having is not there in your environment. I am using RYU-4.21, and OVS-2.5.2. May be i need to upgrade my setup. Thanks! Taha On Sun,

Re: [Ryu-devel] Fwd: Event_Link_Delete triggering

2018-03-04 Thread Iwase Yusuke
Hi Taha, I couldn't launch your Ryu application on my environment... (py27) $ ryu-manager shared_arp.py loading app shared_arp.py Traceback (most recent call last): File "/home/iwase/ryu/.tox/py27/bin/ryu-manager", line 11, in load_entry_point('ryu==4.23', 'console_scripts',

Re: [Ryu-devel] Fwd: Event_Link_Delete triggering

2018-03-04 Thread Taha Khan
Hi Iwase, Even I don't know, why is that happening. When I added the separate handler for EventLinkDelete it is getting triggered when I see no reason to for it to trigger. I think there is a bug in EventLinkDelete handler. You can reproduce it by running two files attached. Could you please

Re: [Ryu-devel] Fwd: Event_Link_Delete triggering

2018-02-27 Thread Iwase Yusuke
Hi Taha, I couldn't investigate why, but on your attached log messages, "EventSwitchLeave" are shown. Datapath might be disconnected for some reason, then "EventLinkDelete" occurred. Thanks, Iwase On 2018年02月28日 00:13, Taha Khan wrote: Hi, I added EventLinkDelete in my code. And noticed