Re: [Ryu-devel] multiples flags in OFPFlowMod Message

2018-06-25 Thread Valson Pereira
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

Re: [Ryu-devel] multiples flags in OFPFlowMod Message

2018-06-24 Thread 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 a logical or operator, for example: OFPFlowMod(dp, match, ..., flags= OFPFF_SEND_FLOW_REM | O

[Ryu-devel] multiples flags in OFPFlowMod Message

2018-06-20 Thread Valson Pereira
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