Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
2846
-
Highest
Description
If you have a list with "ordered-by user" until recently behavior was that the list would be retrieved in the same order it was originally created. Now, it is broken and list and retrieved out of order. I included an "order" leaf to track this. The retrieved order both from RESTconf and JAVA is 0, 2 ,1 but should be 0, 1, 2.
Order in SFC is paramount so SFC is can not work.
{
"name": "SFC1",
"symmetric": true,
"sfc-service-function": [
,
,
{ "name": "ids-abstract1", "order": 1, "type": "service-function-type:ids" } ]
}
]
}