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:
Ad Schellevis
2023-08-05 14:40:57 +02:00
parent 3635417247
commit d50fc1f4a7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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'"