Feature 639: support of floating IPs
[osm/IM.git] / models / yang / vnfd-base.yang
index 8e4333a..9163e33 100644 (file)
@@ -303,6 +303,10 @@ module vnfd-base
               path "../../../vdu/internal-connection-point/id";
             }
           }
+          leaf ip-address {
+            description "IP address of the internal connection point";
+            type inet:ip-address;
+          }
         }
 
         uses manotypes:provider-network;