Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 1998 07:02:37 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Matthew Dillon <dillon@apollo.backplane.com>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/netinet icmp_var.h ip_icmp.c tcp_input.c udp_usrreq.c
Message-ID:  <19981204070237.A38284@nagual.pp.ru>
In-Reply-To: <199812040346.TAA02228@apollo.backplane.com>; from dillon@apollo.backplane.com on Thu, Dec 03, 1998 at 07:46:51PM -0800
References:  <199812032023.MAA02215@freefall.freebsd.org> <19981204064311.A31118@nagual.pp.ru> <199812040346.TAA02228@apollo.backplane.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 03, 1998 at 07:46:51PM -0800, Matthew Dillon wrote:
>     I'll add the #ifdef KERNEL.  I'd gladly move everything out of
>     icmp_var.h if you tell me how to deal with the sysctl initialization 
>     (can I just use the AUTO mode and get rid of the ICMPCTL_MAXID and 
>     ICMP_BANDLI<_INFO junk?) and where to put the badport_bandlim() extern.

Well, lets sysctl stuff stays here, but it must be _not_optional_ to allow
applications use it independently of kernel options. Look like netstat use
ICMP sysctls. I.e. you need _always_ enable BANDLIM sysctl from outside,
but return error, if it is not configured inside kernel. 

-- 
Andrey A. Chernov
http://www.nagual.pp.ru/~ache/
MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981204070237.A38284>