net/frr: new version

This commit is contained in:
Franco Fichtner 2024-10-22 10:55:23 +02:00
parent 5b02c20778
commit 51df8d04d2
3 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,5 @@
PLUGIN_NAME= frr
PLUGIN_VERSION= 1.41
PLUGIN_REVISION= 1
PLUGIN_VERSION= 1.42
PLUGIN_COMMENT= The FRRouting Protocol Suite
PLUGIN_DEPENDS= frr8
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com

View file

@ -12,6 +12,11 @@ WWW: https://frrouting.org/
Plugin Changelog
================
1.42
* Fix updatesource not rendering when interface has been selected
* Add BFD multihop support for IPv4
1.41
* Set up networks, prefix lists, and route maps for OSPF6 (contributed by Mike Shuey)

View file

@ -21,7 +21,7 @@
<default></default>
<Required>Y</Required>
</address>
<multihop type="BooleanField">
<multihop type="BooleanField">
<default>0</default>
<Required>Y</Required>
</multihop>