
This change makes possible to configure staticd routes with both integrated and standalone configuration types. Change-Id: I7d0e652748e3e88c08fc5249fd3fe6535cb4c65e
13 lines
179 B
Django/Jinja
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
|
|
! |