This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/src/sonic-frr/patch
Lawrence Lee 6ff7c75597
[PATCH]: Update FRR patch 0009 to avoid inappropriate error messages (#12912) (#13423)
…(#12912)

Why I did it
As described in detail in #12753, the current FRR patch 0009-ignore-route-from-default-table.patch is causing unwanted FRR/zebra error logs. This change gets rid of the error messages for routes from kernel default table while these routes are ignored in prefix encoding.

How I did it
This fix updates the original 0009 patch by checking if the routes are from table default before printing the error logs. The original patch checks the same condition and ignores the routes from table default in prefix encoding.

How to verify it
Follow the steps to repro as described in #12753.
Also verify the test case ipfwd/test_nhop_count.py no longer fails due to the error messages.

#### Why I did it
Resolve cherry-pick conflict for https://github.com/sonic-net/sonic-buildimage/pull/12912
2023-01-25 15:24:11 -08:00
..
0001-Add-support-of-bgp-tcp-DSCP-value.patch FRR 7.5 2020-12-29 03:44:49 -08:00
0002-Reduce-severity-of-Vty-connected-from-message.patch FRR 7.5 2020-12-29 03:44:49 -08:00
0003-Use-vrf_id-for-vrf-not-tabled_id.patch FRR 7.5 2020-12-29 03:44:49 -08:00
0004-Allow-BGP-attr-NEXT_HOP-to-be-0.0.0.0-due-to-allevia.patch FRR 7.5 2020-12-29 03:44:49 -08:00
0005-nexthops-compare-vrf-only-if-ip-type.patch FRR 7.5 2020-12-29 03:44:49 -08:00
0007-frr-remove-frr-log-outchannel-to-var-log-frr.log.patch [FRR] remove the whole block of outchannel properly (#6045) 2020-11-26 16:50:32 -08:00
0008-Add-support-of-bgp-l3vni-evpn.patch [frr]: ADD L3 VNI EVPN Support for SONiC, Send RMAC and VLAN along with prefix to fpmsyncd. (#4806) 2021-01-21 08:40:15 -08:00
0009-ignore-route-from-default-table.patch [PATCH]: Update FRR patch 0009 to avoid inappropriate error messages (#12912) (#13423) 2023-01-25 15:24:11 -08:00
series [FRR] add patch in zebra to ignore route update on RT_TABLE_DEFAULT (#12023) 2022-09-08 11:03:19 -07:00