Re: [Ryu-devel] error: cannot convert argument to integer

2017-01-18 Thread Munther Numan
Greeting All I hope you're fine and well , the problem is solved when I used the bellow command : mod = ofp_parser.OFPFlowMod (datapath=dp, priority=priority, match=match, instructions=inst, hard_timeout=5 flags=ofp.OFPFF_SEND_FLOW_REM ) self.logger.info("--> Flow: added") d

[Ryu-devel] error: cannot convert argument to integer

2017-01-18 Thread Munther Numan
Greeting All, I get error below when I set hard_timeout to the flow I try in many ways but same thing occurs , please if you can help me . The command : mod = parser.OFPFlowMod(datapath=dp, priority=priority, match=match, instructions=inst, hard