CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/12 08:45:43
Modified files:
usr.sbin/bgpd : mrt.c rde.c rde.h rde_attr.c rde_community.c
rde_prefix.c rde_update.c session.c
Log message:
Update OpenBGPD to use new ibuf API.
This replaces the old way of using a static buffer and a len to build
UPDATEs with a pure ibuf solution. The result is much cleaner and a lot
of almost duplicate code can be removed because often a version for ibufs
and one for this static buffer was implemented (e.g. for mrt or bgpctl).
With and OK tb@