Details
-
Improvement
-
Status: Resolved
-
Medium
-
Resolution: Won't Do
-
None
-
None
-
None
Description
Given the model
leaf role-set {
type leafref {
path "/rpol:routing-policy/rpol:defined-sets/role-sets/role-set/role-set-name";
}
description "References a defined neighbor roles set";
}
when reading from DS and calling getRoleSet()
where
/** * References a defined neighbor roles set * * * * @return <code>java.lang.String</code> <code>roleSet</code>, or <code>null</code> if not present */ java.lang.String getRoleSet();
I was not able to find a tool or way to do a direct conversion from this string
to an InstanceIdentifier.
Attachments
Issue Links
- relates to
-
MDSAL-17 Simplify InstanceIdentifer creation
- Resolved