Linux USB Driver/HTB

loosecannon

Senior Member
Joined
Jul 27, 2004
Messages
731
hi there i switched from pppoe to USB over the weekend but am now getting the following messages on 2.6.8.1 and it appears to be related to HTB any one else seen this every 14/15 seconds ...

Aug 23 07:49:57 firewall kernel: ing_filter: fixed ppp0 out ppp0
Aug 23 07:50:13 firewall kernel: ing_filter: fixed ppp0 out ppp0
Aug 23 07:50:27 firewall kernel: ing_filter: fixed ppp0 out ppp0

From ip-up
----------
/sbin/tc qdisc del dev $INT_NAME root
/sbin/tc qdisc del dev $INT_NAME handle ffff: ingress
/sbin/tc qdisc add dev $INT_NAME handle ffff: ingress
/sbin/tc filter add dev $INT_NAME parent ffff: protocol ip handle 9 fw police rate 128Kbit burst 4476 mt
u 16436 drop
/sbin/tc qdisc add dev $INT_NAME root handle 1: htb default 1
/sbin/tc class add dev $INT_NAME parent 1: classid 1:1 htb rate 128Kbit ceil 128Kbit
/sbin/tc qdisc add dev $INT_NAME parent 1:1 handle 2 sfq perturb 10
/sbin/tc filter add dev $INT_NAME parent 1: protocol ip prio 1 handle 8 fw classid 1:1
 
Top