From owner-freebsd-stable@FreeBSD.ORG Fri Jul 8 17:34:06 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D232216A41C for ; Fri, 8 Jul 2005 17:34:06 +0000 (GMT) (envelope-from jtanis@pycoder.org) Received: from mxsf32.cluster1.charter.net (mxsf32.cluster1.charter.net [209.225.28.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE6943D49 for ; Fri, 8 Jul 2005 17:34:04 +0000 (GMT) (envelope-from jtanis@pycoder.org) Received: from mxip10a.cluster1.charter.net (mxip10a.cluster1.charter.net [209.225.28.140]) by mxsf32.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j68HY26j017854 for ; Fri, 8 Jul 2005 13:34:02 -0400 Received: from 68-117-222-215.dhcp.athn.ga.charter.com (HELO pycoder.org) (68.117.222.215) by mxip10a.cluster1.charter.net with ESMTP; 08 Jul 2005 13:34:02 -0400 X-IronPort-AV: i="3.93,274,1115006400"; d="scan'208"; a="1091289607:sNHT244841116" Received: from 69.55.160.9 (SquirrelMail authenticated user jtanis) by pycoder.org with HTTP; Fri, 8 Jul 2005 13:34:02 -0400 (EDT) Message-ID: <4864.69.55.160.9.1120844042.squirrel@pycoder.org> In-Reply-To: <20050708203958.5bb90c2f.dani.popa@vipnet.ro> References: <20050708200816.1b263636.dani.popa@vipnet.ro> <002201c583da$599e1a50$0700a8c0@uzi> <20050708203958.5bb90c2f.dani.popa@vipnet.ro> Date: Fri, 8 Jul 2005 13:34:02 -0400 (EDT) From: "James Tanis" To: "Dani Popa" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Uzi , freebsd-stable@freebsd.org Subject: Re: ata problem !! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 17:34:06 -0000 On Fri, July 8, 2005 1:39 pm, Dani Popa said: > # ip stack options > options INET > #options INET6 > options IPSTEALTH > options TCP_DROP_SYNFIN > options ZERO_COPY_SOCKETS > options IPFILTER > options IPFILTER_LOG > options DEVICE_POLLING > options ACCEPT_FILTER_DATA > options ACCEPT_FILTER_HTTP > options LIBMCHAIN > options ALTQ > options ALTQ_CBQ > options ALTQ_RED > options ALTQ_RIO > options ALTQ_HFSC > options ALTQ_PRIQ > One question here, probably unrelated to your problem :P. I know ALTQ doesn't explicitely cite pf as a requirement, but is it possible to use ALTQ in combination with IPFILTER?