mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
net/quagga: revert previous, quagga is EOL
This commit is contained in:
parent
975b95587a
commit
2e53569c6d
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
defaultrouter="NO"
|
||||
quagga_enable="{% if helpers.exists('OPNsense.quagga.general.enabled') and OPNsense.quagga.general.enabled == '1' %}YES{% else %}NO{% endif %}"
|
||||
|
||||
{% if helpers.exists('OPNsense.quagga.general.enabled') and OPNsense.quagga.general.enabled == '1' %}
|
||||
|
|
@ -12,3 +13,5 @@ if helpers.exists('OPNsense.quagga.ospf6.enabled') and OPNsense.quagga.ospf6.ena
|
|||
if helpers.exists('OPNsense.quagga.ripng.enabled') and OPNsense.quagga.ripng.enabled == '1' %} ripngd{% endif %}"
|
||||
#quagga_flags="...."
|
||||
#quagga_extralibs_path="... ..."
|
||||
#router_enable="NO"
|
||||
watchquagga_enable="YES"
|
||||
|
|
|
|||
Loading…
Reference in a new issue