Luigi Rizzo 830cc17841 Two main changes here:
+ implement "limit" rules, which permit to limit the number of sessions
   between certain host pairs (according to masks). These are a special
   type of stateful rules, which might be of interest in some cases.
   See the ipfw manpage for details.

 + merge the list pointers and ipfw rule descriptors in the kernel, so
   the code is smaller, faster and more readable. This patch basically
   consists in replacing "foo->rule->bar" with "rule->bar" all over
   the place.
   I have been willing to do this for ages!

MFC after: 1 week
2001-09-27 23:44:27 +00:00
..
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-04-07 11:21:35 +00:00
2001-09-05 15:37:01 +00:00
2001-07-15 07:53:42 +00:00
2001-08-22 14:16:31 +00:00
2001-07-19 17:06:19 +00:00
2001-07-15 07:53:42 +00:00
2001-09-27 23:44:27 +00:00
2001-07-15 07:53:42 +00:00
2001-06-24 23:31:07 +00:00
2001-07-28 20:50:21 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-08-07 15:48:51 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-07-23 12:05:27 +00:00
2001-07-15 07:53:42 +00:00
2001-06-16 07:16:14 +00:00
2001-08-31 12:31:09 +00:00
2001-08-13 21:56:09 +00:00
2001-06-11 12:39:29 +00:00
2001-07-15 07:53:42 +00:00
2001-07-24 11:40:18 +00:00