Remove workarounds from ietf-routing-types related to MDSAL-309 97/13497/2
authorMarek Gradzki <[email protected]>
Tue, 17 Jul 2018 05:28:23 +0000 (07:28 +0200)
committerMarek Gradzki <[email protected]>
Tue, 17 Jul 2018 05:31:20 +0000 (07:31 +0200)
MDSAL-309 was fixed in Oxygen SR1 used in HC since 18.07.

Change-Id: I65f4574a10afa7ee1875446d7bfcb04aeca8674b
Signed-off-by: Marek Gradzki <[email protected]>
routing/routing-api/src/main/yang/[email protected]

index a0d6e19..46917a1 100755 (executable)
@@ -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.";
         }