From owner-freebsd-commit Fri Feb 23 16:21:08 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA22715 for freebsd-commit-outgoing; Fri, 23 Feb 1996 16:21:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA22705 for cvs-all-outgoing; Fri, 23 Feb 1996 16:21:06 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA22682 Fri, 23 Feb 1996 16:20:58 -0800 (PST) Date: Fri, 23 Feb 1996 16:20:58 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602240020.QAA22682@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw Makefile ipfw.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/02/23 16:20:58 Modified: sbin/ipfw Makefile ipfw.c Log: A new ipfw program that can set and control the new features. An almost correct usage is printed. Revision Changes Path 1.4 +9 -0 src/sbin/ipfw/Makefile 1.20 +398 -976 src/sbin/ipfw/ipfw.c