From owner-freebsd-qa@FreeBSD.ORG Mon Mar 31 11:08:21 2003 Return-Path: Delivered-To: freebsd-qa@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D58EE37B401; Mon, 31 Mar 2003 11:08:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 831D843FA3; Mon, 31 Mar 2003 11:08:21 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h2VJ8JUp012560; Mon, 31 Mar 2003 11:08:19 -0800 (PST) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h2VJ8JlB012559; Mon, 31 Mar 2003 11:08:19 -0800 (PST) Date: Mon, 31 Mar 2003 11:08:19 -0800 (PST) Message-Id: <200303311908.h2VJ8JlB012559@freefall.freebsd.org> To: FreeBSD-gnats-submit@freebsd.org From: Jimmy Olgeni X-send-pr-version: 3.113 X-GNATS-Notify: cc: freebsd-qa@freebsd.org Subject: -CURRENT GENERIC requires PFIL_HOOKS to load ipl.ko X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jimmy Olgeni List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 19:08:25 -0000 >Submitter-Id: current-users >Originator: Jimmy Olgeni >Organization: Colby >Confidential: no >Synopsis: -CURRENT GENERIC requires PFIL_HOOKS to load ipl.ko >Severity: serious >Priority: medium >Category: kern >Class: change-request >Release: FreeBSD 5.0-CURRENT i386 >Environment: Release independent configuration issue. >Description: Given a stock GENERIC kernel install, the ipl.ko module fails to load due to missing PFIL_HOOKS option, therefore the kernel must be recompiled to enable any kind of ipfilter support. >How-To-Repeat: Just kldload ipl on a stock GENERIC kernel. # kldload ipl link_elf: symbol pfil_add_hook undefined Then add PFIL_HOOKS and watch it fly :) # kldload ipl IP Filter: v3.4.31 initialized. Default = pass all, Logging = enabled >Fix: The following options should be added to GENERIC. options PFIL_HOOKS