On Thu, Sep 01, 2022 at 12:04:03PM +0200, Claudio Jeker wrote: > Convert the rde_peer hash table to an RB tree. This is a bit more complex > because rde_peer list is used in a lot of places. As a bonus use > peer_foreach in mrt.c to write the table v2 peer header (this needs a > special callback struct because two values need to be passed to the > callback). > > The rest of the code is mostly a simple conversion. Only peer_match > required to be adjusted because the code is now able to use peer_get() > to find the start point.
ok tb
