From: garciadeblas Date: Tue, 5 Dec 2017 09:30:26 +0000 (+0100) Subject: Feature 5651: support of MAC address specification in VNFD X-Git-Tag: v3.0.3~6^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=98048d285c7e36cacf211343c14e22c62138f3e4;ds=sidebyside Feature 5651: support of MAC address specification in VNFD Change-Id: I36dd97e41af67be6f28a2f9594910dcfde3ea356 Signed-off-by: garciadeblas --- diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 607a76c..5e8d018 100644 --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@ -464,6 +464,17 @@ module vnfd-base default "EXTERNAL"; } + leaf mac-address { + description + "MAC address of the interface. + Some VNFs require a specific MAC address to be configured + in the interface. While this is not recommended at all in + NFV environments, this parameter exists to allow those + scenarios. + This parameter will be likely deprecated in the future."; + type string; + } + choice connection-point-type { case internal { leaf internal-connection-point-ref {