Skip to content

Commit 4893222

Browse files
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 <[email protected]>
1 parent 2a35cb2 commit 4893222

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ([2.69])
99

10-
AC_INIT([frr], [10.2.2], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.2.3], [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (10.2.3-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.2.3
4+
5+
-- Jafar Al-Gharaibeh <[email protected]> Fri, 30 May 2025 02:00:00 -0600
6+
17
frr (10.2.2-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.2.2

redhat/frr.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,10 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
837837

838838
%changelog
839839

840-
* Mon Mar 10 2025 Jafar Al-Gharaibeh <[email protected]> - %{version}
840+
* Fri May 30 2025 Jafar Al-Gharaibeh <[email protected]> - %{version}
841+
842+
* Fri May 30 2025 Jafar Al-Gharaibeh <[email protected]> - 10.2.3
843+
- New upstream release FRR 10.2.3
841844

842845
* Mon Mar 10 2025 Jafar Al-Gharaibeh <[email protected]> - 10.2.2
843846
- New upstream release FRR 10.2.2

0 commit comments

Comments
 (0)