All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin Schiøtz" <malinux@gmail.com>
To: lartc@vger.kernel.org
Subject: [LARTC] Classid limit at 10000
Date: Wed, 06 Jul 2005 12:39:56 +0000	[thread overview]
Message-ID: <e208f5d10507060539b356e9a@mail.gmail.com> (raw)

Hi 

I'm setting up shaping using HTB and hashkey. It seems like there is a
limit on the number of classid's at 10000?
How can I go higher than 10000?
 
This is what my output say when I reach classid number 10000:
...
...

/sbin/tc class add dev eth0 parent 2:6 classid 2:9998 htb prio 5 rate
768kbit ceil 768kbit burst 0 cburst 0

/sbin/tc qdisc add dev eth0 parent 2:9998 handle 9998: sfq perturb 4

/sbin/tc filter add dev eth0 protocol ip prio 5 parent 2:6 u32 ht
12:93: match ip dst 10.50.157.147 flowid 2:9998

/sbin/tc class add dev eth0 parent 2:6 classid 2:10000 htb prio 5 rate
768kbit ceil 768kbit burst 0 cburst 0
Error: argument "invalid class ID" is wrong: 2:10000

/sbin/tc qdisc add dev eth0 parent 2:10000 handle 10000: sfq perturb 4
Error: argument "invalid parent ID" is wrong: 2:10000

/sbin/tc filter add dev eth0 protocol ip prio 5 parent 2:6 u32 ht
12:94: match ip dst 10.50.157.148 flowid 2:10000
Illegal "classid"


Best regards,
Martin
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

             reply	other threads:[~2005-07-06 12:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-06 12:39 Martin Schiøtz [this message]
2005-07-06 12:58 ` [LARTC] Classid limit at 10000 Michał Margula
2005-07-06 13:59 ` Michał Margula

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=e208f5d10507060539b356e9a@mail.gmail.com \
    --to=malinux@gmail.com \
    --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.