Changes:
- Add option to set packets per second limits instead of default bits
per second ones.
- Improve performance.
- Fix node stats in shape mode.
Submitted by: maintainer
- Fix compatibility with FreeBSD 5.x
- Install a kernel module in /boot/modules
- Fix possible races with ldconfig in rc.d script
- Change a maintainer email on @FreeBSD.org one
Submitted by: mav
The ng_car netgraph module is a "Committed Access Rate" iplementation for
netgraph. It provides an easy way to use a network interface at a rate below
its specification. It uses a token bucket algorithm to measure and classify the
network packets flowing through it.
PR: 87098
Submitted by: Nuno Antunes <nuno.antunes@gmail.com>