]> git.puffer.fish Git - mirror/frr.git/commitdiff
FRR Release 10.1.3 docker/10.1.3 frr-10.1.3
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 17 Mar 2025 22:51:49 +0000 (17:51 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 17 Mar 2025 22:51:49 +0000 (17:51 -0500)
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 <jafar@atcorp.com>
configure.ac
debian/changelog
redhat/frr.spec.in

index ed11784995a54d01a85b1c6399bd4ff57e98a6a1..220871b6a156ed7ca4f737ae284a692b84bf79cf 100644 (file)
@@ -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"
index fb6a7b8874dda71542332058dda08dd1743fdb3d..af06938a216cf95f355fabd3b972f65302668a2f 100644 (file)
@@ -1,3 +1,9 @@
+frr (10.1.3-0) unstable; urgency=medium
+
+  * New upstream release FRR 10.1.3
+
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Mon, 10 Mar 2025 03:00:00 -0600
+
 frr (10.1.2-0) unstable; urgency=medium
 
   * New upstream release FRR 10.1.2
index 097cc4e7582c4eff0c09e60d664f7edee69a1393..f57ca5d4adb38a354c6f58a6fc5022946ee29abb 100644 (file)
@@ -805,7 +805,10 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 
 %changelog
 
-* Mon Dec 23 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Mon Mar 10 2025 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+
+* Mon Mar 10 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.1.3
+- New upstream release FRR 10.1.3
 
 * Mon Dec 23 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 10.1.2
 - babeld