From: garciadeblas Date: Thu, 15 Oct 2020 14:01:09 +0000 (+0000) Subject: Simple strategy to allow address pairs for virtual IP X-Git-Tag: release-v9.0-start~8 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=10ba9c39b590538a68bdbafce02fee7e0c33954d;hp=a4dfd7b54d77e019c9d59033bc365295ae0e6dba Simple strategy to allow address pairs for virtual IP Change-Id: Ie353b7c7bc95bd7560dd27711582b224016b9815 Signed-off-by: garciadeblas --- 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 {