Thank you so much, IWAMOTO. It works.
2018-06-24 23:48 GMT-03:00 IWAMOTO Toshihiro :
> On Thu, 21 Jun 2018 12:47:47 +0900,
> Valson Pereira wrote:
> > how i can specify multiples flags in the same OFPFlowMod message? (e.g.:
> > OFPFF_CHECK_OVERLAP and OFPFF_SEND_FLOW_REM)
>
> It's a bitmap. Use
On Thu, 21 Jun 2018 12:47:47 +0900,
Valson Pereira wrote:
> how i can specify multiples flags in the same OFPFlowMod message? (e.g.:
> OFPFF_CHECK_OVERLAP and OFPFF_SEND_FLOW_REM)
It's a bitmap. Use a logical or operator, for example:
OFPFlowMod(dp, match, ..., flags= OFPFF_SEND_FLOW_REM |
O
Hi everyone;
how i can specify multiples flags in the same OFPFlowMod message? (e.g.:
OFPFF_CHECK_OVERLAP and OFPFF_SEND_FLOW_REM)
Thanks
*Valson da Silva Pereira*
--
Check out the vibrant tech community on one of the