Skip to content

Commit d17791e

Browse files
committed
FRR Release 10.5.1
bgpd: Allow proper shutdown of bgp dynamic peers in rare case Check length for dynamic capability (software version new encoding) Correction in json output structure for no data case Fix labeled unicast inbound policy lookup Fix labeled-unicast output Fix maximum-prefix session recovery for peers and peer-groups Fix memory leak in bgp nhc tlv processing Fix route node lock leak in nht resolved prefix marking Fix srv6-only command defaulted when 'no segment-routing ipv6' Send route-refresh and/or trigger soft reconfig on enforce-first-as Try to handle software version capability with the new encoding format isisd: Use ipv6 mtid for srv6 locator tlvs when ipv6 mt is enabled pimd: Add pim_debug_pim_reg protection for pim register stop debug message Crash while trying mroute_read when fd=-1 Df election on zebra peer down synced to the mlag peer Fix for mc frame loss in a sequential traffic test Fix pim mlag update peer zebra status upon local mlag connection restoration Fix warnings for pimd Crash when pimreg interface not present Crashed because of indexing invalid index in an array Prevent crash on interface removal vrrpd: vrrp interface delete fails to free connected route zebrad: Fix crash due to lack of control of received number of srv6 sid from netlink Signed-off-by: Donatas Abraitis <[email protected]>
1 parent d684e28 commit d17791e

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-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.5.0], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.5.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.5.1-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.5.1
4+
5+
-- Donatas Abraitis <[email protected]> Mon, 05 Jan 2026 02:00:00 -0600
6+
17
frr (10.5.0-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.5.0

redhat/frr.spec.in

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,37 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
849849

850850
%changelog
851851

852-
* Sun Nov 09 2025 Jafar Al-Gharaibeh <[email protected]> - %{version}
852+
* Mon Jan 05 2026 Jafar Al-Gharaibeh <[email protected]> - %{version}
853+
854+
* Mon Jan 05 2026 Donatas Abraitis <[email protected]> 10.5.1
855+
- bgpd:
856+
- Allow proper shutdown of bgp dynamic peers in rare case
857+
- Check length for dynamic capability (software version new encoding)
858+
- Correction in json output structure for no data case
859+
- Fix labeled unicast inbound policy lookup
860+
- Fix labeled-unicast output
861+
- Fix maximum-prefix session recovery for peers and peer-groups
862+
- Fix memory leak in bgp nhc tlv processing
863+
- Fix route node lock leak in nht resolved prefix marking
864+
- Fix srv6-only command defaulted when 'no segment-routing ipv6'
865+
- Send route-refresh and/or trigger soft reconfig on enforce-first-as
866+
- Try to handle software version capability with the new encoding format
867+
- isisd:
868+
- Use ipv6 mtid for srv6 locator tlvs when ipv6 mt is enabled
869+
- pimd:
870+
- Add pim_debug_pim_reg protection for pim register stop debug message
871+
- Crash while trying mroute_read when fd=-1
872+
- Df election on zebra peer down synced to the mlag peer
873+
- Fix for mc frame loss in a sequential traffic test
874+
- Fix pim mlag update peer zebra status upon local mlag connection restoration
875+
- Fix warnings for pimd
876+
- Crash when pimreg interface not present
877+
- Crashed because of indexing invalid index in an array
878+
- Prevent crash on interface removal
879+
- vrrpd:
880+
- vrrp interface delete fails to free connected route
881+
- zebrad:
882+
- Fix crash due to lack of control of received number of srv6 sid from netlink
853883

854884
* Sun Nov 09 2025 Jafar Al-Gharaibeh <[email protected]> 10.5.0
855885
- New upstream release FRR 10.5.0

0 commit comments

Comments
 (0)