From owner-cvs-all@FreeBSD.ORG Sun Oct 3 10:42:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE7116A4CE; Sun, 3 Oct 2004 10:42:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482DE43D53; Sun, 3 Oct 2004 10:42:43 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i93Aght2070737; Sun, 3 Oct 2004 10:42:43 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i93AghpX070736; Sun, 3 Oct 2004 10:42:43 GMT (envelope-from mlaier) Message-Id: <200410031042.i93AghpX070736@repoman.freebsd.org> From: Max Laier Date: Sun, 3 Oct 2004 10:42:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/pf/man pf.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 10:42:43 -0000 mlaier 2004-10-03 10:42:42 UTC FreeBSD src repository Modified files: contrib/pf/man pf.conf.5 Log: Document a problem with user/group filtering. With debug.mpsafenet=1 this might result in a deadlock. The fix involves critical changes in the PF locking strategy (which will happen after 5.3R). For now advise users to set debug.mpsafenet=0 if they use this kind of filtering. The same problem exists for IPFW. mdoc help from: simon MFC after: 2 days Revision Changes Path 1.3 +32 -1 src/contrib/pf/man/pf.conf.5