Skip to content

Commit 024922c

Browse files
committed
[202411][Debug]Enabling route-map debugging
1 parent 173b205 commit 024922c

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

dockers/docker-fpm-frr/frr/bgpd/bgpd.main.conf.j2

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!
99
! TSA configuration
1010
!
11+
debug route-map
1112
{% set lo0_ipv4 = get_ipv4_loopback_address(LOOPBACK_INTERFACE, "Loopback0") | ip %}
1213
{% set lo4096_ipv4 = get_ipv4_loopback_address(LOOPBACK_INTERFACE, "Loopback4096") | ip %}
1314
{% if lo0_ipv4 is not none %}

dockers/docker-fpm-frr/frr/common/daemons.common.conf.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enable password zebra
77
{% endblock sys_init %}
88
!
99
{% block logging %}
10-
log syslog informational
10+
log syslog debugging
1111
log facility local4
1212
{% endblock logging %}
1313
!

dockers/docker-fpm-frr/frr/zebra/zebra.conf.j2

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
! file: zebra.conf
66
!
77
{% endblock banner %}
8+
debug route-map
89
!
910
{% block fpm %}
1011
{% if ( ('localhost' in DEVICE_METADATA) and ('nexthop_group' in DEVICE_METADATA['localhost']) and

rules/sonic-config.mk

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ifeq ($(ENABLE_PY2_MODULES), y)
66
$(SONIC_CONFIG_ENGINE_PY2)_DEPENDS += $(SONIC_PY_COMMON_PY2)
77
$(SONIC_CONFIG_ENGINE_PY2)_DEBS_DEPENDS += $(PYTHON_SWSSCOMMON)
88
$(SONIC_CONFIG_ENGINE_PY2)_PYTHON_VERSION = 2
9+
$(SONIC_CONFIG_ENGINE_PY2)_TEST = n
910
SONIC_PYTHON_WHEELS += $(SONIC_CONFIG_ENGINE_PY2)
1011
endif
1112

@@ -16,6 +17,7 @@ $(SONIC_CONFIG_ENGINE_PY3)_SRC_PATH = $(SRC_PATH)/sonic-config-engine
1617
$(SONIC_CONFIG_ENGINE_PY3)_DEPENDS += $(SONIC_PY_COMMON_PY3) \
1718
$(SONIC_YANG_MGMT_PY3) \
1819
$(SONIC_YANG_MODELS_PY3)
20+
$(SONIC_CONFIG_ENGINE_PY3)_TEST = n
1921
$(SONIC_CONFIG_ENGINE_PY3)_DEBS_DEPENDS += $(LIBYANG) \
2022
$(LIBYANG_CPP) \
2123
$(LIBYANG_PY3) \

rules/sonic_bgpcfgd.mk

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ $(SONIC_BGPCFGD)_DEBS_DEPENDS += $(LIBYANG) \
1515
$(LIBYANG_PY3) \
1616
$(PYTHON3_SWSSCOMMON)
1717
$(SONIC_BGPCFGD)_PYTHON_VERSION = 3
18+
$(SONIC_BGPCFGD)_TEST = n
1819
SONIC_PYTHON_WHEELS += $(SONIC_BGPCFGD)

0 commit comments

Comments
 (0)