NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/55691: rump kernels log "rn_init: radix functions require max_keylen be set"
The following reply was made to PR kern/55691; it has been noted by GNATS.
From: Andreas Gustafsson <gson%gson.org@localhost>
To: Martin Husemann <martin%duskware.de@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: kern/55691: rump kernels log "rn_init: radix functions require max_keylen be set"
Date: Sun, 18 Oct 2020 19:41:15 +0300
Martin Husemann wrote:
> I got it - the code is shared with userland (e.g. routed uses it and
> manually sets max_keylen upfront).
The code in sys/net/radix.c does look like it's intended to be shared
with userland, but nothing in the NetBSD userland actually uses it
(rump doesn't count since it defines _KERNEL). There's a separate
copy of the code in src/sbin/routed/radix.c, and the two copies have
diverged.
--
Andreas Gustafsson, gson%gson.org@localhost
Home |
Main Index |
Thread Index |
Old Index