X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fvnfd-base.yang;h=5e8d018dca554c8c18b670357559f3cbadd2aa0d;hp=607a76cf1ca7260d5609a92fbcad40227dc96ea7;hb=refs%2Fchanges%2F53%2F5753%2F2;hpb=e4eafa8b6aaa60f86ba7dcd3f4ecc98e055b82f4 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 {