From: Mathieu Deziel <mathieu.deziel@crc.ca>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Marking and bandwidth share
Date: Wed, 04 Dec 2002 12:31:20 +0000 [thread overview]
Message-ID: <marc-lartc-103900518723628@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103886511824516@msgid-missing>
Kaustubh,
Here is how I do it:
Incoming packets ---> Classifier (u32 filter) ---> schedule (e.g., HTB)
---> DSCP marking (dsmark)
If you absolutely need to mark before the "scheduling", than maybe you can use
iptable.
Mathieu.
> I am trying to figure out a way to accomplish both DSCP marking and
> bandwidth sharing at an edge router; the packets will first be classified
> based on IP address, ports, etc. So, the tc set-up would be something like:
>
> Incoming packets ---> Classifier (u32 filter) ---> DSCP marking
> (dsmark) ---> schedule (e.g., HTB)
>
> I am a little confused on how to schedule packets into appropriate HTB class
> after dsmark?? Or is there an alternate way?
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
prev parent reply other threads:[~2002-12-04 12:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-02 21:42 [LARTC] Marking and bandwidth share Kaustubh Phanse
2002-12-04 12:31 ` Mathieu Deziel [this message]
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-103900518723628@msgid-missing \
--to=mathieu.deziel@crc.ca \
--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.