Skip to content

Commit 3f833e5

Browse files
committed
FRR Release 10.1.4
bfdd On shutdown prefix/access list memory was being leaked Set bfd.localdiag when transitioning to admindown bgpd Correct no form commands Do not try to reuse freed route-maps Extract link bandwidth value from extcommunity before using for wcmp Fix `set evpn gateway-ip ipv[46]` route-map Fix deref_of_null.ex.cond in bgp_updgrp_packet Fix holdtime not working properly when busy Fix show bgp vpn rd json Fix to show exist/non-exist-map in 'show run' properly Force adj-rib-out updates if mrai is kicked in Retain the routes if we do a clear with n-bit set for graceful-restart Simplify bgp_input_modifier() function handling an actual route-map Use as4b format for bgp loc-rib messages. [gr] fixed selectiondeferraltimer to display select_defer_time val build Check for libunwind.h, not unwind.h ldpd Free up leaked prefix-list memory on shutdown lib Compute link-state zapi message size Fix `no on-match goto num` command Fix routemap crash nhrpd Fix crash when accessing invalid memory zone ospf6d Disable and delete ospfv3 areas that no longer have interfaces or configuration. zebrad Do not flush an existing vni configuration trying to remove wrong vni Fix buffer overflows found by fuzzing. Prevent vrf table 254 being used by non-default vrf Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
1 parent cd03498 commit 3f833e5

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

39
* New upstream release FRR 10.1.3

redhat/frr.spec.in

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

813813
%changelog
814814

815-
* Mon Mar 10 2025 Martin Winter <mwinter@opensourcerouting.org> - %{version}
815+
* Sat Aug 02 2025 Martin Winter <mwinter@opensourcerouting.org> - %{version}
816+
817+
* Sat Aug 02 2025 Donatas Abraitis <donatas@opensourcerouting.org> - 10.1.4
818+
- New upstream release FRR 10.1.4
816819

817820
* Mon Mar 10 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.1.3
818821
- New upstream release FRR 10.1.3

0 commit comments

Comments
 (0)