Remove workaround for YANGTOOLS-678 from ietf-ipv6-unicast-routing model 06/13506/1
authorMarek Gradzki <[email protected]>
Tue, 17 Jul 2018 10:28:58 +0000 (12:28 +0200)
committerMarek Gradzki <[email protected]>
Tue, 17 Jul 2018 10:29:00 +0000 (12:29 +0200)
YANGTOOLS-678 was fixed in Oxygen SR2 used in HC since 18.07.

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

index 359e233..e969b3c 100755 (executable)
@@ -26,21 +26,6 @@ module hc2vpp-ietf-ipv6-unicast-routing {
        is required.";
   }
 
-  /*
-     Copied ietf-ip import from hc2vpp-ietf-ipv6-router-advertisements as a workaround
-     for https://jira.opendaylight.org/browse/YANGTOOLS-876.
-
-     TODO: Remove ietf-ip import once YANGTOOLS-876 is fixed and HC adapts to proper yangtools version.
-           Bug fix will be available in yangtools 2.0.4 version.
-  */
-  import ietf-ip {
-    prefix "ip";
-    description
-      "An 'ietf-ip' module version that is compatible with
-       the Network Management Datastore Architecture (NMDA)
-       is required.";
-  }
-
   include hc2vpp-ietf-ipv6-router-advertisements {
     revision-date 2018-03-13;
   }