From owner-cvs-src@FreeBSD.ORG Wed Jun 2 18:19:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC9A16A4CE; Wed, 2 Jun 2004 18:19:05 -0700 (PDT) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0813B43D1F; Wed, 2 Jun 2004 18:19:05 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (dcf3c3792681547536e248678cdcea3a@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i531HeSC025428; Wed, 2 Jun 2004 18:17:40 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 25DE751A33; Wed, 2 Jun 2004 18:19:04 -0700 (PDT) Date: Wed, 2 Jun 2004 18:19:04 -0700 From: Kris Kennaway To: Maxime Henrion Message-ID: <20040603011904.GB714@xor.obsecurity.org> References: <200406022252.i52MqJFp094240@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline In-Reply-To: <200406022252.i52MqJFp094240@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2004 01:19:05 -0000 --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 02, 2004 at 03:52:18PM -0700, Maxime Henrion wrote: > mux 2004/06/02 15:52:18 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/fxp if_fxp.c if_fxpvar.h=20 > Log: > Use the device sysctl tree instead of rolling our own. Some of the > sysctls were global (hw.fxp_rnr and hw.fxp_noflow), all of them are > now per-device. Sample output of "sysctl dev.fxp0" with this patch, > with the standard %foo nodes removed : > =20 > dev.fxp0.int_delay: 1000 > dev.fxp0.bundle_max: 6 > dev.fxp0.rnr: 0 > dev.fxp0.noflow: 0 What are your thoughts about making noflow the default? Having an fxp machine panic and DoS an entire network is not friendly. Kris --WYTEVAkct0FjGQmd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAvnyHWry0BWjoQKURAqdbAKD2QC6zbHH/Vzo8zURf4XR1BfBpfwCgz+XL ljv7p84RA5C/cq01WwhKVSs= =JYMi -----END PGP SIGNATURE----- --WYTEVAkct0FjGQmd--