Feature 8634: support for L3 networking 80/8780/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 13 Apr 2020 08:51:05 +0000 (08:51 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 13 May 2020 07:56:42 +0000 (07:56 +0000)
Change-Id: I525319c60269e0f55a087333a30ed28ecf6ea0f6
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
models/yang/mano-types.yang

index a696550..f4cce6b 100644 (file)
@@ -433,15 +433,17 @@ module mano-types
   typedef virtual-link-type {
     description
         "Type of virtual link
   typedef virtual-link-type {
     description
         "Type of virtual link
-         ELAN: A multipoint service connecting a set of VNFs
-         ELINE: For a simple point to point connection
-         //        between a VNF and the existing network.
+         ELAN: A multipoint service connecting a set of elements
+         ELINE: A point-to-point service connecting two elements
+         L3: A service providing either Layer-3 visibility (IP) between
+             VDUs/VNFs or explicit interconnection between two ELAN VLDs.";
          // ETREE: A multipoint service connecting one or
          //        more roots and a set of leaves, but
          //        preventing inter-leaf communication.";
     type enumeration {
       enum ELAN;
       enum ELINE;
          // ETREE: A multipoint service connecting one or
          //        more roots and a set of leaves, but
          //        preventing inter-leaf communication.";
     type enumeration {
       enum ELAN;
       enum ELINE;
+      enum L3;
       // enum ETREE;
     }
   }
       // enum ETREE;
     }
   }