ed58684e36
frr does not advertise route if local route is not reachable, as a result loopback route /64 is not advertised to the neighbors. Add static route allows frr to advertise the route to its peers Signed-off-by: Guohan Lu <lguohan@gmail.com>
15 lines
360 B
Django/Jinja
15 lines
360 B
Django/Jinja
!
|
|
{% block banner %}
|
|
! =========== Managed by sonic-cfggen DO NOT edit manually! ====================
|
|
! generated by templates/frr/staticd.conf.j2 using config DB data
|
|
! file: staticd.conf
|
|
!
|
|
{% endblock banner %}
|
|
!
|
|
{% include "common/daemons.common.conf.j2" %}
|
|
!
|
|
{% include "staticd.default_route.conf.j2" %}
|
|
!
|
|
{% include "staticd.loopback_route.conf.j2" %}
|
|
!
|