From: Theo Buehler Subject: Re: bgpd: next round of adjout shuffling To: tech@openbsd.org Date: Thu, 20 Nov 2025 09:44:00 +0100 On Wed, Nov 19, 2025 at 03:09:37PM +0100, Claudio Jeker wrote: > Duplicate struct prefix into struct prefix_adjout and adjust code > to work with that. This is the next step to allow me to alter > struct prefix_adjout in big ways. > > Most bits are ok but esp the dump code for the control socket is a > somewhat horrible copy-paste job. I hope that over time this can be > reduced but for now this gets us going :) Man did cvs diff make this look much more complicated than it actually is... ok tb