On Mon, 4 Mar 2013 15:26:14 +0000
"Henkel, Michael" <[email protected]> wrote:

> I'm only getting the in_port field back. I also would like to get the 
> eth_src/dst/type fields but they don't seem to exist.
> I am sending an arp packet, looping through the packet everything is there, 
> it's just that I'd like to read the header fields instead of looping like 
> this:
> 
>         for p in pkt:
>             t = type(p)
>             if t != array.array:
>                 #print p.protocol_name
>                 if p.protocol_name == 'ethernet':
>                     eth_hw_src = p.src
>                     eth_hw_dst = p.dst
> 
> 
> fields = msg.match.fields
> print len(fields)
> 
> gives me back "1". So there is only one field set.

I see. I suspect that it's switch's problem. What switch you use? OVS?

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to