mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/quagga: error in is-is removal
(cherry picked from commitb6b9d20232) (cherry picked from commita0e00f77ac)
This commit is contained in:
parent
11444ff657
commit
78cf00193b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= quagga
|
||||
PLUGIN_VERSION= 1.4.3
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= Quagga Routing Suite
|
||||
PLUGIN_DEPENDS= quagga ruby
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
|
|
|||
|
|
@ -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