Thanks Ben, it works.

-----邮件原件-----
发件人: Ben Pfaff [mailto:b...@ovn.org] 
发送时间: 2019年7月17日 1:04
收件人: Yi Yang (杨燚)-云服务集团 <yangy...@inspur.com>
抄送: ovs-disc...@openvswitch.org; ovs-dev@openvswitch.org
主题: Re: [ovs-discuss] How can I delete flows which match a given cookie value?

On Tue, Jul 16, 2019 at 09:35:06AM +0000, Yi Yang (杨燚)-云服务集团 wrote:
> I need to add and delete flows according to user operations, I know 
> openflowplugin in Opendaylight can do this, but it seems “ovs-ofctl 
> del-flows” can’t do this way, why can’t cookie value be used to do 
> this for “ovs-ofctl del-flows”?
> 
>  
> 
> sudo ovs-ofctl -Oopenflow13 --strict del-flows br-int "table=2,cookie=12345"

To match on a cookie, specify a mask, e.g. cookie=12345/-1.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to