From 18750f03542b6c804f678f3b4fc1d4b4405fa79a Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 2 Jun 1997 05:02:37 +0000 Subject: Submitted by: Whistle Communications (archie Cobbs) these are quite extensive additions to the ipfw code. they include a change to the API because the old method was broken, but the user view is kept the same. The new code allows a particular match to skip forward to a particular line number, so that blocks of rules can be used without checking all the intervening rules. There are also many more ways of rejecting connections especially TCP related, and many many more ... see the man page for a complete description. --- sbin/ipfw/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/ipfw/Makefile') diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 3effc23..1bc6fa4 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,5 +1,7 @@ PROG= ipfw +COPTS+= -Wall + MAN8= ipfw.8 .include -- cgit v1.1