mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr - fix rc issue, frr_setup isn't called, but _setup is called for each sub service. let's tag this on zebra_setup as this will always be executed first. for https://github.com/opnsense/plugins/issues/3521
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PLUGIN_NAME= frr
|
||||
PLUGIN_VERSION= 1.34
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_COMMENT= The FRRouting Protocol Suite
|
||||
PLUGIN_DEPENDS= frr8
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% if helpers.exists('OPNsense.quagga.general.enabled') and OPNsense.quagga.general.enabled == '1' %}
|
||||
frr_setup="/usr/local/opnsense/scripts/quagga/setup.sh"
|
||||
zebra_setup="/usr/local/opnsense/scripts/quagga/setup.sh"
|
||||
frr_enable="YES"
|
||||
{% if helpers.exists('OPNsense.quagga.general.enablecarp') and OPNsense.quagga.general.enablecarp == '1' %}
|
||||
start_precmd="ifconfig | grep 'carp: MASTER'"
|
||||
|
||||
Reference in New Issue
Block a user