Commit 4893222
committed
FRR Release 10.2.3
Changelog:
babeld
Check valid babel port
Fix incorrect type assignment in parse_request_subtlv
bgpd
Do not call evpn_overlay_free no matter what
Fix `set evpn gateway-ip ipv[46]` route-map
Fix holdtime not working properly when busy
Fixed crash upon bgp network import-check command
In bgp_update() for mac addrs ensure we are dealing with evpn
Prevent crash when issuing a show rpki connections
Retain the routes if we do a clear with n-bit set for graceful-restart
Treat the peer as not active due to bfd down only if established
Fix incorrect bestpath reasoning in some situations
Fix show bgp vpn rd json
Fix to show exist/non-exist-map in 'show run' properly
Add total path count for bgp net in json output
bfdd
On shutdown prefix/access list memory was being leaked
isisd
Fix srv6_sid memory leak
lib
Create vrf if needed
Return duplicate ipv6 prefix-list entry test
Return duplicate prefix-list entry test
ldpd
Free up leaked prefix-list memory on shutdown
nhrpd
Add hop count validation before forwarding in nhrp_peer_recv()
ospf6d
Disable and delete ospfv3 areas that no longer have interfaces or configuration.
Fix lsa memory leaks related to graceful restart
ospfd
Prune duplicate next-hops when installing into zebra
Fix crash when ospf client connects before doing 'router ospf'
pimd
Fix for crash during networking restart
Fix memory leak on shutdown
Initialize gm proxy to false
redhat
Add Workaround for inet_ntop replacement which breaks rpms
tests
Add more tests to bgp_rpki_topo1 test
Check if routes are marked as stale and retained with n-bit for gr
Fix wait times in test_ospf6_gr_topo1 topotest
Ospf topotest for next-hop pruning
zebra
Do not flush an existing vni configuration trying to remove wrong vni
Ensure proper return for failure for sid allocation
Prevent vrf table 254 being used by non-default vrf
Fixes allowing srv6 func-bits length 0
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>1 parent 2a35cb2 commit 4893222
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 | |
|---|---|---|---|
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
840 | | - | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
841 | 844 | | |
842 | 845 | | |
843 | 846 | | |
| |||
0 commit comments