net/frr: wrap up 1.35 and fix syntax error

This commit is contained in:
Franco Fichtner
2023-08-17 11:59:40 +02:00
parent fe3fb2c192
commit 02e7cddf94
3 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= frr
PLUGIN_VERSION= 1.34
PLUGIN_REVISION= 1
PLUGIN_VERSION= 1.35
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.35
* Added automatic OSPFv3 firewall rules and opt-out automatic rule switch (contributed by Bill Gertz)
1.34
* Add checkbox to log BGP neighbor changes
+1 -1
View File
@@ -86,7 +86,7 @@ function frr_firewall($fw)
1,
[
'descr' => 'Pass OSPF (autogenerated)',
'from' => '(self)'
'from' => '(self)',
'to' => '224.0.0.0/24',
'direction' => 'out'
],