mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Increase artifical BGP GUI id limits (#3110)
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
<id>aspath.enabled</id>
|
||||
<label>Enabled</label>
|
||||
<type>checkbox</type>
|
||||
<help>Enable / Disable</help>
|
||||
<help>If this AS-Path list should be enabled.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>aspath.description</id>
|
||||
@@ -15,7 +15,7 @@
|
||||
<id>aspath.number</id>
|
||||
<label>Number</label>
|
||||
<type>text</type>
|
||||
<help>The ACL rule number (10-99); keep in mind that there are no sequence numbers with AS-Path lists. When you want to add a new line between you have to completely remove the ACL!</help>
|
||||
<help>The ACL rule number (0-4294967294); keep in mind that there are no sequence numbers with AS-Path lists. When you want to add a new line between you have to completely remove the ACL!</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>aspath.action</id>
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
<id>communitylist.number</id>
|
||||
<label>Number</label>
|
||||
<type>text</type>
|
||||
<help>Set the number of your Community-List. 1-99 are stardard lists while 100-500 are expanded lists.</help>
|
||||
<help>Set the number of your Community-List. 1-99 are standard lists while 100-500 are expanded lists.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>communitylist.seqnumber</id>
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@
|
||||
<id>prefixlist.enabled</id>
|
||||
<label>Enabled</label>
|
||||
<type>checkbox</type>
|
||||
<help>Enable / Disable</help>
|
||||
<help>If this Prefix-List should be enabled.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>prefixlist.description</id>
|
||||
@@ -27,7 +27,7 @@
|
||||
<id>prefixlist.seqnumber</id>
|
||||
<label>Number</label>
|
||||
<type>text</type>
|
||||
<help>The ACL sequence number (10-10000)</help>
|
||||
<help>The ACL sequence number (1-4294967294)</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>prefixlist.action</id>
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
<id>routemap.id</id>
|
||||
<label>ID</label>
|
||||
<type>text</type>
|
||||
<help>Route-map ID between 10 and 99. Be aware that the sorting will be done under the hood, so when you add an entry between it get's to the right position</help>
|
||||
<help>Route-map ID between 1 and 65535. Be aware that the sorting will be done under the hood, so when you add an entry between it get's to the right position</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>routemap.match</id>
|
||||
|
||||
@@ -205,8 +205,8 @@
|
||||
<number type="IntegerField">
|
||||
<default></default>
|
||||
<Required>Y</Required>
|
||||
<MinimumValue>10</MinimumValue>
|
||||
<MaximumValue>99</MaximumValue>
|
||||
<MinimumValue>0</MinimumValue>
|
||||
<MaximumValue>4294967295</MaximumValue>
|
||||
</number>
|
||||
<action type="OptionField">
|
||||
<default></default>
|
||||
@@ -249,8 +249,8 @@
|
||||
<seqnumber type="IntegerField">
|
||||
<default></default>
|
||||
<Required>Y</Required>
|
||||
<MinimumValue>10</MinimumValue>
|
||||
<MaximumValue>10000</MaximumValue>
|
||||
<MinimumValue>1</MinimumValue>
|
||||
<MaximumValue>4294967294</MaximumValue>
|
||||
</seqnumber>
|
||||
<action type="OptionField">
|
||||
<default></default>
|
||||
@@ -330,8 +330,8 @@
|
||||
<id type="IntegerField">
|
||||
<default></default>
|
||||
<Required>Y</Required>
|
||||
<MinimumValue>10</MinimumValue>
|
||||
<MaximumValue>99</MaximumValue>
|
||||
<MinimumValue>1</MinimumValue>
|
||||
<MaximumValue>65535</MaximumValue>
|
||||
</id>
|
||||
<match type="ModelRelationField">
|
||||
<Model>
|
||||
|
||||
Reference in New Issue
Block a user