freebsd-dev/sbin/ipfw
Luigi Rizzo 52bc23ab8a Two bugfixes:
+ the header file contains two different opcodes (O_IPOPTS and O_IPOPT)
    for what is the same thing, and sure enough i used one in the kernel
    and the other one in userland. Be consistent!

  + "keep-state" and "limit" must be the last match pattern in a rule,
    so no matter how you enter them move them to the end of the rule.
2002-07-31 22:31:47 +00:00
..
ipfw2.c Two bugfixes: 2002-07-31 22:31:47 +00:00
ipfw.8 Add SEE ALSO references to papers handling RED. 2002-07-25 09:37:11 +00:00
ipfw.c Handle symbolic names for common ethernet types (ip, arp etc.) 2002-05-13 10:19:59 +00:00
Makefile Uncommented WARNS=0. ipfw2.c is full of printf format errors that are 2002-07-11 17:33:37 +00:00