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 2.3.1. I think the function "cls_cursor_first()" where it find the first rule and then look for the other rule with "cls_cursor_next()", but when I debug the ovs I found that the argument "target" returned by the function "cls_cursor_init()" for the function "rule_matches()" is NULL that's why the ovs return every rule. so can anyone help me in this or can just explain to me how the ovs remove the flow and how can I fill the target in "cls_cursor_init()" with the "new_field"? Thank you. Best regards.
_______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
