Skip to content

Commit 187a4b0

Browse files
committed
FRR Release 10.1.3
Changelog: bgpd Allow bfd to work if peer known but interface address not yet Apply route-map for aggregate before attribute comparison Do not start bgp session if bgp identifier is not set Don't reuse nexthop variable in loop/switch Fix a bug in peer_allowas_in_set() Fix add label support to evpn ad routes Fix bfd with update-source in peer-group Fix bgp orf prefix-list json prefix Fix crash in bgp_labelpool Fix crash in displaying json orf prefix-list Fix crash upon bgp network import-check command Fix deadlock in bgp_keepalive and master pthreads Fix for local interface mac cache issue in 'bgp mac hash' table Fix incorrect json in bgp_show_table_rd Fix memory leak in bgp_aggregate_install() Fix route-distinguisher in vrf leak json cmd Fix vty output of evpn route-target as4 Fix wrong pthread event cancelling Remove dmed check not required in bestpath selection Reset bgp session only if it was a real bfd down event Update source address for bfd session Use igpmetric in bgp_aigp_metric_total() When bgp notices a change to shared_network inform bfd of it When removing the prefix list drop the pointer With suppress-fib-pending ensure withdrawal is sent Revert: Handle addpath capability using dynamic capabilities Revert: Reinstall aggregated routes if using route-maps and it was changed fpm Guard against garbage in unused address bytes isisd Allow full `no` form for `domain-password` and `area-password` Correct edge insertion into ted Show correct level information for `show isis interface detail json` lib Crash handlers must be allowed on threads Fix false context information for srv6 route Guard against padding garbage in zapi read mgmtd Prevent use after free nhrpd Fix do not consider incomplete l2 entry pbrd Initialize structs used in hash_lookup pimd During prefix-list update, behave as pim_upstream_notjoined state (conformance issue) Fix dr election race on startup Fix for data packet loss when fhr is lhr and rp Fix for fhr mroute taking longer to age out Fix pim vrf support (send register/register stop in vrf) Fix pim6 mld vrf support (use recvmsg() pktinfo) tools Add missing rpki keyword to vrf in frr-reload Fix frr-reload for ebgp-multihop ttl reconfiguration. zebra Evpn svd hash avoid double free Fix resetting valid flags for nhg dependents Guard against junk in nexthop->rmap_src Include resolving nexthops in nhg hash Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
1 parent 72ce90a commit 187a4b0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

configure.ac

+1-1
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.2], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.1.3], [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (10.1.3-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.1.3
4+
5+
-- Jafar Al-Gharaibeh <[email protected]> Mon, 10 Mar 2025 03:00:00 -0600
6+
17
frr (10.1.2-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.1.2

redhat/frr.spec.in

+4-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,10 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
805805

806806
%changelog
807807

808-
* Mon Dec 23 2024 Martin Winter <[email protected]> - %{version}
808+
* Mon Mar 10 2025 Martin Winter <[email protected]> - %{version}
809+
810+
* Mon Mar 10 2025 Jafar Al-Gharaibeh <[email protected]> - 10.1.3
811+
- New upstream release FRR 10.1.3
809812

810813
* Mon Dec 23 2024 Donatas Abraitis <[email protected]> - 10.1.2
811814
- babeld

0 commit comments

Comments
 (0)