On Mon, 25 Mar 2013 15:58:37 +0000 Bright Dadson <[email protected]> wrote:
> I have created a flow which sets a match field in an action as shown below; > > field = datapath.ofproto_parser.OFPMatchField.make( > datapath.ofproto.OXM_OF_VLAN_VID, vlan_id) > actions = > [datapath.ofproto_parser.OFPActionPushVlan(VLAN_TAG_802_1Q), > datapath.ofproto_parser.OFPActionSetField(field)] > > I want to be able to extract this field value at 'packet_in_handler' - how > can I achieve this in Ryu? I think that you can use msg.field.match. ------------------------------------------------------------------------------ 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
