diff --git a/net/frr/Makefile b/net/frr/Makefile index 2d077e7a1..d9a9d5596 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= frr -PLUGIN_VERSION= 1.47 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.48 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 c4bf9a4da..6b0ed2ecb 100644 --- a/net/frr/pkg-descr +++ b/net/frr/pkg-descr @@ -12,6 +12,12 @@ WWW: https://frrouting.org/ Plugin Changelog ================ +1.48 + +* Add BFD detect-multiplier, transmit-interval, receive-interval (opnsense/plugins/pull/5000) +* Add BGP enforce-first-as (opnsense/plugins/pull/5001) +* Add BGP bestpath route selection options (opnsense/plugins/pull/5002) + 1.47 * Add OSPF area configuration options (opnsense/plugins/pull/4880)