I am using Ryu with OF-DPA.   Apparently it is a requirement for a specific 
table to enter a flow rule that has two Set Actions on the same variable.  When 
I attempt to code this the the same object twice.  The code looks something 
like this:

actions = [
  parser.OFPActionSetField(vlan_vid = value1),
  parser.OFPActionSetField(vlan_vid = value2)
 ]
However when I call the OFPFlowMod constructor the resulting object will have 
only one OFPActionSetField in it.  Is it correct that Ryu cannot build such as 
Flow Modification?


----------------------------
Alan Deikman
ZNYX Networks, Inc.




------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to