All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hariett Jones <hariett.jones@wp.pl>
To: lartc@vger.kernel.org
Subject: [LARTC] can't understand howto example
Date: Thu, 21 Oct 2004 07:23:47 +0000	[thread overview]
Message-ID: <41776403.9040504@wp.pl> (raw)

tc class add dev $DEV parent 1: classid 1:1 htb rate ${UPLINK}kbit burst 6k

tc qdisc add dev $DEV handle ffff: ingress

tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \
  0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1

why does the download is being sent to class 1 which is limited by uplink ?
why the rate is being mentioned in filter and in class ?

copied from : http://lartc.org/howto/lartc.cookbook.ultimate-tc.html#AEN2241



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

             reply	other threads:[~2004-10-21  7:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-21  7:23 Hariett Jones [this message]
2004-10-21 19:22 ` [LARTC] can't understand howto example 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=41776403.9040504@wp.pl \
    --to=hariett.jones@wp.pl \
    --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.