mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
try to fix #105
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user