Allow Errata 5617 expressions in leafref 90/82690/20
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Jun 2019 16:01:16 +0000 (18:01 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Dec 2019 19:27:28 +0000 (20:27 +0100)
This updates PathExpression interface to allow expressing
leafref paths which start with a deref(...) function call,
as proposed by https://www.rfc-editor.org/errata/eid5617.

This unfortunately necessitates breaking the API contract of this
interface, as the original object model could not express these.

JIRA: YANGTOOLS-968
Change-Id: I3a193d338de5a82b95d2dd6cc5200e77032e67d9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: Peter Suna <peter.suna@pantheon.tech>

No differences found