Hi,

While working on adding dynamic sysctls support, I discovered something
that looks like a bug.

For kernels that have both INET and INET6, three sysctl entries (rtexpire,
rtminexpire, rtmaxcache) are registered twice - both in netinet/in_rmx.c
and netinet6/in6_rmx.c.

It seems they should be registered only once, within a section that is
common to INET and INET6.

Andrzej Bialecki

//  <[EMAIL PROTECTED]> WebGiro AB, Sweden (http://www.webgiro.com)
// -------------------------------------------------------------------
// ------ FreeBSD: The Power to Serve. http://www.freebsd.org --------
// --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ ----




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to