Subject: Re: adding protocol domains and families
To: Darren Reed <darrenr@reed.wattle.id.au>
From: None <itojun@iijlab.net>
List: tech-net
Date: 11/19/2000 21:33:46
>Is it possible to do this in a "dynamic" fashion with NetBSD ?
>Should we be making this possible if it isn't already ?
>I notice that domaininit() statically adds all the expected protocol
>domains in what appears, to me, a rather 'old fashioned manner'.  Is
>there something we can do to make this better ?  Should we perhaps
>move away from "options INET[6]" to something like "protocol inet[6]"?

	the order of domaininit() is *very* important.  it has to be called
	in very specific order.

itojun