Description:
This change adds an Open Issues entry to errata.adoc for FreeBSD 14.5-RELEASE regarding a memory leak in the radix4_lockless and radix6_lockless routing algorithms.
The leak occurred during routing table changes (e.g., route additions/deletions), causing kernel memory usage to grow over time. This could affect systems with dynamic routing, such as BGP routers.
Impact:
Systems using the lockless routing algorithms with frequently changing routing tables may experience kernel memory exhaustion over time.
Workaround:
Switch to the non-lockless algorithm: sysctl net.route.algo.inet4.algo=radix4 or sysctl net.route.algo.inet6.algo=radix6.
Status:
Fixed in main and stable/15, and also MFC'd to stable/14 on 3 September 2026. However, the fix did not make it into the releng/14.5 branch, so it is not included in the 14.5-RELEASE image. It will be available in a future patch-level update.
Please review and confirm the wording is appropriate for the errata.adoc.