Feature 5648: specification of IP addresses at CP level

Change-Id: I56b62e514e4dd4712df7b05353c90a5fdea7f421
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang
index 8e4333a..9163e33 100644
--- a/models/yang/vnfd-base.yang
+++ b/models/yang/vnfd-base.yang
@@ -303,6 +303,10 @@
               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;