On Sep 9, 2013, at 7:39 PM, Xu Zhongxing <[email protected]> wrote:
> Does of.ofp_flow_mod(command=of.OFPFC_DELETE) support cookie mask now? I > would like to use cookie mask to filter cookies when deleting flows. No. libopenflow_01 only speaks wire protocol version 0x01, which does not support this feature. If you're using Open vSwitch, you should be able to use POX's support for Nicira/OVS extensions, because the extended flow_mod does support this feature by including an NXM_NX_COOKIE match entry. -- Murphy
