I''ve got a linux (2.6.18-8.1.6.el5.centos.plus) router doing pppoe termination and HTB rate limiting. the number of connections has grown quite a bit in the last few months, and I''m now getting a: HTB tree is too deep message on the monitor. where is the setting for max depth?
I''ve got a linux (2.6.18-8.1.6.el5.centos.plus) router doing pppoe termination and HTB rate limiting. the number of connections has grown quite a bit in the last few months, and I''m now getting a: HTB tree is too deep message on the monitor. where is the setting for max depth? _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
Marco C. Coelho wrote:> I''ve got a linux (2.6.18-8.1.6.el5.centos.plus) router doing pppoe > termination and HTB rate limiting. > > the number of connections has grown quite a bit in the last few months, > and I''m now getting a: > > HTB tree is too deep > > message on the monitor. > > where is the setting for max depth?There is a define in both the kernel and iproute2''s copy of the headers - I don''t know if you need to do both and recompile both kernel and tc. include/linux/pkt_sched.h:#define TC_HTB_MAXDEPTH 8 Andy.