From owner-freebsd-pf@FreeBSD.ORG Fri Dec 29 13:29:14 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48EA216A407 for ; Fri, 29 Dec 2006 13:29:14 +0000 (UTC) (envelope-from earl.lapus@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id DCF7013C441 for ; Fri, 29 Dec 2006 13:29:13 +0000 (UTC) (envelope-from earl.lapus@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so3839125uge for ; Fri, 29 Dec 2006 05:29:13 -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=KjsOxdjSdB4qIs6TiPDGI4V6S9FXOwTtpNJKh9LLd3CyMbQshsnVPwpd2XflT9++vm9Fa291ugg9yWkljppwLkbVSGPrxIWCs5+10CjzX7fVNOf54pShnmOVwFDadnNULKtf62S3NkXVKL8MwxKJOwh9jIi5RvZ7xSyJOAaILKE= Received: by 10.78.178.5 with SMTP id a5mr738966huf.1167361632710; Thu, 28 Dec 2006 19:07:12 -0800 (PST) Received: by 10.78.137.13 with HTTP; Thu, 28 Dec 2006 19:07:12 -0800 (PST) Message-ID: <604f76120612281907l42a02640ia7806d452618109a@mail.gmail.com> Date: Fri, 29 Dec 2006 11:07:12 +0800 From: "Earl Lapus" To: freebsd-pf@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: cleanup_pf_zone() 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, 29 Dec 2006 13:29:14 -0000 hi all, Just a small query about cleanup_pf_zone() in pf_ioctl.c All of the allocated structures using UMA_CREATE() in pfattach() were detroyed using UMA_DESTROY() in cleanup_pf_zone() except for pfr_kentry_pl2. Is there a particular reason why pfr_kentry_pl2 is being left out? -- There are seven words in this sentence.