net/frr: Fix snmp ospfd and ospf6d flags (#5025)

This commit is contained in:
Monviech 2025-11-13 13:09:24 +01:00 committed by GitHub
parent 355309551b
commit 6fba852a9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,8 +30,8 @@ start_postcmd='
{% if OPNsense.quagga.general.enablesnmp == '1' %}
zebra_flags="${zebra_flags} -M snmp"
bgpd_flags="${bgpd_flags} -M snmp"
ospf_flags="${ospf_flags} -M snmp"
ospf6_flags="${ospf6_flags} -M snmp"
ospfd_flags="${ospfd_flags} -M snmp"
ospf6d_flags="${ospf6d_flags} -M snmp"
{% endif %}
{% else %}
frr_enable="NO"