tcf_action_destroy destroying

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,lartc
 
I used iproute-060110 with iptables1.3.4 on gentoo 2005r1 kernel 2.6.14-5.
I find some error messages in system logfile:
 
HTB: quantum of class 10001 is big. Consider r2q change.
HTB: quantum of class 10010 is big. Consider r2q change.
tcf_action_init_1: successfull police
HTB: quantum of class 20001 is big. Consider r2q change.
HTB: quantum of class 20020 is big. Consider r2q change.
HTB: quantum of class 10001 is big. Consider r2q change.
HTB: quantum of class 10010 is big. Consider r2q change.
tcf_action_destroy destroying dcf0ba60 next 00000000
tcf_action_init_1: successfull police
HTB: quantum of class 20001 is big. Consider r2q change.
HTB: quantum of class 20020 is big. Consider r2q change.
 
and this is my script:
 
/root/ct/sbin/ct qdisc del dev eth0 root ;
/root/ct/sbin/ct qdisc del dev eth0 ingress ;
/root/ct/sbin/ct qdisc add dev eth0 root handle 1: htb default 10 r2q 1;
/root/ct/sbin/ct class add dev eth0 parent 1: classid 1:1  htb rate 10000kbps;
/root/ct/sbin/ct class add dev eth0 parent 1:1 classid 1:10 htb rate 9990kbps ceil 10000kbps;
/root/ct/sbin/ct class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbps;
/root/ct/sbin/ct qdisc add dev eth0 parent 1:10 handle 13: sfq perturb 5;
/root/ct/sbin/ct qdisc add dev eth0 parent 1:11 handle 14: sfq perturb 5;
/root/ct/sbin/ct filter add dev eth0 parent 1: protocol ip handle 1 fw classid 1:10;
/root/ct/sbin/ct filter add dev eth0 parent 1: protocol ip handle 2 fw classid 1:11;
/root/ct/sbin/ct qdisc del dev eth1 root;
/root/ct/sbin/ct qdisc add dev eth1 root handle 2: htb default 20 r2q 1;
/root/ct/sbin/ct class add dev eth1 parent 2: classid 2:1 htb rate 10000kbps;
/root/ct/sbin/ct class add dev eth1 parent 2:1 classid 2:20 htb rate 990kbps ceil 10000kbps;
/root/ct/sbin/ct class add dev eth1 parent 2:1 classid 2:21 htb rate 100kbps;
/root/ct/sbin/ct qdisc add dev eth1 parent 2:20 handle 15: sfq perturb 5;
/root/ct/sbin/ct qdisc add dev eth1 parent 2:21 handle 16: sfq perturb 5;
/root/ct/sbin/ct filter add dev eth1 parent 2: protocol ip handle 3 fw classid 2:20;
/root/ct/sbin/ct filter add dev eth1 parent 2: protocol ip handle 4 fw classid 2:21;
iptables -t mangle -F;
iptables -F;
iptables -t mangle -A FORWARD -m physdev --physdev-in eth1 --physdev-out eth0 -m layer7 --l7proto bittorrent -j  MARK  --set-mark 0x2 ;
iptables -t mangle -A FORWARD -m physdev --physdev-in eth1 --physdev-out eth0 -m layer7 --l7proto bittorrent -j  RETURN;
iptables -t mangle -A FORWARD -m physdev --physdev-in eth0 --physdev-out eth1 -m layer7 --l7proto bittorrent -j  MARK  --set-mark 0x4 ;
iptables -t mangle -A FORWARD -m physdev --physdev-in eth0 --physdev-out eth1 -m layer7 --l7proto bittorrent -j RETURN;
thanks your help.


雅虎1G免费邮箱百分百防垃圾信
雅虎助手-搜索、杀毒、防骚扰
_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux