Uploaded image for project: 'yangtools'
  1. yangtools
  2. YANGTOOLS-421

Ordered-by user is broken again - SFC is broken

    XMLWordPrintable

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": "dpi-abstract1", "order": 0, "type": "service-function-type:dpi" }

      ,

      { "name": "qos-abstract1", "order": 2, "type": "service-function-type:qos" }

      ,

      { "name": "ids-abstract1", "order": 1, "type": "service-function-type:ids" }

      ]
      }
      ]
      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jhajnar@cisco.com Jan Hajnar
            repenno Reinaldo Penno
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: