Add RFC8294 models
[mdsal.git] / model / ietf / pom.xml
index 543c630fde5d9ba5fd2ad555a38181a81992c855..a97231aad2c1db76172abd047896496696d5413b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.3</version>
         <relativePath/>
     </parent>
 
         <module>ietf-yang-types-20130715</module>
         <module>ietf-type-util</module>
 
+        <!-- RFC7223 -->
+        <!-- FIXME: superseded by RFC8343 -->
+        <module>ietf-interfaces</module>
+
+        <!-- RFC7277 -->
+        <!-- FIXME: superseded by RFC8344 -->
+        <module>ietf-ip-2014-06-16</module>
+
         <!-- RFC7895 YANG Module Library -->
         <module>rfc7895</module>
 
-        <module>ietf-interfaces</module>
-        <module>ietf-network</module>
+        <!-- RFC7895 YANG Metadata -->
+        <module>rfc7952</module>
+
+        <!-- RFC8294 Common YANG Data Types for the Routing Area -->
+        <module>rfc8294</module>
+        <module>rfc8294-ietf-routing-types</module>
+
+        <!-- RFC8342 Network Management Datastore Architecture -->
+        <module>rfc8342</module>
+        <module>rfc8342-ietf-datastores</module>
+        <module>rfc8342-ietf-origin</module>
+
+        <!-- RFC8343 Interface Management -->
+        <module>rfc8343</module>
+
+        <!-- RFC8344 IP Management -->
+        <module>rfc8344</module>
+
+        <!-- RFC8345 Network Topologies -->
+        <module>rfc8345</module>
+        <module>rfc8345-ietf-network</module>
+        <module>rfc8345-ietf-network-state</module>
+        <module>rfc8345-ietf-network-topology</module>
+        <module>rfc8345-ietf-network-topology-state</module>
+
         <module>ietf-packet-fields</module>
         <module>ietf-access-control-list</module>
         <module>ietf-lisp-address-types</module>
@@ -46,8 +77,8 @@
         <module>ietf-topology-l3-unicast-igp</module>
         <module>ietf-topology-ospf</module>
 
+        <!-- Legacy RESTCONF -->
+        <!-- FIXME: move this to the netconf project -->
         <module>ietf-restconf</module>
-
-        <module>ietf-ip-2014-06-16</module>
     </modules>
 </project>