Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-1119

Data duplication in list when reading from NETCONF using RESTCONF

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Cannot Reproduce
    • Helium
    • None
    • mdsal
    • None
    • Operating System: Windows
      Platform: All

    • 2623
    • High

    Description

      A request was sent:

      GET
      http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/XY_NODE/yang-ext:mount/XY-path/foo

      <foo
      xmlns="xy:z">
      <bar>
      <bar-key>191</bar-key>
      <item>
      <item-key>permit ip host 10.0.0.1 host 10.0.0.2</item-key>
      </item>
      <item>
      <item-key> permit ip host 10.0.0.1 host 10.0.0.2</item-key>
      </item>
      </bar>
      </foo>

      Data were received through NETCONF with no duplication. In corresponding YANG model, item-key was defined as key of item.

      Attachments

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

        Activity

          People

            mmarsale@cisco.com Maros Marsalek
            tcechval Tomas Cechvala
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: