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
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
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/