Displaying 1 result from an estimated 1 matches for "gc_thresh_".
Did you mean:
gc_thresh1
2004 Jan 31
5
tc filter protocol arp question
Hello,
I try to shape dhcp requests, but filter rule don''t work. My script is:
# Init Shaper for dev eth1
tc qdisc del dev eth1 root
# Init shaper root for dev eth1
tc qdisc add dev eth1 root handle 2: htb default 200
# Default shaper for dev eth1
tc class add dev eth1 parent 2:0 classid 2:200 htb rate 10Mbit prio 10
tc qdisc add dev eth1 parent 2:200 sfq perturb 10
# Init DHCPD