Add RFC8294 models
[mdsal.git] / model / ietf / pom.xml
index 5bf9c501171cab2faf2a51af977f1cd998d23547..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>
 
         <!-- 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>
 
         <!-- 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>
@@ -48,6 +56,9 @@
         <!-- RFC8343 Interface Management -->
         <module>rfc8343</module>
 
+        <!-- RFC8344 IP Management -->
+        <module>rfc8344</module>
+
         <!-- RFC8345 Network Topologies -->
         <module>rfc8345</module>
         <module>rfc8345-ietf-network</module>
@@ -66,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>