From owner-freebsd-ipfw@FreeBSD.ORG Thu Apr 3 16:42:13 2003 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61FB37B401 for ; Thu, 3 Apr 2003 16:42:13 -0800 (PST) Received: from ns2.itga.com.au (ns2.itga.com.au [210.9.89.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6052843F75 for ; Thu, 3 Apr 2003 16:42:12 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns2.itga.com.au (8.12.9/8.12.9) with ESMTP id h340g9dW007828; Fri, 4 Apr 2003 10:42:09 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id KAA28376; Fri, 4 Apr 2003 10:42:09 +1000 (EST) Message-Id: <200304040042.KAA28376@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: "Bruce Betz" In-reply-to: Your message of Thu, 03 Apr 2003 17:55:44 -0600. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 Apr 2003 10:42:08 +1000 Sender: gnb@itga.com.au cc: ipfw@freebsd.org Subject: Re: the pass and deny commands are reversed X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 00:42:14 -0000 Bruce.Betz@newelsys.com said: > Any idea on what code to check? First thing to check is to be double- or triple-sure that the ipfw userland and the kernel are compiled from the same set of sources. I.e. after the cvsup you did a buildworld, installworld, buildkernel, installkernel and reboot (not in that order!)