From owner-freebsd-pf@FreeBSD.ORG Fri Aug 12 15:42:45 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCBFF16A41F for ; Fri, 12 Aug 2005 15:42:45 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBFCF43D70 for ; Fri, 12 Aug 2005 15:42:37 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so521069rna for ; Fri, 12 Aug 2005 08:42:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EQFNizv0uM6gGRExSbNq3xAZjxYXZV12i1jDaMACJpyl0eUOKDFSu1AFPkpvIjmmX8++CYj+Xeh00ZcBMPVG9/rT9J/QaMa/EFe6vQMYOGriuCsPxBr6NvBkKwJ3y6zYjfA4tSAS5WOWARVJ4/garcnW3gUeM7kabhoRn7d6B1s= Received: by 10.38.24.79 with SMTP id 79mr1091609rnx; Fri, 12 Aug 2005 08:42:37 -0700 (PDT) Received: by 10.38.207.79 with HTTP; Fri, 12 Aug 2005 08:42:36 -0700 (PDT) Message-ID: Date: Fri, 12 Aug 2005 11:42:37 -0400 From: Scott Ullrich To: Rod In-Reply-To: <1123861547.22864.256.camel@torgau.office.netline.net.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1123858936.22864.252.camel@torgau.office.netline.net.uk> <1123861547.22864.256.camel@torgau.office.netline.net.uk> Cc: freebsd-pf@freebsd.org Subject: Re: Bridge and PF 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: Fri, 12 Aug 2005 15:42:45 -0000 On 8/12/05, Rod wrote: > Found my answer : >=20 > http://lists.freebsd.org/mailman/htdig/freebsd-pf/2005-April/000984.html >=20 > >FreeBSD has no support for pf in its bridge code. > >Neither has it IPv6 support. If your using FreeBSD 6 check out the new if_bridge facilities that does support pf. If your using 5, I would suggest upgrading to 6 where a lot of items is improved. Scott