Displaying 2 results from an estimated 2 matches for "htb2_util".
2004 Jan 16
0
iproute2 source compiling problem
...int_opt'' previously defined here
q_htb.c:578: redefinition of `htb_print_xstats''
q_htb.c:272: `htb_print_xstats'' previously defined here
q_htb.c:593: redefinition of `htb_util''
q_htb.c:287: `htb_util'' previously defined here
q_htb.c:604: redefinition of `htb2_util''
q_htb.c:298: `htb2_util'' previously defined here
q_htb.c:644: redefinition of `explain''
q_htb.c:338: `explain'' previously defined here
q_htb.c:663: redefinition of `explain1''
q_htb.c:357: `explain1'' previously defined here
q_htb.c:672: redefini...
2007 May 04
0
Pls help on Shorewall installation
...You have new mail in /var/spool/mail/root
[root at gateway sched]# strings /sbin/tc | grep htb
htb2
Usage: ... qdisc add ... htb [default N] [r2q N]
... class add ... htb rate R1 [burst B1] [mpu B] [overhead O]
htb: failed to calculate ceil rate table.
htb: failed to calculate rate table.
htb_util
htb2_util
I follow the configuration from the howto:
tcdevices:
#INTERFACE ? ? ?IN-BANDWITH ? ? OUT-BANDWIDTH
eth0 ? ? ? ? ? ?300kbps ? ? ? ? 64kbps
tcclasses:
#INTERFACE ? ? ?MARK ? ?RATE ? ?CEIL ? ?PRIORITY ? ? ? ?OPTIONS
eth0 ? ? ? ? ? ?1 ? ? ? full ? ?full ? ?1 ? ? ? ? ? ? ?
tcp-ack,tos-minimize-delay...