You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
container two-list {
list ldata {
description "first level list data";
key "number";
leaf number {
type int32;
}
leaf name {
type string;
}
list subl1 {
description "second level list data";
key "number";
leaf number {
type int32;
}
leaf name {
type string;
}
}
}
}
The generated bundle code does not contain definition of absolute path for second level list entity. Correspondent function returns empty string, which is wrong.
Expected Behavior
The second level list entity should calculate absolute path as:
Current Behavior
If we have two level list model:
The generated bundle code does not contain definition of absolute path for second level list entity. Correspondent function returns empty string, which is wrong.
Expected Behavior
The second level list entity should calculate absolute path as:
Your Script
Output
System Information
YDK-0.8.3
The text was updated successfully, but these errors were encountered: