[ovs-dev] Removing a flow with a new field

2016-06-02 Thread AIT ZEOUAY, Amrane (Nokia - FR)
Hi, I added a new field to the rules like the field "priority" and when I want to delete a flow with "ovs-ofctl del-flows br0 new_field=80" or with --strict the ovs remove all flow tables, and even I wanted to delete a flow with priority using -strict nothing happens to the rules. And I'm using

[ovs-dev] Removing a flow with a new field

2016-06-01 Thread Amrane Ait Zeouay
Hi, I added a new field to the rules like the field "priority" and when i want to delete a flow with "ovs-ofctl del-flows br0 new_field=80" or with --strict the ovs doesn't do anything, and even i wanted to delete a flow with priority using -strict nothing happens to the rules. so can anyone help m