mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: Fix snmp ospfd and ospf6d flags (#5025)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user