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

Lisp map-resolver ip_address node

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 17.01
    • None
    • HC VPP plugin
    • None

      Attempting to add map resolver like this:

      PUT /restconf/config/lisp:lisp/lisp-feature-data/map-resolvers/map-resolver/192.168.0.4

      {"map-resolver": {"ip_address": "192.168.0.4"}}

      fails with IllegalStateException: Schema node with name ip_address wasn't found under (urn:opendaylight:params:xml:ns:yang:lisp?revision=2016-12-14)map-resolver.

      Even though it is present in the yang schema file:

      grouping map-resolvers-grouping {
      container map-resolvers {
      list map-resolver {
      key ip-address;
      leaf ip-address

      { type inet:ip-address; }

      }
      }
      }

            jsrnicek_cisco Jan Srnicek
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: