diff options
-rwxr-xr-x | routing/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/routing/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang b/routing/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang index a0d6e19ed..46917a120 100755 --- a/routing/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang +++ b/routing/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang @@ -468,11 +468,7 @@ module hc2vpp-ietf-routing-types { typedef ipv4-multicast-source-address { type union { type enumeration { - /* Needed to change '*' to 'any' otherwise it will fail to build java classes from this enum - bug in mdsal reported here: https://jira.opendaylight.org/browse/MDSAL-332 - TODO(HC2VPP-298): change back to '*' when resolved - */ - enum any { + enum '*' { description "Any source address."; } @@ -486,11 +482,7 @@ module hc2vpp-ietf-routing-types { typedef ipv6-multicast-source-address { type union { type enumeration { - /* Needed to change '*' to 'any' otherwise it will fail to build java classes from this enum - bug in mdsal reported here: https://jira.opendaylight.org/browse/MDSAL-332 - TODO(HC2VPP-298): change back to '*' when resolved - */ - enum any { + enum '*' { description "Any source address."; } |