net/frr: new version

This commit is contained in:
Franco Fichtner 2025-11-20 11:13:17 -05:00
parent a92fe03b6a
commit 0f09a24fc8
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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)