22 lines
572 B
Django/Jinja
22 lines
572 B
Django/Jinja
!
|
|
{% block banner %}
|
|
! =========== Managed by sonic-cfggen DO NOT edit manually! ====================
|
|
! generated by templates/zebra/zebra.conf.j2 using config DB data
|
|
! file: zebra.conf
|
|
!
|
|
{% endblock banner %}
|
|
!
|
|
{% block fpm %}
|
|
! Force disable next hop group support
|
|
no zebra nexthop kernel enable
|
|
! 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 %}
|
|
!
|
|
{% include "common/daemons.common.conf.j2" %}
|
|
!
|
|
{% include "zebra.interfaces.conf.j2" %}
|
|
!
|