mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: Upgrade from frr8 to frr10 (#4741)
* net/frr: Update dependency to frr10 for testing * net/frr: Add mgmtd daemon before zebra as its mandatory in frr10
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
PLUGIN_NAME= frr
|
||||
PLUGIN_VERSION= 1.45
|
||||
PLUGIN_COMMENT= The FRRouting Protocol Suite
|
||||
PLUGIN_DEPENDS= frr8-pythontools
|
||||
PLUGIN_DEPENDS= frr10-pythontools
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
PLUGIN_TIER= 2
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ frr_enable="YES"
|
||||
{% if helpers.exists('OPNsense.quagga.general.enablecarp') and OPNsense.quagga.general.enablecarp == '1' %}
|
||||
start_precmd="ifconfig | grep 'carp: MASTER'"
|
||||
{% endif %}
|
||||
frr_daemons="zebra{%
|
||||
frr_daemons="mgmtd zebra{%
|
||||
if helpers.exists('OPNsense.quagga.ospf.enabled') and OPNsense.quagga.ospf.enabled == '1' %} ospfd{% endif %}{%
|
||||
if helpers.exists('OPNsense.quagga.rip.enabled') and OPNsense.quagga.rip.enabled == '1' %} ripd{% endif %}{%
|
||||
if helpers.exists('OPNsense.quagga.bfd.enabled') and OPNsense.quagga.bfd.enabled == '1' %} bfdd{% endif %}{%
|
||||
|
||||
Reference in New Issue
Block a user