On Wed, 09 Jan 2019 05:04:13 +0900,
Jose Carlos Ferreira de Melo Junior wrote:
> 
> [1  <multipart/alternative (7bit)>]
> [1.1  <text/plain; UTF-8 (quoted-printable)>]
> Has someone already have sucess using a *OFPFC_MODIFY *to modify some flows
> at the same time??
> 
> How 's the sintaxe on code?

OFPFC_MODIFY should update actions of matched flow entries.
Maybe your match isn't matching against flow entries for some reason?
I guess actset_output is a OF 1.5+ thing. Does Trying with some other
match field make any difference?

> 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
>

--
IWAMOTO Toshihiro


_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to