00534ccaf8
This patch adjusts CI test and adds support to configure FRR bgpd Change-Id: I451438a9c1a12025af3439895338829b7d5f178f
17 lines
232 B
Django/Jinja
17 lines
232 B
Django/Jinja
!
|
|
! Zebra configuration
|
|
!
|
|
frr defaults traditional
|
|
!
|
|
hostname {{ ansible_hostname }}
|
|
log syslog informational
|
|
!
|
|
! staticd config
|
|
{{ frr_staticd_routes | join('\n') }}
|
|
!
|
|
!
|
|
! bgpd config
|
|
{{ frr_bgpd_config | join('\n') }}
|
|
!
|
|
line vty
|
|
! |