Download raw body.
bgpd: convert a few uint32_t to unsigned int
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.
bgpd: convert a few uint32_t to unsigned int