Re: [Ryu-devel] Extracting Flow from Ethernet Object/Packet

2013-05-02 Thread Kevin Han
That helps a lot! Thank you! On Wed, May 1, 2013 at 6:14 PM, FUJITA Tomonori < [email protected]> wrote: > On Wed, 1 May 2013 12:36:06 -0400 > Kevin Han wrote: > > > Is there a built in function to extract the flow information (dl_dst, > > dl_src, nw_dst, etc.) from an ethernet pack

Re: [Ryu-devel] Extracting Flow from Ethernet Object/Packet

2013-05-01 Thread FUJITA Tomonori
On Wed, 1 May 2013 12:36:06 -0400 Kevin Han wrote: > Is there a built in function to extract the flow information (dl_dst, > dl_src, nw_dst, etc.) from an ethernet packet? Or would I have to create > one myself. http://osrg.github.io/ryu/doc/library_packet.html Would be useful for you? > I hav

[Ryu-devel] Extracting Flow from Ethernet Object/Packet

2013-05-01 Thread Kevin Han
Hi, Is there a built in function to extract the flow information (dl_dst, dl_src, nw_dst, etc.) from an ethernet packet? Or would I have to create one myself. I have taken a look at the OFPMatch class which can match flow attributes, however, I am not sure if it is possible to extract information