From d51930bffad504573f570c1923b27a4e56d8a1f0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 4 Aug 2025 08:46:34 +0200 Subject: [PATCH] net/frr: new version is better when adding new fields --- net/frr/Makefile | 3 +-- net/frr/pkg-descr | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net/frr/Makefile b/net/frr/Makefile index 3a8147256..685a0d63e 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -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 diff --git a/net/frr/pkg-descr b/net/frr/pkg-descr index 40f4e9546..101a43e63 100644 --- a/net/frr/pkg-descr +++ b/net/frr/pkg-descr @@ -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