mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/frr: Fix snmp ospfd and ospf6d flags (#5025)
This commit is contained in:
parent
355309551b
commit
6fba852a9d
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue