From: Anurag Dwivedi Date: Thu, 6 Apr 2017 13:14:04 +0000 (-0400) Subject: Additional Commit for RIFT-14719 : Adding descriptions for leaf overlay type X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ac9e53bb04d1cd79e8c936597dca18c19b4d3e0d;p=osm%2FSO.git Additional Commit for RIFT-14719 : Adding descriptions for leaf overlay type Signed-off-by: Anurag Dwivedi --- diff --git a/models/plugins/yang/mano-types.yang b/models/plugins/yang/mano-types.yang index e8dc985d..ab234be4 100644 --- a/models/plugins/yang/mano-types.yang +++ b/models/plugins/yang/mano-types.yang @@ -1026,7 +1026,12 @@ module mano-types leaf overlay-type { description - "Type of the overlay network."; + "Type of the overlay network. + LOCAL - Provider network implemented in a single compute node + FLAT - Provider network shared by all tenants + VLAN - Provider network implemented using 802.1Q tagging + VXLAN - Provider networks implemented using RFC 7348 + GRE - Provider networks implemented using GRE tunnels"; type enumeration { enum LOCAL; enum FLAT;