On Mon, 25 Mar 2013 16:56:48 +0000
Bright Dadson <[email protected]> wrote:

> This is what I thought initially but when I log the values held in
> msg.match.fields as shown below;
> 
>         match = msg.match.fields
>         for field in match:
>             logger.info("++> %s ",field.value)
> 
> I only get data ports only. Also see below flows installed.

I guess that you use OVS. OVS can't handle a match in a packet_in
message in OF1.2/1.3.

------------------------------------------------------------------------------
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_mar
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to