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