cvs commit: src/sys/netinet ip_mroute.c ip_mroute.h
Bruce M Simpson
bms at FreeBSD.org
Thu Feb 8 22:58:03 UTC 2007
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
More information about the cvs-src
mailing list