From: Theo Buehler Subject: Re: bgpd: convert a few uint32_t to unsigned int To: tech@openbsd.org Date: Tue, 21 Jul 2026 09:52:42 +0200 On Tue, Jul 21, 2026 at 09:46:06AM +0200, Claudio Jeker wrote: > As discussed before using uint32_t and unsigned long long in the same > struct is a bit strange. > > Lets flip a few cases of uint32_t to unsigned int. > > I decided to adjust max_prefix and max_out_prefix as well since those are > also simply a unsigned count (even parse.y uses UINT_MAX as boundary). Makes sense. > For now I like this new shade on this bikeshed. Me too. ok, thanks.