Problem with ipfw?

Hello everybody. Who can explain to me what it is?

Code:
Bump sched buckets to 65535 (was 0)
config_red called.
 
Sorry.

uname -a
Code:
FreeBSD 8.1-RELEASE-p1

This is I found in /var/log/messages
Code:
Bump sched buckets to 65535 (was 0)
config_red called.

I think that this error appeared when i added in
Code:
sysctl.conf ip.dummynet.hash_size=65535
 
To me this looks like what you configured in sysctl.conf was actually carried out, assuming that the hash_size determines the size of the 'bucket' (which is a phrase commonly used in traffic-shaping firewalls like pf and ipfw).
 
Back
Top