2019-05-09 01:00:49 -05:00
|
|
|
!
|
|
|
|
{% block banner %}
|
|
|
|
! =========== Managed by sonic-cfggen DO NOT edit manually! ====================
|
2020-04-23 11:42:22 -05:00
|
|
|
! generated by templates/zebra/zebra.conf.j2 using config DB data
|
2019-05-09 01:00:49 -05:00
|
|
|
! file: zebra.conf
|
|
|
|
!
|
|
|
|
{% endblock banner %}
|
|
|
|
!
|
2023-02-06 11:38:39 -06:00
|
|
|
{% block fpm %}
|
|
|
|
! Uses the old known FPM behavior of including next hop information in the route (e.g. RTM_NEWROUTE) messages
|
|
|
|
no fpm use-next-hop-groups
|
|
|
|
!
|
|
|
|
fpm address 127.0.0.1
|
|
|
|
{% endblock fpm %}
|
|
|
|
!
|
2020-04-23 11:42:22 -05:00
|
|
|
{% include "common/daemons.common.conf.j2" %}
|
2019-05-09 01:00:49 -05:00
|
|
|
!
|
2019-10-24 09:35:14 -05:00
|
|
|
{% include "zebra.interfaces.conf.j2" %}
|
2019-07-08 19:32:20 -05:00
|
|
|
!
|