FRRouting Release 10.1.4 [Download]
FRRouting Release 10.1.4 Available for Download
Debian Packages - https://deb.frrouting.org
RPM Packages - https://rpm.frrouting.org
Snaps - https://snapcraft.io/frr
Docker - quay.io/frrouting/frr
What’s Changed
- ospf6d: Disable and delete OSPFv3 areas that no longer have interfaces or configuration. (backport #18393)
- zebra: Do not flush an existing vni configuration trying to remove wrong vni (backport #18108)
- bgpd: fix
set evpn gateway-ip ipv[46]
route-map by @ton31337 in https://github.com/FRRouting/frr/pull/18465 - bgpd: Fix holdtime not working properly when busy by @ton31337 in https://github.com/FRRouting/frr/pull/18490
- bgpd: Retain the routes if we do a clear with N-bit set for Graceful-Restart (backport) by @ton31337 in https://github.com/FRRouting/frr/pull/18517
- zebra: Prevent vrf table 254 being used by non-default vrf (backport #18702)
- bgpd: fix show bgp vpn rd json (backport #18802)
- Prefix list leak bfdd ldpd (backport #18830)
- redhat: Add Workaround for inet_ntop replacement which breaks rpms (backport #18864)
- bgpd: fix to show exist/non-exist-map in ‘show run’ properly (backport #18828)
- bgpd: correct no form commands (backport #18911)
- bgpd: use AS4B format for BGP loc-rib messages. (backport #18936)
- redhat: make FRR RPM build to work on RedHat 10 (backport #18920)
- build: check for libunwind.h, not unwind.h (backport #18912)
- bgpd: Force adj-rib-out updates if MRAI is kicked in (backport #18959)
- nhrpd: fix crash when accessing invalid memory zone (backport #18994)
- lib: Fix
no on-match goto NUM
command (backport #19108) - bgpd: Fix DEREF_OF_NULL.EX.COND in bgp_updgrp_packet (backport #19126)
- bgpd: Extract link bandwidth value from extcommunity before using for WCMP (backport #19165)
- bfdd: Set bfd.LocalDiag when transitioning to AdminDown (backport #18592)
- bgpd: Do not try to reuse freed route-maps (backport #19191)
- lib: fix routemap crash (backport #19127)
- bgpd: [GR] fixed selectionDeferralTimer to display select_defer_time val by @ton31337 in https://github.com/FRRouting/frr/pull/19285
- zebra: Fix buffer overflows found by fuzzing. (backport #19303)
- lib: compute link-state zapi message size (backport #19290)