X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=models%2Fyang%2Fvnfd-base.yang;h=e38bac9a4cfdf791d262353c7e0023b5d230fc6f;hb=HEAD;hp=8ee13c0b106202968b1fe373f1394c5b9894918a;hpb=a4dfd7b54d77e019c9d59033bc365295ae0e6dba;p=osm%2FIM.git diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 8ee13c0..e38bac9 100644 --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@ -66,6 +66,17 @@ module vnfd-base type boolean; default true; } + + leaf port-security-disable-strategy { + description "Strategy to disable port security, either Enables the port security for the port. + full : disable port security in the whole port + allow-address-pairs : allow address pairs for virtual IP (any virtual IP can be configured)"; + type enumeration { + enum full; + enum allow-address-pairs; + } + default full; + } } typedef interface-type { @@ -665,7 +676,6 @@ module vnfd-base description "Helm version to use for this helm-chart, v3 by default"; type enumeration { - enum v2; enum v3; } default v3;