Skip to content

Commit 0973a6f

Browse files
committed
FRR Release 10.2.4
* bgpd: correct no form commands (backport #18911) * build: check for libunwind.h, not unwind.h (backport #18912) * redhat: make FRR RPM build to work on RedHat 10 (backport #18920) * bgpd: use AS4B format for BGP loc-rib messages. (backport #18936) * 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) * nhrpd: fix crash when accessing invalid memory zone (backport #18994) * lib: Fix no on-match goto NUM command (backport #19108) * bgpd: Fix DEREF_OF_NULL.EX.COND in bgp_updgrp_packet (backport #19126) * bgpd: Extract link bandwidth value from extcommunity before using for WCMP (backport #19165) * bfdd: Set bfd.LocalDiag when transitioning to AdminDown (backport #18592) * bgpd: Do not try to reuse freed route-maps (backport #19191) * lib: fix routemap crash (backport #19127) * lib, zebra: mark singleton nexthops inactive/active on link state changes for wecmp (backport #18947) * bgpd: [GR] fixed selectionDeferralTimer to display select_defer_time val #19284 Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
1 parent bc897b3 commit 0973a6f

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.3], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.2.4], [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.4-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.2.4
4+
5+
-- Donatas Abraitis <donatas@opensourcerouting.org> Aug, 02 Sat 2025 02:00:00 -0600
6+
17
frr (10.2.3-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.2.3

redhat/frr.spec.in

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

842842
%changelog
843843

844-
* Fri May 30 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
844+
* Sat Aug 02 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
845+
846+
* Sat Aug 02 2025 Donatas Abraitis <donatas@opensourcerouting.org> - 10.2.4
847+
- New upstream release FRR 10.2.4
845848

846849
* Fri May 30 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.2.3
847850
- New upstream release FRR 10.2.3

0 commit comments

Comments
 (0)