Remove workarounds from routing and mpls models related to YANGTOOLS-841 96/13496/2
authorMarek Gradzki <[email protected]>
Tue, 17 Jul 2018 05:06:27 +0000 (07:06 +0200)
committerMarek Gradzki <[email protected]>
Tue, 17 Jul 2018 05:30:45 +0000 (07:30 +0200)
YANGTOOLS-841 was fixed in Oxygen SR1 used by HC since 18.07.

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

index 16ac32c..5ca6981 100644 (file)
@@ -373,8 +373,8 @@ module hc2vpp-ietf-mpls {
 
   /*
     TODO(HC2VPP-298):
-    needed to comment out action augmentations which caused problems. probapby simmilar to:
-    https://jira.opendaylight.org/browse/YANGTOOLS-841
+    action augmentation does not work:
+    https://jira.opendaylight.org/browse/MDSAL-300
 
   augment
     "/rt:routing-state/rt:ribs/rt:rib/rt:active-route/rt:input" {
index 8d2f948..37e47a8 100755 (executable)
@@ -126,8 +126,8 @@ module hc2vpp-ietf-ipv4-unicast-routing {
 
   /*
   TODO(HC2VPP-298):
-  needed to comment out action which caused problems probapby simmilar to:
-  https://jira.opendaylight.org/browse/YANGTOOLS-841
+  action augmentation does not work:
+  https://jira.opendaylight.org/browse/MDSAL-300
 
   augment
     "/rt:routing/rt:ribs/rt:rib/rt:active-route/rt:input" {
@@ -314,8 +314,8 @@ module hc2vpp-ietf-ipv4-unicast-routing {
   }
   /*
     TODO(HC2VPP-298):
-    needed to comment out action which caused problems probapby simmilar to:
-    https://jira.opendaylight.org/browse/YANGTOOLS-841
+    action augmentation does not work:
+    https://jira.opendaylight.org/browse/MDSAL-300
 
   augment "/rt:routing-state/rt:ribs/rt:rib/rt:active-route/"
           + "rt:input" {
index 664bce2..359e233 100755 (executable)
@@ -149,8 +149,8 @@ module hc2vpp-ietf-ipv6-unicast-routing {
   }
   /*
   TODO(HC2VPP-298):
-  needed to comment out action which caused problems probapby simmilar to:
-  https://jira.opendaylight.org/browse/YANGTOOLS-841
+  action augmentation does not work:
+  https://jira.opendaylight.org/browse/MDSAL-300
 
   augment
     "/rt:routing/rt:ribs/rt:rib/rt:active-route/rt:input" {
@@ -339,8 +339,8 @@ module hc2vpp-ietf-ipv6-unicast-routing {
   }
   /*
     TODO(HC2VPP-298):
-    needed to comment out action which caused problems probapby simmilar to:
-    https://jira.opendaylight.org/browse/YANGTOOLS-841
+    action augmentation does not work:
+    https://jira.opendaylight.org/browse/MDSAL-300
 
   augment "/rt:routing-state/rt:ribs/rt:rib/"
           + "rt:active-route/rt:input" {
index 837ce7f..bec64c8 100755 (executable)
@@ -509,10 +509,6 @@ module hc2vpp-ietf-routing {
             uses route-metadata;
           }
         }
-        /*
-        TODO(HC2VPP-298):
-        needed to comment out action which caused problems probapby simmilar to:
-        https://jira.opendaylight.org/browse/YANGTOOLS-841
 
         action active-route {
           description
@@ -540,7 +536,7 @@ module hc2vpp-ietf-routing {
             }
           }
         }
-        */
+
         leaf description {
           type string;
           description
@@ -690,10 +686,6 @@ module hc2vpp-ietf-routing {
             }
           }
         }
-        /*
-        TODO(HC2VPP-298):
-        needed to comment out action which caused problems probapby simmilar to:
-        https://jira.opendaylight.org/browse/YANGTOOLS-841
 
         action active-route {
           status obsolete;
@@ -733,7 +725,6 @@ module hc2vpp-ietf-routing {
             }
           }
         }
-        */
       }
     }
   }