Re: [Ryu-devel] Unique Flow_ID on datapath

2018-02-07 Thread Artem Gromov
Hi, I dont recall anything like unique flow id in openflow specs. I currently use cookie and fields inside OFPMatch object to differentiate between flows. You can actually issue OFPFlowMod strict command to match exact flow currently installed: OFPFC_MODIFY_STRICT OFPFC_DELETE_STRICT Regards,

[Ryu-devel] Unique Flow_ID on datapath

2018-02-06 Thread Taha Khan
Hi, Is there any unique (flow-name or id) to differentiate between flows on a particular datapath ? In my application I need to take actions on particular flow entries and not all of them, it would be helpful if there is something like this. I looked up at RYU documentation but was unable to find