From owner-freebsd-current@FreeBSD.ORG Sun Oct 19 22:10:15 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 224EE16A4B3 for ; Sun, 19 Oct 2003 22:10:15 -0700 (PDT) Received: from ahab.dictos.com (adsl-67-125-129-106.dsl.frsn02.pacbell.net [67.125.129.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5605243FBD for ; Sun, 19 Oct 2003 22:10:14 -0700 (PDT) (envelope-from jason@ahab.dictos.com) Received: from ahab.dictos.com (localhost.dictos.com [127.0.0.1]) by ahab.dictos.com (8.12.10/8.12.9) with ESMTP id h9JH9g4P000928 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 19 Oct 2003 10:09:42 -0700 (PDT) (envelope-from jason@ahab.dictos.com) Received: from localhost (localhost [[UNIX: localhost]]) by ahab.dictos.com (8.12.10/8.12.9/Submit) id h9JH9b61000927 for freebsd-current@freebsd.org; Sun, 19 Oct 2003 10:09:37 -0700 (PDT) (envelope-from jason) From: jason dictos To: freebsd-current@freebsd.org Date: Sun, 19 Oct 2003 10:09:36 -0700 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310191009.36991.jason@dictos.com> Subject: Using ipfw in current branch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jason@dictos.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 05:10:15 -0000 Hi All, Here is what I get when I attempt to use any ipfilter type operations: jason@ahab:/home/jason# ipfw flush Are you sure? [yn] y ipfw: setsockopt(IP_FW_FLUSH): Protocol not available jason@ahab:/home/jason# Has the kernel configuration paramaters changed since the official cut of 5.1? Before the upgrade i could use ipfw. Here is a link to my kernconf file: http://www.dictos.com/JASONKERN Thanks, -Jason