mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/frr: new version
This commit is contained in:
parent
5b02c20778
commit
51df8d04d2
3 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<default></default>
|
||||
<Required>Y</Required>
|
||||
</address>
|
||||
<multihop type="BooleanField">
|
||||
<multihop type="BooleanField">
|
||||
<default>0</default>
|
||||
<Required>Y</Required>
|
||||
</multihop>
|
||||
|
|
|
|||
Loading…
Reference in a new issue