Date: Mon, 22 May 2000 09:47:42 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Dag-Erling Smorgrav <des@flood.ping.uio.no> Cc: Dan Moschuk <dan@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/netinet ip_icmp.c Message-ID: <200005221647.JAA60817@apollo.backplane.com> References: <200005221500.IAA44122@freefall.freebsd.org> <xzppuqemxcv.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
:Dan Moschuk <dan@FreeBSD.org> writes: :> Log: :> Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option, :> badport_bandlim() will not muck up your console with printf() messages. : :This should be a sysctl variable, not a compile-time option. : :DES :-- :Dag-Erling Smorgrav - des@flood.ping.uio.no I don't think it should be in there at all. 'Mucking up' the console is standard fair in a system that is doing a lot of work, it's why you don't normally login on the console. That said, I would rather see it as a kernel option (as it was committed) rather then a sysctl variable, because I think a sysctl variable would just be a waste of space. Matthew Dillon <dillon@backplane.com> 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?200005221647.JAA60817>