-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everybody! I am wondering, whether it is possible to have qdiscs and classes as childs of a class or not. take the following example: ~ ,----- ~ | class 1:1 ~ | / \ ~ | / \ ~ | / \ ~ | class 1:10 qdisc 11: ~ | / \ ~ | ... ... ~ `----- does this makes any sense? greetings from germany, Marcus - -- ~ s(c,t){return isalpha(c)&&t?/* Marcus Fritzsch <marcus.fritzsch@gmx.net> ICQ:53118621 WWW:fritschy.de ~ GnuPG: gpg --keyserver sks.keyserver.penguin.de --recv-keys 98A1D365 */s(65-c&&97-c?--c:c+25,--t):c;}main(){for(;;)putchar(s(getchar(),13));} -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCSa838lT6s5ih02URAvWQAKDR0uh0FsymiHotKpY1mEu//nmLRgCgz7t+ RDSVB1sZXs0CZ2PhDlZssBc=EhUQ -----END PGP SIGNATURE-----
Marcus Fritzsch wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello everybody! > > I am wondering, whether it is possible to have qdiscs and classes as > childs of a class or not. > > take the following example: > > ~ ,----- > ~ | class 1:1 > ~ | / \ > ~ | / \ > ~ | / \ > ~ | class 1:10 qdisc 11: > ~ | / \ > ~ | ... ... > ~ `----- > > does this makes any sense?You can do a queue within a queue with htb see section 6 - http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm You will need to double up on filters - ie. you can''t filter directly from root queue to subclass of child queue. Andy.
Andy Furniss wrote:> > You can do a queue within a queue with htb see section 6 -> > http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm Oops it''s not a queue within a queue. I just tried it, but it may be all you need - depending what you need to do that for :-) Andy.