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

Reordering of augmented and direct children in containers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 3.0.1, 2.0.19, 2.1.11
    • None
    • None
    • None

      Some devices are unreasonably touchy about the order of children we send them – i.e. they expect to encounter direct container children before seeing any augmented children. While we push them to NormalizedNode builders in this order, the builders are using plain HashMaps (and rightfully so) to track them, which means they can get reordered. Based on this, the device doesn't accept the result sent from Netconf cause the order of  children is changed.

            JakubToth Jakub Toth
            JakubToth Jakub Toth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: