[YANGTOOLS-314] Incorrect behavior of leafref when referencing inet:ip-address Created: 16/Sep/14  Updated: 10/Apr/22  Resolved: 17/Oct/14

Status: Resolved
Project: yangtools
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Adam Brcek Assignee: Tony Tkacik
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 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>



 Comments   
Comment by Tony Tkacik [ 17/Sep/14 ]

https://git.opendaylight.org/gerrit/#/c/11286/

Generated at Wed Feb 07 20:52:51 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.