From owner-freebsd-questions@FreeBSD.ORG Tue Dec 27 15:31:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0636916A41F for ; Tue, 27 Dec 2005 15:31:57 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA6A43D77 for ; Tue, 27 Dec 2005 15:31:56 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so862105wxc for ; Tue, 27 Dec 2005 07:31:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Mn1umE8kq1gQHozuwEHozQiAf6lO4eHlRntYbImbVQriQXbxUDonTuwmqVqfdBVUcJOC1vwHLwOIfLmqcRwXOGAorOpFHTx6GxjhkM72DHRLdZPesYk5EdmaB1ClQTNIyy+CvPW5HcDyjdr9YLSBMlJCRcwMZVDZ6nFbsHtr9f4= Received: by 10.70.116.3 with SMTP id o3mr381867wxc; Tue, 27 Dec 2005 07:31:54 -0800 (PST) Received: by 10.70.62.15 with HTTP; Tue, 27 Dec 2005 07:31:54 -0800 (PST) Message-ID: <95550eab0512270731v31303cfbw9889f0e311872a5c@mail.gmail.com> Date: Tue, 27 Dec 2005 10:31:54 -0500 From: Aaron Peterson To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: pf, pfil hooks and if_bridge X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 15:31:58 -0000 I was reading about the new if_bridge driver, and the ability of any packet filter to interface with it that uses pfil hooks. But I can't seem to find any documentation that says whether pf is such a packet filter? Would someone enlighten me if pf is useable with the new if_bridge driver? Thanks, Aaron