Displaying 2 results from an estimated 2 matches for "updev".
Did you mean:
  pdev
  
2005 Jun 09
5
nesting htbs
...owards the latter so that someones web traffic
can''t borrow from the interactive traffic classes.
2.  I''ve done a test, and can''t get any traffic into the nested
classes.  Here is my code:
#1:20 LOW DELAY--CHAT DATA
#includes the minimize delay FW TOS
tc class add dev ${UPDEV} parent 1:1 classid 1:20 htb rate 200kbit
ceil ${UPCEIL}kbit burst 6k prio 1
tc filter add dev ${UPDEV} protocol ip parent 1: pref 20 u32\
       match ip tos 0x10 0xff flowid 1:20
tc filter add dev ${UPDEV} protocol ip parent 1: pref 21 handle 5 fw
classid 1:20
tc filter add dev ${UPDEV} protocol...
2005 Jul 05
1
Re: LARTC Digest, Vol 5, Issue 6
I''m not an expert, but I can tell you that when traffic shaping on a
router, you can just shape egress both ways and not mess with imq.  My
script is at
http://www.stardotstar.org/?page_id=63 
The basis are the following 2 lines where UPDEV is ppp0 and DOWNDEV is
eth0 in your case.
tc qdisc add dev ${UPDEV} root handle 1: htb default 100 r2q 1
tc qdisc add dev ${DOWNDEV} root handle 1: htb default 100 r2q 1
Edward
> Message: 2
> Date: Mon, 04 Jul 2005 12:40:11 +0200
> From: Andre Heider <a.heider@gmail.com>
> se...