svn commit: r193232 - in head: . sys/net sys/netinet sys/netinet6 sys/nfsclient sys/sys usr.bin/netstat

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jun 1 15:55:08 UTC 2009


On Mon, 1 Jun 2009, Bjoern A. Zeeb wrote:

> Author: bz
> Date: Mon Jun  1 15:49:42 2009
> New Revision: 193232
> URL: http://svn.freebsd.org/changeset/base/193232
>
> Log:
>  Convert the two dimensional array to be malloced and introduce
>  an accessor function to get the correct rnh pointer back.
>
>  Update netstat to get the correct pointer using kvm_read()
>  as well.
>
>  This not only fixes the ABI problem depending on the kernel
>  option but also permits the tunable to overwrite the kernel
>  option at boot time up to MAXFIBS, enlarging the number of
>  FIBs without having to recompile. So people could just use
>  GENERIC now.
>
>  Reviewed by:	julian, rwatson, zec
>  X-MFC:		not possible

The solution is not ideal but will help FreeBSD 8.x.

Julian has suggested a cleaner way but I considered that to be to
late and intrusive for 8.x; this way we will have enough time for
9.x to convert this io per AF/domain handler routines.


Note: I will garbage collect a lot of opt_route.h dependencies by the
end of the week as that option no longer has to be visible to most of
the tree.


PS: I cannot spell 'routing' correctly usually so whoever touches
UPDATING next please fix the spelling;-)

-- 
Bjoern A. Zeeb                      The greatest risk is not taking one.


More information about the svn-src-all mailing list