1687a442de
Signed-off-by: Nazarii Hnydyn nazariig@nvidia.com Closes #17345 This W/A was proposed by Nvidia FRR team before the long term solution is ready. Why I did it A W/A to fix default route installation during LAG member flap Work item tracking N/A How I did it Disabled FRR next hop group support How to verify it Do LAG member flap
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" %}
|
|
!
|