freebsd-dev/sbin/ipfw
Luigi Rizzo 3c0c871777 Start splitting the monster file in smaller blocks.
In this episode:
- introduce a common header with a minimal set of common definitions;
- bring the main() function and options parser in main.c
- rename the main functions with an ipfw_ prefix

No code changes except for the introduction of a global variable,
resvd_set_number, which stores the RESVD_SET value from ip_fw.h
and is used to remove the dependency of main.c from ip_fw.h
(and the subtree of dependencies) for just a single constant.
2009-01-27 10:18:55 +00:00
..
ipfw2.c Start splitting the monster file in smaller blocks. 2009-01-27 10:18:55 +00:00
ipfw2.h Start splitting the monster file in smaller blocks. 2009-01-27 10:18:55 +00:00
ipfw.8 Update the ipfw man page to reflect last change (-q option with nat option). 2008-12-18 21:46:18 +00:00
main.c Start splitting the monster file in smaller blocks. 2009-01-27 10:18:55 +00:00
Makefile Start splitting the monster file in smaller blocks. 2009-01-27 10:18:55 +00:00