New feature: Support static IP in VNF connection points
[osm/SO.git] / rwcal / plugins / yang / rwcal.yang
index 76bd38b..37a9f18 100644 (file)
@@ -43,6 +43,10 @@ module rwcal
     prefix "manotypes";
   }
 
+  import ietf-inet-types {
+    prefix "inet";
+  }
+
   revision 2014-12-30 {
     description
         "Initial revision.";
@@ -972,6 +976,11 @@ module rwcal
         type string;
       }
 
+      leaf static-ip-address {
+        description "Static IP address for the connection point";
+        type inet:ip-address;
+      }
+
       uses connection-point-type;
     }
 
@@ -1049,6 +1058,11 @@ module rwcal
         default false;
       }
 
+      leaf static-ip-address {
+        description "Static IP address for the connection point";
+        type inet:ip-address;
+      }
+
       uses connection-point-type;
     }