diff --git a/net/frr/Makefile b/net/frr/Makefile index d9a9d5596..72426c8e5 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= frr -PLUGIN_VERSION= 1.48 +PLUGIN_VERSION= 1.49 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 6b0ed2ecb..0f648c4db 100644 --- a/net/frr/pkg-descr +++ b/net/frr/pkg-descr @@ -12,6 +12,13 @@ WWW: https://frrouting.org/ Plugin Changelog ================ +1.49 + +* Add hint about service reload / restart behaviour +* Fix SNMP OSPF argument flags in RC configuration file +* Fix STATIC template interface issue +* Replace shell_exec() with mwexecfm() + 1.48 * Add BFD detect-multiplier, transmit-interval, receive-interval (opnsense/plugins/pull/5000)