ansible/roles/quagga-ipv6/templates/quagga/bgpd.conf.j2

14 lines
334 B
Django/Jinja

{{ ansible_header | comment(decoration='! ') }}
router bgp {{ bgp.as }}
no synchronization
bgp router-id {{ bgp.router_id }}
neighbor {{ bgp.neighbor }} remote-as {{ bgp.remote_as }}
address-family ipv6
network {{ bgp.network }}
neighbor {{ bgp.neighbor }} activate
exit-address-family
!
log file /var/log/quagga/bgpd.log
log stdout