Change-Id: Ie353b7c7bc95bd7560dd27711582b224016b9815
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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 {