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

Incorrect behavior of leafref when referencing inet:ip-address

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • None
    • None
    • None
    • None
    • Operating System: All
      Platform: All

    • 1906

    Description

      When leafref referencing leaf with type inet:ip-address, incorrect data is returned.

      yang example:

      leaf address {
      type inet:ip-address;
      }
      leaf addressRef {
      type leafref

      { path "/module/address"; }

      }

      result:

      <module>
      <addressRef>[C@344d17f4</addressRef>
      <address>192.168.5.5</address>
      </module>

      Attachments

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

        Activity

          People

            tony.tkacik@gmail.com Tony Tkacik
            abrcek@cisco.com Adam Brcek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: