X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fvnfd-base.yang;h=28a49617f18285c0089c1847a30c584f0e156b35;hp=8ee13c0b106202968b1fe373f1394c5b9894918a;hb=refs%2Fchanges%2F33%2F9833%2F2;hpb=a4dfd7b54d77e019c9d59033bc365295ae0e6dba diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 8ee13c0..28a4961 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 {