From: Theo Buehler Subject: Re: bgpd: suffle the adjout deck chairs into a new corner To: tech@openbsd.org Date: Tue, 18 Nov 2025 16:59:50 +0100 On Tue, Nov 18, 2025 at 02:54:40PM +0100, Claudio Jeker wrote: > This is the first step to a major rewrite of the adj-rib-out handling. > I tried to do this rewrite in multiple small steps to make it easier to > review. > > This diff just moves code around. It moves all the bits which build the > adj-rib-out out into a new file: rde_adjout.c > The prefix code there now uses prefix_adjout_XYZ as name. > Because of the move some functions need to be exported for now. > Apart from thosw two bits it should be a 1-to-1 move. ok tb