Has someone already have sucess using a *OFPFC_MODIFY *to modify some flows at the same time??
How 's the sintaxe on code? Mine is the following and *isn't working*: *match = ofp_parser.OFPMatch(actset_output=ports)* *actions = [ofp_parser.OFPActionOutput(port=out_put)]* *inst = [ofp_parser.OFPInstructionActions(ofp.OFPIT_APPLY_ACTIONS, * *actions)]* *req1 = ofp_parser.OFPFlowMod(datapath, cookie, cookie_mask,* *table_id, ofp.OFPFC_MODIFY,* *idle_timeout, hard_timeout,* *priority, buffer_id,* * ofp.OFPP_ANY, ofp.OFPG_ANY,* *ofp.OFPFF_SEND_FLOW_REM,* *match, inst)* please any help would be a blessing...this is very stressful LoL -- Best regards, José Carlos Ferreira Msc student in Computer Science System and Network Analyst at PoP-PE/RNP
_______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel