Re: [Ryu-devel] IPv6 NS/NA handling

2015-12-18 Thread Sachin Sunder Sagadevan
Thank you for the references. >From where can I learn to construct PACKET_OUT message? Regards, S. Sachin Sunder On Thu, Dec 17, 2015 at 7:00 PM, Yusuke Iwase wrote: > Hi, > > You can use the packet library to construct IPv6 NS/NA packets. > http://osrg.github.io/ryu-book/en/html/packet_lib.h

Re: [Ryu-devel] Getting payload of a tcp packet in RYU

2015-12-18 Thread Ramana Reddy
Hi Iwase, Thank you so much. It solved my problem. I have one more concern. Is that RYU get the whole packet, or the first few bytes of the packet. If that is not true, what are the options we have to provide so that RYU controller get the whole packet from the switch. Thanks & Regards, Ramana

Re: [Ryu-devel] [PATCH v2] Ensure to terminate threads where RyuApp.start() gives a thread object

2015-12-18 Thread IWAMOTO Toshihiro
At Thu, 17 Dec 2015 19:23:51 +0900, Takashi Yamamoto wrote: > > On Wed, Dec 16, 2015 at 6:13 PM, IWAMOTO Toshihiro > wrote: > > Otherwise, AppManager.run_apps fails to terminate. > > > > Signed-off-by: IWAMOTO Toshihiro > > --- > > ryu/base/app_manager.py | 7 +++ > > ryu/