1d84ff5bd9
resolves #8979 and #9055 How I did it Remove the file static.conf.j2,which adds the default route on eth0 from frr docker Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
18 lines
447 B
Django/Jinja
18 lines
447 B
Django/Jinja
!
|
|
{% block banner %}
|
|
! =========== Managed by sonic-cfggen DO NOT edit manually! ====================
|
|
! generated by templates/frr.conf.j2 with config DB data
|
|
! file: frr.conf
|
|
!
|
|
{% endblock banner %}
|
|
!
|
|
{% include "common/daemons.common.conf.j2" %}
|
|
{% from "common/functions.conf.j2" import get_ipv4_loopback_address, get_ipv6_loopback_address %}
|
|
!
|
|
agentx
|
|
!
|
|
{% include "zebra/zebra.interfaces.conf.j2" %}
|
|
!
|
|
{% include "bgpd/bgpd.main.conf.j2" %}
|
|
!
|