From owner-cvs-all Thu Apr 12 18:31:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C685737B423; Thu, 12 Apr 2001 18:31:17 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3D1VHu78011; Thu, 12 Apr 2001 18:31:17 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200104130131.f3D1VHu78011@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 12 Apr 2001 18:31:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ip6fw ip6fw.8 ip6fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/04/12 18:31:17 PDT Modified files: sbin/ip6fw ip6fw.8 ip6fw.c Log: Match ip6fw's command line options to those of ipfw (specifically, added the ability to use a preprocessor, use the -q (quiet) flag when reading from a file). The source used is from ipfw. Clean up exit codes while I am here. KAME has been informed and plans on integrating these patches into their own source as well. Revision Changes Path 1.9 +50 -5 src/sbin/ip6fw/ip6fw.8 1.6 +128 -18 src/sbin/ip6fw/ip6fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message