mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
FRR: ospf interface cost boundaries as defined in http://docs.frrouting.org/en/latest/ospfd.html#interfaces (1-65535)
This commit is contained in:
committed by
Ad Schellevis
parent
7a3eafbba7
commit
cedb08e92e
@@ -160,17 +160,17 @@
|
||||
</area>
|
||||
<cost type="IntegerField">
|
||||
<default></default>
|
||||
<MinimumValue>0</MinimumValue>
|
||||
<MinimumValue>1</MinimumValue>
|
||||
<Required>N</Required>
|
||||
<MaximumValue>4294967295</MaximumValue>
|
||||
<ValidationMessage>Cost must be between 0 and 4294967295.</ValidationMessage>
|
||||
<MaximumValue>65535</MaximumValue>
|
||||
<ValidationMessage>Cost must be between 1 and 65535.</ValidationMessage>
|
||||
</cost>
|
||||
<cost_demoted type="IntegerField">
|
||||
<default></default>
|
||||
<MinimumValue>0</MinimumValue>
|
||||
<MinimumValue>1</MinimumValue>
|
||||
<Required>N</Required>
|
||||
<MaximumValue>4294967295</MaximumValue>
|
||||
<ValidationMessage>Cost must be between 0 and 4294967295.</ValidationMessage>
|
||||
<MaximumValue>65535</MaximumValue>
|
||||
<ValidationMessage>Cost must be between 1 and 65535.</ValidationMessage>
|
||||
</cost_demoted>
|
||||
<carp_depend_on type="VirtualIPField">
|
||||
<type>carp</type>
|
||||
|
||||
Reference in New Issue
Block a user