Uploaded image for project: 'honeycomb'
  1. honeycomb
  2. HONEYCOMB-351

Add support for multiple list elements netconf get filter

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • None
    • None

      Netconf allows to specify multiple list elements in get filter:

      <get>
      <filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0" ns0:type="subtree">
      <interfaces-state xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
      <interface>
      <name>eth0</name>
      </interface>
      <interface>
      <name>eth1</name>
      </interface>
      </interfaces-state>
      </filter>
      </get>

      Such request results in operational read with YII:
      /(urn:ietf:params:xml:ns:yang:ietf-interfaces?revision=2014-05-08)interfaces/interface

      which does not have BA equivalent.
      Improve honeycomb infrastructure to support such cases.
      Change to Reader interface might be needed.

            Unassigned Unassigned
            mgradzki Marek Gradzki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: