mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
FRR: trigger carp event handler on service start for https://github.com/opnsense/plugins/issues/2091
This commit is contained in:
committed by
Ad Schellevis
parent
1965e01971
commit
c9cfd6021e
@@ -12,6 +12,7 @@ if helpers.exists('OPNsense.quagga.ospf6.enabled') and OPNsense.quagga.ospf6.ena
|
||||
if helpers.exists('OPNsense.quagga.ripng.enabled') and OPNsense.quagga.ripng.enabled == '1' %} ripngd{% endif %}{%
|
||||
if helpers.exists('OPNsense.quagga.isis.enabled') and OPNsense.quagga.isis.enabled == '1' %} isisd{% endif %}"
|
||||
frr_carp_demote="{% if not helpers.empty('OPNsense.quagga.ospf.carp_demote') %} ospfd{% endif %}"
|
||||
start_postcmd="/usr/local/opnsense/scripts/frr/carp_event_handler"
|
||||
{% else %}
|
||||
frr_enable="NO"
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user