IWAMOTO
yes I heard that only works with OpenFlow 1.5+ but I wasn't 100% sure.
I will try another approach.
Thank you =)
Em qui, 10 de jan de 2019 às 04:57, IWAMOTO Toshihiro
escreveu:
> On Wed, 09 Jan 2019 05:04:13 +0900,
> Jose Carlos Ferreira de Melo Junior wrote:
> >
> > [1 ]
> > [1.1
On Wed, 09 Jan 2019 05:04:13 +0900,
Jose Carlos Ferreira de Melo Junior wrote:
>
> [1 ]
> [1.1 ]
> 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
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.OF