From owner-freebsd-current@FreeBSD.ORG Sat Oct 4 04:01:36 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBCA716A4B3 for ; Sat, 4 Oct 2003 04:01:36 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id F040543FF9 for ; Sat, 4 Oct 2003 04:01:32 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 62221 invoked by uid 85); 4 Oct 2003 11:01:48 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.20rc1 (uvscan: v4.2.40/v4288. Clear:RC:1:. Processed in 0.071224 secs); 04 Oct 2003 11:01:48 -0000 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 4 Oct 2003 11:01:48 -0000 From: Arjan van Leeuwen To: Udo Schweigert , freebsd-current@freebsd.org Date: Sat, 4 Oct 2003 13:01:31 +0200 User-Agent: KMail/1.5.4 References: <20031004092118.GA16781@alaska.cert.siemens.de> In-Reply-To: <20031004092118.GA16781@alaska.cert.siemens.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310041301.31896.avleeuwen@piwebs.com> Subject: Re: Ipfilter broken on -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 11:01:36 -0000 On Saturday 04 October 2003 11:21, Udo Schweigert wrote: > Hi all, > > since a couple of days ipfilter is broken for -current. > > kldload ipl.ko gives: > link_elf: symbol pfil_head_get undefined > > And the IPFILTER option inside the kernel-config results in: > (snip) You should read /usr/src/UPDATING. Arjan