net/frr: wrap up next version

This commit is contained in:
Franco Fichtner
2024-02-06 09:02:13 +01:00
parent 5dcd95278f
commit 8f256d3843
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= frr
PLUGIN_VERSION= 1.38
PLUGIN_VERSION= 1.39
PLUGIN_COMMENT= The FRRouting Protocol Suite
PLUGIN_DEPENDS= frr8
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
+4
View File
@@ -12,6 +12,10 @@ WWW: https://frrouting.org/
Plugin Changelog
================
1.39
* Add plain password authentication to OSPF
1.38
* Add "soft-reconfiguration inbound" neighbor option
@@ -22,7 +22,7 @@
<MaximumValue>4294967</MaximumValue>
<ValidationMessage>Must be a number between 1 and 4294967.</ValidationMessage>
</costreference>
<logadjacencychanges type="BooleanField">
<logadjacencychanges type="BooleanField">
<default>0</default>
<Required>Y</Required>
</logadjacencychanges>
@@ -149,7 +149,7 @@
<default></default>
<OptionValues>
<message-digest>MD5</message-digest>
<plain>plain</plain>
<plain>plain</plain>
</OptionValues>
</authtype>
<authkey type="TextField">
@@ -222,7 +222,7 @@
<MaximumValue>4294967295</MaximumValue>
<ValidationMessage>Priority must be between 0 and 4294967295.</ValidationMessage>
</priority>
<bfd type="BooleanField">
<bfd type="BooleanField">
<default>0</default>
<Required>N</Required>
</bfd>