net/quagga: error in is-is removal

(cherry picked from commit b6b9d20232)
(cherry picked from commit a0e00f77ac)
This commit is contained in:
Franco Fichtner 2017-12-15 12:24:24 +01:00
parent 11444ff657
commit 78cf00193b
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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"