Bug 1113 - ietf-restconf needs to specify the version of ietf-yangtypes that must... 36/7536/1
authorDevin Avery <devin.avery@brocade.com>
Thu, 29 May 2014 21:52:23 +0000 (17:52 -0400)
committerDevin Avery <devin.avery@brocade.com>
Fri, 30 May 2014 13:21:53 +0000 (09:21 -0400)
Modified the internal ietf-restconf to specify the required version of ietf-yangtypes so runtime compilation runs without an issue.

Change-Id: I06f547aee6d26b7865ea93bbcdd76808d46d8151
Signed-off-by: Devin Avery <devin.avery@brocade.com>
model/ietf/ietf-restconf/src/main/yang/ietf-restconf@2013-10-19.yang

index a389b197d67b5d7785a396e7d2d719b7d4359b88..83bb378351309d8ca38dd53b54f034680a3915de 100644 (file)
@@ -2,7 +2,7 @@ module ietf-restconf {
   namespace "urn:ietf:params:xml:ns:yang:ietf-restconf";
   prefix "restconf";
 
-  import ietf-yang-types { prefix yang; }
+  import ietf-yang-types { prefix yang; revision-date 2013-07-15; }
   import ietf-inet-types { prefix inet; }
 
   organization