From owner-freebsd-stable Sun Sep 3 20:53: 7 2000 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 8514F37B423 for ; Sun, 3 Sep 2000 20:53:04 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.1.Beta0/8.11.1.Beta0) id e843qwR83742; Sun, 3 Sep 2000 20:52:58 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14771.7322.795796.343503@horsey.gshapiro.net> Date: Sun, 3 Sep 2000 20:52:58 -0700 (PDT) From: Gregory Neil Shapiro To: freebsd-stable@freebsd.org Subject: ipf vs IPv6 X-Mailer: VM 6.75 under 21.2 (beta35) "Nike" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was considering switching from ipfw to ipf and wanted to give ipf a try. I've run into a road block. According to the ipfstat man page: ... SYNOPSIS ipfstat [ -6aAfghIinosv ] [ -d ] ... -6 Display filter lists for IPv6, if available. ... However when attempted: # ipfstat -6 Usage: ipfstat [-aAfhIinosv] [-d ] I see that if ipfstat were compiled with USE_INET6, it might work. This leads to the question, has the ipfilter code been compiled without IPv6 support on purpose (i.e., it doesn't work under FreeBSD yet so enabling it would cause problems) or would it be safe to turn on? Does the ipf kernel support include IPv6 (assuming the kernel has it)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message