0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/proto
Toke Høiland-Jørgensen f08abcb8dd Babel: Add support for the RTT extension
This adds support to the Babel protocol for the RTT extension specified
in draft-ietf-babel-rtt-extension. While this extension is not yet at the
RFC stage, it is one of the more useful extensions to Babel[0], so it
seems worth having in Bird as well.

The extension adds timestamps to Hello and IHU TLVs and uses these to
compute an RTT to each neighbour. An extra per-neighbour cost is then
computed from the RTT based on a minimum and maximum interval and cost
value specified in the configuration. The primary use case for this is
improving routing in a geographically distributed tunnel-based overlay
network.

The implementation follows the babeld implementation when picking
constants and default configuration values. It also uses the same RTT
smoothing algorithm as babeld, and follows it in adding a new 'tunnel'
interface type which enables RTT by default.

[0] https://alioth-lists.debian.net/pipermail/babel-users/2022-April/003932.html
2023-06-02 00:31:53 +02:00
..
babel Babel: Add support for the RTT extension 2023-06-02 00:31:53 +02:00
bfd BFD: Improve incoming packet matching 2023-01-22 23:42:08 +01:00
bgp BGP: Fix role check when no capability option is present 2023-05-19 01:02:57 +02:00
bmp BMP: Silence some log messages 2023-04-20 17:14:45 +02:00
mrt Minor cleanups 2023-01-13 13:32:29 +01:00
ospf VRF: Fix issues with reconfiguration 2023-01-22 18:21:08 +01:00
perf Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
pipe BGP: Add received role value to role mismatch log message 2023-01-20 15:55:47 +01:00
radv VRF: Fix issues with reconfiguration 2023-01-22 18:21:08 +01:00
rip VRF: Fix issues with reconfiguration 2023-01-22 18:21:08 +01:00
rpki Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
static Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
Doc BMP protocol support 2023-04-16 20:05:15 +02:00