-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 1.5.0, 1.6.0
-
Component/s: None
-
Labels:None
-
Story Points:2
When a flow with priority greater than max-priority (65535) is added through onos, the flow will get added in the ovs switch by wrapping to next integer value ( 65536 to 0 , 65537 to 1 ) whereas in controller the flow will go to PENDING_ADD state. As the controller flow and ovs flow are miss-matching (in controller priority is 65536 and in ovs priority is 0), controller deletes the flow which is not exactly matching in the controller store and tries to add the same flow again. This process keeps on repeating and results in an infinite loop.