From owner-freebsd-pf@FreeBSD.ORG Thu Aug 2 05:34:42 2007 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 149CF16A418 for ; Thu, 2 Aug 2007 05:34:42 +0000 (UTC) (envelope-from patpro@patpro.net) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.freebsd.org (Postfix) with ESMTP id CAA5713C48E for ; Thu, 2 Aug 2007 05:34:41 +0000 (UTC) (envelope-from patpro@patpro.net) Received: from smtp1-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp1-g19.free.fr (Postfix) with ESMTP id B2C511AB2C9; Thu, 2 Aug 2007 07:34:40 +0200 (CEST) Received: from boleskine.patpro.net (boleskine.patpro.net [82.235.12.223]) by smtp1-g19.free.fr (Postfix) with ESMTP id 98F041AB2C7; Thu, 2 Aug 2007 07:34:40 +0200 (CEST) Received: from [192.168.0.2] (unknown [192.168.0.2]) by boleskine.patpro.net (Postfix) with ESMTP id 0295F1CC0E; Thu, 2 Aug 2007 07:34:40 +0200 (CEST) In-Reply-To: <000701c7d458$068f1780$13ad4680$@Hennessy@nviz.net> References: <001101c7d441$0f61aa10$2e24fe30$@Hennessy@nviz.net> <569F9080-B78F-400B-B3C5-FCA05F04BF80@patpro.net> <000701c7d458$068f1780$13ad4680$@Hennessy@nviz.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <84F1F457-8D05-4872-A24A-EC40482F90A8@patpro.net> Content-Transfer-Encoding: quoted-printable From: Patrick Proniewski Date: Thu, 2 Aug 2007 07:34:57 +0200 To: "Greg Hennessy" X-Mailer: Apple Mail (2.752.2) Cc: freebsd-pf@freebsd.org Subject: Re: strange "throttling" issue with pf on xDSL connection X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 05:34:42 -0000 On 01 ao=FBt 2007, at 18:21, Greg Hennessy wrote: > Looks like someone has compiled out inet6. my make.conf reads "NO_INET6=3D true" my kernel config file reads "#options INET6" so I should have no inet6 at all patpro