ansible-role-frrouting/templates/frr.conf.j2
Dmitriy Rabotyagov 00534ccaf8 Add second router for BGP configuration
This patch adjusts CI test and adds support to configure FRR bgpd

Change-Id: I451438a9c1a12025af3439895338829b7d5f178f
2020-07-09 15:15:16 +03:00

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
!