[LARTC] help, HTB2 and filter ?

2002-10-14 Thread lihpc
Hi ; HTB2 patch for kernel 2.2.17 HTB2 patch for iproute2 Here is my script : tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 10£º htb default 20 tc class add dev eth0 parent 10: classid:10:1 htb rate 90mbit ceil 90mbit burst 2000 tc

Re: [LARTC] help, HTB2 and filter ?

2002-10-14 Thread Martin Devera
BUT: tc filter add dev eth1 protocol ip parent 10:1 prio 1 handle 100 fw classid 10:100 OUTPUT : RTNETLINK answers: Invaid argument cls_fw is not loaded ? (quick guess only). devik ___ LARTC mailing list / [EMAIL PROTECTED]

[LARTC] : Re: [LARTC] help, HTB2 and filter ?

2002-10-14 Thread lihpc
BUT: tc filter add dev eth1 protocol ip parent 10:1 prio 1 handle 100 fw classid 10:100 OUTPUT : RTNETLINK answers: Invaid argument cls_fw is not loaded ? (quick guess only). devik tc filter add dev eth1 protocol ip parent 10:1 prio 1 fw can run !!