Skip to content

Commit 88f5c06

Browse files
committed
FRR Release 10.4.1
Bug Fixes: * 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) * Revert PR #18358: BGP evpn testing and bug fixes related to non default EVPN backbone (backport #19241) * topotests: improve embedded RP test reliability (backport #19240) * lib, zebra: mark singleton nexthops inactive/active on link state changes for wecmp (backport #18947) * bgpd: LL next-hop capabilty fixes (backport #19261) * eigrp: validate hello packets and tlvs better (backport #19251) * 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) * bgpd: [GR] fixed selectionDeferralTimer to display select_defer_time val by #19282 * bgpd: LL next-hop capabilty fixes (round 2) (backport #19277) * lib: compute link-state zapi message size (backport #19290) * zebra: Fix buffer overflows found by fuzzing. (backport #19303) Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
1 parent 7b0f560 commit 88f5c06

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.4], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.4.1], [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.4.1-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.4.1
4+
5+
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Sat, 02 Aug 2025 02:00:00 -0600
6+
17
frr (10.4-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.4

redhat/frr.spec.in

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

876876
%changelog
877877

878-
* Sun Jul 20 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
878+
* Sat Aug 02 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
879+
880+
* Sat Aug 02 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.4.1
881+
- New upstream release FRR 10.4.1
879882

880883
* Sun Jul 20 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.4
881884
- Major highlights:

0 commit comments

Comments
 (0)