Merge pull request #106 from fabianfrz/quagga

fix #105
This commit is contained in:
Fabian Franz
2017-03-30 11:48:06 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
@@ -1,6 +1,7 @@
{% macro cline(directive, modelname) -%}{% if modelname %}
ip ospf {{ directive }} {{ modelname }}
{% endif %}{%- endmacro %}
{% if helpers.exists('OPNsense.quagga.ospf.enabled') and OPNsense.quagga.ospf.enabled == '1' %}
!
! Zebra configuration saved from vty
! 2017/03/03 20:21:04
@@ -47,3 +48,4 @@ router ospf
!
line vty
!
{% endif %}
@@ -1,3 +1,4 @@
{% if helpers.exists('OPNsense.quagga.rip.enabled') and OPNsense.quagga.rip.enabled == '1' %}
!
! Zebra configuration saved from vty
! 2017/03/26 22:40:16
@@ -24,3 +25,4 @@ router rip
!
line vty
!
{% endif %}