Date: Sun, 2 Jul 2000 17:16:32 +0200 (CEST) From: Andrzej Bialecki <abial@webgiro.com> To: freebsd-current@freebsd.org Subject: Possible bug in netinet6/in6_rmx.c ? Message-ID: <Pine.BSF.4.20.0007021708310.53282-100000@mx.webgiro.com>
next in thread | raw e-mail | index | archive | help
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 // <abial@webgiro.com> 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.0007021708310.53282-100000>