bms 2007-02-08 22:58:02 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_mroute.c ip_mroute.h
Log:
Nuke the token bucket filter code. Attempting to request rate limiting
by the token bucket filter will result in EINVAL being returned.
If you want to rate-limit traffic in future, use ALTQ or dummynet; this
isn't a general purpose QoS engine.
Preserve the now unused fields in struct vif so as to avoid having to
recompile netstat(1) and other tools.
Reviewed by: Pavlin Radslavov, Bill Fenner
Revision Changes Path
1.125 +17 -291 src/sys/netinet/ip_mroute.c
1.30 +2 -21 src/sys/netinet/ip_mroute.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"