diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-02 08:38:42 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-02 08:45:39 +0100 |
commit | a340bbc450cfe904f9e3ba8332ad738855cc1143 (patch) | |
tree | 4fe7ae6e744d53d729f11bbd0c5b590aff1ea700 /routing/routing-api/src/main/yang | |
parent | 9c1e93138b2d45d815e17f6dc7224feadf3045f8 (diff) |
Document changes to ietf-routing@2014-05-24.yang
The special-next-hop grouping
was renamed to
special-next-hop-grouping
due to ODL's Binding Specification bug.
Change grouping name back requires
switching to Binding Specificiation v2 (HONEYCOMB-420).
Change-Id: I2390176c06a7f64ae0261d62c8bc4f3d2ae193ca
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'routing/routing-api/src/main/yang')
-rw-r--r-- | routing/routing-api/src/main/yang/hc2vpp-ietf-routing@2014-05-24.yang | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/routing/routing-api/src/main/yang/hc2vpp-ietf-routing@2014-05-24.yang b/routing/routing-api/src/main/yang/hc2vpp-ietf-routing@2014-05-24.yang index 118225cfd..63d163b27 100644 --- a/routing/routing-api/src/main/yang/hc2vpp-ietf-routing@2014-05-24.yang +++ b/routing/routing-api/src/main/yang/hc2vpp-ietf-routing@2014-05-24.yang @@ -259,7 +259,12 @@ module hc2vpp-ietf-routing { } } - // WARNING - renamed due to yang sources generation problem(having same name for grouping and it's leaf ends up in error against Java Language Specification) + // TODO(HC2VPP-273): renamed due to https://jira.opendaylight.org/browse/MDSAL-1 + // (having same name for grouping and it's leaf ends up in Java compilation error) + // + // Change grouping name back after switching to Binding Specificiation v2 (HONEYCOMB-420). + // + // grouping special-next-hop { grouping special-next-hop-grouping { description "This grouping provides the leaf for specifying special |