e4676ba603
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.
8 lines
66 B
Makefile
8 lines
66 B
Makefile
PROG= ipfw
|
|
|
|
COPTS+= -Wall
|
|
|
|
MAN8= ipfw.8
|
|
|
|
.include <bsd.prog.mk>
|