Dmitriy Rabotyagov 59270dd41a Add staticd configuration
This change makes possible to configure staticd routes with both
integrated and standalone configuration types.

Change-Id: I7d0e652748e3e88c08fc5249fd3fe6535cb4c65e
2020-06-26 21:05:11 +03:00

13 lines
179 B
Django/Jinja

!
! Zebra configuration
!
frr defaults traditional
!
hostname {{ ansible_hostname }}
log syslog informational
!
! staticd config
{{ frr_staticd_routes | join('\n') }}
!
line vty
!