mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: wrap up next version
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user