Commit e50cba8
committed
FRR Release 10.3.2
* bgpd: correct no form commands (backport #18911)
* bgpd: fix to show exist/non-exist-map in 'show run' properly #18853
* redhat: make FRR RPM build to work on RedHat 10 (backport #18920)
* build: check for libunwind.h, not unwind.h (backport #18912)
* bgpd: use AS4B format for BGP loc-rib messages. (backport #18936)
* bgpd: fix for the validity and the presence of prefixes in the BGP VPN table. (backport #17370)
* bgpd: Force adj-rib-out updates if MRAI is kicked in (backport #18959)
* zebra: Provide SID value when sending SRv6 SID release notify message (backport #18971)
* bgpd: Fix crash when fetching statistics for bgp instance (backport #19003)
* nhrpd: fix crash when accessing invalid memory zone (backport #18994)
* zebra: Initialize RB tree for router tables (backport #19049)
* zebra: fix null pointer dereference in zebra_evpn_sync_neigh_del (backport #19054)
* zebra: fix stale NHG in kernel (backport #18899)
* bgpd: Fix incorrect stripping of transitive extended communities (backport #19065)
* lib: Fix no on-match goto NUM command (backport #19108)
* bgpd: Fix extended community check for IP non-transitive type (backport #19097)
* bgpd: Fix DEREF_OF_NULL.EX.COND in bgp_updgrp_packet (backport #19126)
* lib: revert addition of vtysh_flush() call in vty_out() (backport #19109)
* bgpd: Extract link bandwidth value from extcommunity before using for WCMP (backport #19165)
* Use ipv4 class E addresses (240.0.0.0/4) as connected routes by default (backport #18095)
* bfdd: Set bfd.LocalDiag when transitioning to AdminDown (backport #18592)
* zebra: clean up a json object leak (backport #19192)
* bgpd: Do not try to reuse freed route-maps (backport #19191)
* lib: fix routemap crash (backport #19127)
* bgpd: initialize local variable (backport #19233)
* ospfd: Use after free cleanup of lsa (backport #19224)
* vtysh: copy config from file should actually apply (backport #19242)
* bgpd : Fix compilation error in bgpd module: Update TP_ARGS for bgp (backport #19266)
* bgpd: Ensure addpath does not withdraw selected route in some situations (backport #19210)
* lib, zebra: mark singleton nexthops inactive/active on link state changes for wecmp (backport #18947)
* eigrp: validate hello packets and tlvs better (backport #19251)
* bgpd: [GR] fixed selectionDeferralTimer to display select_defer_time val #19283
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>1 parent ded07d9 commit e50cba8
3 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
884 | 887 | | |
885 | 888 | | |
886 | 889 | | |
| |||
0 commit comments