Commit Graph

6 Commits

Author SHA1 Message Date
Toke Høiland-Jørgensen
3ff1e24383 bird3: Update to version 3.1.4
Also update the URL to the new website at bird.nic.cz

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2025-09-23 12:38:33 +02:00
Nick Hainke
5911e00a49 bird3: update to 3.1.2
Release Notes:
- 3.1.1: https://bird.network.cz/pipermail/bird-users/2025-May/018199.html
- 3.1.2: https://bird.network.cz/pipermail/bird-users/2025-May/018245.html

Signed-off-by: Nick Hainke <vincent@systemli.org>
2025-07-19 22:55:18 +02:00
Josef Schlehofer
d0f6265f6f bird{2,3}: use HTTPS in URL and reorder Makefile
Move descriptions to each other
and use HTTPS for project website

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-06-23 12:48:28 +02:00
Nick Hainke
7a54490134 bird3: update to 3.1.0
Release Notes:
https://bird.network.cz/pipermail/bird-users/2025-April/018156.html

Signed-off-by: Nick Hainke <vincent@systemli.org>
2025-04-28 10:48:18 +02:00
Nick Hainke
9935dfdfb7 bird3: update to 3.0.1
- Fixed crashes in dynamic BGP
- Improved graceful recovery mechanism
- Resolved issues with deterministic MED
- Addressed BFD session reconfiguration problems
- Corrected kernel path merging
- Optimized inefficiencies in feeds and refeeds
- Fixed heap bloating issues
- Corrected the name of the bgp_otc route attribute

Signed-off-by: Nick Hainke <vincent@systemli.org>
2025-01-13 17:04:33 +01:00
Nick Hainke
5998119c55 bird3: add new bird3 package
This commit introduces the `bird3` package to OpenWrt's routing feed.
The package is primarily based on the existing `bird2` package, with
minor modifications to accommodate the updates and changes in BIRD
3.0.0. I have also added myself as the maintainer for this package.

BIRD 3.0.0 is a major release that brings multithreading support,
enabling better performance for protocols like BGP, BMP, RPKI, and
others. The internal rework has introduced significant changes to the
table and channel implementations, while protocol-level functionality
remains largely consistent with BIRD 2.16. Although there are minor
breaking changes in configuration and CLI, most existing setups should
be reusable.

Memory usage has increased in this version, with improvements planned
for subsequent releases. Migration documentation is available in
`doc/migration-bird3.md` from the official BIRD repository.

For more details, see the official announcement:
https://trubka.network.cz/pipermail/bird-users/2024-December/017973.html

Signed-off-by: Nick Hainke <vincent@systemli.org>
2024-12-19 09:17:14 +01:00