All of lore.kernel.org
 help / color / mirror / Atom feed
From: David DeLauro <daved@saintjoe.edu>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] unknown qdisc 'htb' ???
Date: Tue, 04 Feb 2003 14:43:34 +0000	[thread overview]
Message-ID: <marc-lartc-104436993504069@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101177192616207@msgid-missing>

On Tue, 4 Feb 2003 At 16:29 +0200, emmanuel@netlab.hut.fi Articulated:

>
> Could you tell me how did you solve your problem?

> >When I try to add some rules with HTB (f.i. tc qdisc add dev eth0 root
> >handle 1: htb default 1:1 ), I got the following error message:
> >Unknown qdisc "htb", hence option "default" is unparsable
> >


Correct me if I'm wrong but I believe the "default" option requires a
class not a parent:class combo.  When I create an htb qdisc I use the
command:

tc qdisc add dev eth1 root handle 1: htb default 40

but I suppose in your case you could use:

tc qdisc add dev eth1 root handle 1: htb default 1
// I've tried the above command and it returns just fine

peace
-- 
David DeLauro

Do not handicap your children by making their lives easy. - Robert Heinlein

When the World gains wisdom I will gain peace. - Id

When secrecy becomes a certain protection in whose shadow embryonic ideas are born and nurtured then it becomes indeed a sacred silence. For every form of life, from flower to very man himself, requires this fostering period of protected germination. - Rollin Malbone Pease

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  parent reply	other threads:[~2003-02-04 14:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-23  7:44 [LARTC] unknown qdisc 'htb' ??? Patrick Van Acker
2002-01-23  8:09 ` Stef Coene
2002-01-23 14:24 ` Patrick McHardy
2003-02-04 14:29 ` Emmanuel Guiton
2003-02-04 14:43 ` David DeLauro [this message]
2003-02-04 15:03 ` Emmanuel Guiton
2003-02-04 15:14 ` Stef Coene

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-104436993504069@msgid-missing \
    --to=daved@saintjoe.edu \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.