net/frr: new version is better when adding new fields

This commit is contained in:
Franco Fichtner
2025-08-04 08:46:34 +02:00
parent 7a9c2eca88
commit d51930bffa
2 changed files with 5 additions and 3 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= frr
PLUGIN_VERSION= 1.45
PLUGIN_REVISION= 2
PLUGIN_VERSION= 1.46
PLUGIN_COMMENT= The FRRouting Protocol Suite
PLUGIN_DEPENDS= frr10-pythontools
PLUGIN_MAINTAINER= ad@opnsense.org
+4 -1
View File
@@ -12,6 +12,10 @@ WWW: https://frrouting.org/
Plugin Changelog
================
1.46
* Add address family selection to peer groups (opnsense/plugins/pull/4861)
1.45
* Add neighbor config to OSPF (contributed by Andy Binder) (opnsense/plugins/pull/4694)
@@ -19,7 +23,6 @@ Plugin Changelog
* Fix peer group activation (opnsense/plugins/pull/4777)
* Switch to FRR 10 (opnsense/plugins/pull/4741)
* Further adjustments for FRR 10
* Add address family selection to peer groups (opnsense/plugins/pull/4861)
1.44