2019-05-09 01:00:49 -05:00
|
|
|
!
|
2020-04-23 11:42:22 -05:00
|
|
|
! template: bgpd/bgpd.conf.j2
|
|
|
|
!
|
|
|
|
{% from "common/functions.conf.j2" import get_ipv4_loopback_address, get_ipv6_loopback_address %}
|
|
|
|
!
|
2019-05-09 01:00:49 -05:00
|
|
|
{% block banner %}
|
|
|
|
! =========== Managed by sonic-cfggen DO NOT edit manually! ====================
|
|
|
|
! generated by templates/quagga/bgpd.conf.j2 with config DB data
|
|
|
|
! file: bgpd.conf
|
|
|
|
!
|
|
|
|
{% endblock banner %}
|
|
|
|
!
|
2020-04-23 11:42:22 -05:00
|
|
|
{% include "common/daemons.common.conf.j2" %}
|
2019-10-24 09:35:14 -05:00
|
|
|
!
|
2019-06-19 03:24:42 -05:00
|
|
|
agentx
|
2019-05-09 01:00:49 -05:00
|
|
|
!
|
2019-07-08 19:32:20 -05:00
|
|
|
{% if DEVICE_METADATA['localhost']['type'] == "SpineChassisFrontendRouter" %}
|
2020-04-23 11:42:22 -05:00
|
|
|
{% include "bgpd.spine_chassis_frontend_router.conf.j2" %}
|
2019-05-09 01:00:49 -05:00
|
|
|
{% endif %}
|
|
|
|
!
|
2020-04-23 11:42:22 -05:00
|
|
|
{% include "bgpd.main.conf.j2" %}
|
|
|
|
!
|
|
|
|
! end of template: bgpd/bgpd.conf.j2
|
2019-06-12 03:09:31 -05:00
|
|
|
!
|