From: "Folke Aeon" <aeon_folke@hotmail.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] can anyone help me to solve this problem?
Date: Sat, 26 Oct 2002 04:05:20 +0000 [thread overview]
Message-ID: <marc-lartc-103560518926453@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103555834517971@msgid-missing>
>Folke Aeon wrote:
> > i still want to know whether i can mark the
> > dscp at the ingress qdisc or not
>
>No, you can't. You might be able to perform the same classification
why not ? can't i port some of the dsmark functions to
the ingress qdisc to do this? for you see the following
will return the :1 as tcindex value , is that it?
tc qdisc add dev eth0 handle ffff: ingress
tc filter add dev eth0 parent ffff: protocol ip prio 2 u32 \
match ip ....
flowid :1
then why can't i make to it return a value as the dscp value
and directly stores it into the TOS field in the ip header?
if this is possible, would you please give me some
instructions on how to achieve this?
>at egress, though. If all else fails, you might be able to
>accomplish some marking based on ingress decisions with IMQ.
can IMQ classify packets based on their RATE and BURST ?
if it cannot , then it wouldn't do any help to me . :(
>(Well, or fix MPLS to preserve skb->tc_index.)
to be frank i am not quite familiar with this stuff.
i just do everything according to the installation guide
shipped with the mpls-patch downloaded at sf.net/mpls-linux/ :(
_________________________________________________________________
Unlimited Internet access -- and 2 months free! Try MSN.
http://resourcecenter.msn.com/access/plans/2monthsfree.asp
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2002-10-26 4:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-25 15:04 [LARTC] can anyone help me to solve this problem? Folke Aeon
2002-10-25 17:39 ` Werner Almesberger
2002-10-26 1:39 ` Folke Aeon
2002-10-26 2:27 ` Folke Aeon
2002-10-26 2:37 ` Werner Almesberger
2002-10-26 3:34 ` Werner Almesberger
2002-10-26 4:05 ` Folke Aeon [this message]
2002-10-26 13:57 ` Folke Aeon
2002-10-26 16:37 ` Werner Almesberger
2002-10-26 16:49 ` Werner Almesberger
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-103560518926453@msgid-missing \
--to=aeon_folke@hotmail.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.