-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.0
-
Component/s: ponsim
-
Labels:None
-
Story Points:1
-
Sprint:VOLTHA 2.0 Sprint 4
In /voltha/ponsim/v2/ponsim_device.go, ponsim devices are currently installing flows in order of increasing priority. This is incorrect, as flows should be installed in order of decreasing priority such that the flow with the highest priority should be checked first when looping through flows. The fix should occur around line 247 of the aforementioned file.