freebsd-dev/sbin/ipfw
Luigi Rizzo 4f1e3c3c4c Fix a couple of problems which could cause panics at runtime:
+ setting a bandwidth too large for a pipe (above 2Gbit/s) could
   cause the internal representation (which is int) to wrap to a
   negative number, causing an infinite loop in the kernel;

 + (see PR bin/35628): when configuring RED parameters for a queue,
   the values are not passed to the kernel resulting in panics at
   runtime (part of the problem here is also that the kernel does
   not check for valid parameters being passed, but this will be
   fixed in a separate commit).

These are both critical fixes which need to be merged into 4.6-RELEASE.

MFC after: 1 day
2002-05-05 21:34:10 +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 Fix a couple of problems which could cause panics at runtime: 2002-05-05 21:34:10 +00:00
Makefile Default to WARNS=2. 2001-12-04 02:19:58 +00:00