Updating VLANID to correct range
This commit is contained in:
Родитель
61fec10e80
Коммит
c1f39257c7
|
@ -678,8 +678,8 @@ Class VLANID {
|
|||
|
||||
[string] $DefaultRegistryValue = 0
|
||||
[int] $NumericParameterBaseValue = 10 # Must be this value
|
||||
[int] $NumericParameterMaxValue = 4095 # Must be >= this value 9014 + EncapOverhead (160)
|
||||
[int] $NumericParameterMinValue = 0 # Must be < than this value
|
||||
[int] $NumericParameterMaxValue = 4094 # Must be this value
|
||||
[int] $NumericParameterMinValue = 0 # Must be this value
|
||||
[int] $NumericParameterStepValue = 1 # Must be this value
|
||||
|
||||
VLANID () {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче