tc_config provides a set of scripts for Linux traffic control.
tc_config is set of scripts for Linux 2.4+ traffic control configuration on Red Hat systems and (hopefully) derivatives. It uses cbq qdisc as root one, and sfq qdisc at the leaves.
It includes the snmp_pass utility for getting stats on traffic control via SNMP.
Run: 'rpm -tb tc-config-0.6.tar.gz' (rmpbuild on redhat 8+ systems).
After package will be built, run
rpm -Uvh /usr/src/redhat/RPMS/i386/tc-config-0.6-1.i386.rpm'.
Requirements:
· libsplit
· snmp_pass
What's New in This Release:
· Added ability to use imq (Added optional INTERNET_SIDE_DEV and CLIENT_SIDE_DEV parameters). It is usefull (I hope) if we need to shape traffic for pppoe clients on one of eth interfaces.
· From_client packets marked on ppp+ devices (CLIENT_SIDE_INT), and to_client packets shaped on imq0 device (CLIENT_SIDE_DEV). Fixed compilation with kernel 2.4.22.
Product's homepage