mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: Remove faulty standard area type, adjust helptext to reflect reality (#4951)
* net/frr: Remove faulty standard area type, adjust helptext to reflect reality * Change default too
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PLUGIN_NAME= frr
|
||||
PLUGIN_VERSION= 1.47
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= The FRRouting Protocol Suite
|
||||
PLUGIN_DEPENDS= frr10-pythontools
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
<id>area.id</id>
|
||||
<label>Area ID</label>
|
||||
<type>text</type>
|
||||
<help>Enter area ID in dotted (e.g. 0.0.0.1) format.</help>
|
||||
<help>Enter area ID in dotted (e.g. 0.0.0.1) format. You only need to define areas that are not normal. All areas defined in the network or interface tab will automatically be normal, unless explicitely overwritten here with a different area type.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>area.type</id>
|
||||
|
||||
@@ -63,9 +63,8 @@
|
||||
</id>
|
||||
<type type="OptionField">
|
||||
<Required>Y</Required>
|
||||
<Default>standard</Default>
|
||||
<Default>stub</Default>
|
||||
<OptionValues>
|
||||
<standard>standard</standard>
|
||||
<stub>stub</stub>
|
||||
<stub-no-summary value="stub no-summary">stub no-summary</stub-no-summary>
|
||||
<nssa>nssa</nssa>
|
||||
|
||||
Reference in New Issue
Block a user