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:
Monviech
2025-09-23 14:29:44 +02:00
committed by GitHub
parent 25b4d65957
commit dfcb4cb138
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -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
@@ -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>