Date: Tue, 19 Mar 2002 10:00:00 +0100 From: Marco Molteni <molter@tin.it> To: freebsd-hackers@freebsd.org Subject: can I do this with a KLD? Message-ID: <20020319100000.A241@cobweb.example.org>
next in thread | raw e-mail | index | archive | help
Hi, in netinet/in_proto.c there is struct ipprotosw inetsw[], which contains the entry points for the various Internet protocols. If one wants to add a new protocol he has to add the entry points in that array. Would it be feasible to add a new protocol as a KLD instead? If yes, how? If not, what would be required to transform inetsw[] in a way that would allow KLD? thanks marco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020319100000.A241>