mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/quagga: error in is-is removal
PR: https://forum.opnsense.org/index.php?topic=6639.0
This commit is contained in:
parent
c6a5347ca5
commit
b6b9d20232
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ if helpers.exists('OPNsense.quagga.ospf.enabled') and OPNsense.quagga.ospf.enabl
|
|||
if helpers.exists('OPNsense.quagga.rip.enabled') and OPNsense.quagga.rip.enabled == '1' %} ripd{% endif %}{%
|
||||
if helpers.exists('OPNsense.quagga.bgp.enabled') and OPNsense.quagga.bgp.enabled == '1' %} bgpd{% endif %}{%
|
||||
if helpers.exists('OPNsense.quagga.ospf6.enabled') and OPNsense.quagga.ospf6.enabled == '1' %} ospf6d{% endif %}{%
|
||||
if helpers.exists('OPNsense.quagga.ripng.enabled') and OPNsense.quagga.ripng.enabled == '1' %} ripngd{% endif %}{%
|
||||
if helpers.exists('OPNsense.quagga.ripng.enabled') and OPNsense.quagga.ripng.enabled == '1' %} ripngd{% endif %}"
|
||||
#quagga_flags="...."
|
||||
#quagga_extralibs_path="... ..."
|
||||
#router_enable="NO"
|
||||
|
|
|
|||
Loading…
Reference in a new issue