freebsd-dev/sbin/ipfw
Luigi Rizzo d61ee39cd5 Main functional change is the implementation of matching of MAC header
fields as discussed in the commit to ip_fw.c:1.186

On top of this, a ton of non functional changes to clean up the code,
write functions to replace sections of code that were replicated
multiple times (e.g. the printing or matching of flags and options),
splitting long sections of inlined code into separate functions,
and the like.

I have tested the code quite a bit, but some typos (using one variable
in place of another) might have escaped.

The "embedded manpage" is a bit inconsistent, but i am leaving fixing
it for later. The current format makes no sense, it is over 40 lines
long and practically unreadable. We can either split it into sections
( ipfw -h options  , ipfw -h pipe , ipfw -h queue ...)
or remove it altogether and refer to the manpage.
2002-05-12 20:52:21 +00:00
..
ipfw.8 Enlighten those who read the FINE POINTS of the documentation a bit 2002-05-01 06:29:16 +00:00
ipfw.c Main functional change is the implementation of matching of MAC header 2002-05-12 20:52:21 +00:00
Makefile Default to WARNS=2. 2001-12-04 02:19:58 +00:00