X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Faugments%2Fvarious.yang;h=71c10d10eec250966e8f95ce09b45ac03d1a020e;hp=23f86ca25f717f689e25a2fb29192531517de6e6;hb=refs%2Fchanges%2F99%2F10199%2F2;hpb=76f6a62b4cc15bc77cf1270d2b1630524fb2879f;ds=sidebyside diff --git a/models/augments/various.yang b/models/augments/various.yang index 23f86ca..71c10d1 100644 --- a/models/augments/various.yang +++ b/models/augments/various.yang @@ -58,6 +58,16 @@ module various { 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; + } } grouping extended-vdu { @@ -117,4 +127,5 @@ module various { augment "/vnfd:vnfd/vnfd:virtual-storage-desc" { uses extended-device-bus; } -} \ No newline at end of file +} +