If you set up OVS to run with an OF controller and you try to add two flow rules that are identical except for the priority, is that allowed?
Is there anything in the OpenFlow specification that speaks to this? (I did a quick scan of the spec and couldn't find anything).
The theoretical use case of this might come up is if you have a controller with multiple routing apps driving the same switch. If this is not allowed by the OF switch then we would have to put logic in to filter out the redundant rules.