freebsd-nq/sbin/ipfw
Luigi Rizzo 9ef3f16d08 syntactic sugar: support range notation such as
1.2.3.4/24{5,6,7,10-20,60-90}
for set of ip addresses.
Previously you needed to specify every address in the range, which
was unconvenient and lead to very long lines.
Internally the set is still stored in the same way, just the
input and output routines are modified.

Manpage update still missing.

Perhaps a similar preprocessing step would be useful for port ranges.

MFC after: 3 days
2003-06-23 08:20:28 +00:00
..
ipfw2.c syntactic sugar: support range notation such as 2003-06-23 08:20:28 +00:00
ipfw.8 o Fix sets of rules usage example. 2003-06-23 07:48:32 +00:00
ipfw.c Make preprocessor support more generic by passing all command-line options 2002-12-23 20:08:21 +00:00
Makefile Uncommented WARNS=0. ipfw2.c is full of printf format errors that are 2002-07-11 17:33:37 +00:00