top of page
Search

OpenBGPD 9.0 & bgp-perf release!

  • Dec 30, 2025
  • 1 min read

Updated: Jan 9

OpenBGPD 9.0 has been released, which will be arriving in the OpenBGPD directory of your local OpenBSD mirror soon.


Additionally, a new software package named "bgp-perf" has been made available. This package contains two BGP stress-test utilities: bgp-blaster and bgp-canary. The bgp-blaster tool can load mrtdump files into a table and emulates many peers using that table in an efficient way. The bgp-canary tool sends special UPDATE messages to the system under test and measures the latency through the BGP node.


This OpenBGPD release includes the following changes to the previous release:


  • Rewrite the Adj-RIB-Out handling to be more memory efficent and faster. For large IXP route server deployments a reduction in memory usage of more than 50% should be feasible.

  • Process UPDATE messages in two phases: first update Adj-RIB-In, Loc-RIB, and FIB, then process all the Adj-RIB-Out tables This significantly reduces the latency since updating all the Adj-RIB-Out tables could take a fair amount of time.

  • Introduce CH hash tables - a scalable hash map implementation that boosts performance through improved cache locality.

  • Introduce new metrics that track the amount of time spent in various parts of the main event loop of the route decision engine.

  • Fix various non-criticial things uncovered by Coverity scanner.


OpenBGPD-portable is known to compile and run on FreeBSD and the Linux distributions Alpine, Debian, Fedora, RHEL/CentOS and Ubuntu. It is our hope that packagers take interest and help adapt OpenBGPD-portable to more distributions. We welcome feedback and improvements from the broader community. Thanks to all of the contributors who helped make this release possible.

 
 
 

Recent Posts

See All
Board Resolution on Remaining Assets on Dissolution

AMSTERDAM - June 2nd, 2026; The Route Server Support Foundation (RSSF) board, as the organisation's highest governing body, is pleased to share the board has resolved on the matter of preventing priva

 
 
 
Annual report 2025

FIFTH ANNUAL REPORT Amsterdam, 6 May 2026 - The RSSF board of directors presents its fifth annual report. The foundation is a caretaker and facilitator of critical open source Internet infrastructure.

 
 
 
Rpki-client 9.8 released

rpki-client 9.8 has just been released and will be available in the rpki-client directory of any OpenBSD mirror soon. It is recommended that all users upgrade to this version for improved reliability.

 
 
 

Comments


bottom of page