From: Jafar Al-Gharaibeh Date: Mon, 17 Mar 2025 22:51:49 +0000 (-0500) Subject: FRR Release 10.1.3 X-Git-Tag: docker/10.1.3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=187a4b01f88010c553a7f2ac0d9d3bb2909708b8;p=matthieu%2Ffrr.git 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 --- diff --git a/configure.ac b/configure.ac index ed11784995..220871b6a1 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [10.1.2], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [10.1.3], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" diff --git a/debian/changelog b/debian/changelog index fb6a7b8874..af06938a21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (10.1.3-0) unstable; urgency=medium + + * New upstream release FRR 10.1.3 + + -- Jafar Al-Gharaibeh Mon, 10 Mar 2025 03:00:00 -0600 + frr (10.1.2-0) unstable; urgency=medium * New upstream release FRR 10.1.2 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 097cc4e758..f57ca5d4ad 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -805,7 +805,10 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Mon Dec 23 2024 Martin Winter - %{version} +* Mon Mar 10 2025 Martin Winter - %{version} + +* Mon Mar 10 2025 Jafar Al-Gharaibeh - 10.1.3 +- New upstream release FRR 10.1.3 * Mon Dec 23 2024 Donatas Abraitis - 10.1.2 - babeld