All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Meyerle <procrash@neusob.de>
To: netfilter@lists.netfilter.org
Subject: Problems with classifying packets
Date: Thu, 10 Feb 2005 00:41:30 +0100	[thread overview]
Message-ID: <420A9FAA.5060004@neusob.de> (raw)

Hi I'm using iptables v1.2.11 under Kernel 2.6.10 and I'm really getting 
in trouble trying out something with qos.
If I mark packages with
iptables -t mangle -A POSTROUTING -o eth0 -p tcp --dport 80 -j MARK 
--set-mark 0x1
and try to classify them with
tc filter add dev eth0 parent 1: protocol ip prio 1 handle 0x1 fw flowid 1:1
then no packages are classified.
I'm using a structure of a htb qdisc. But it seems that only the default 
value is sorting the packages but nothing depends on my marking values.
Is this an error?

If I classify the things directly with iptables .. -j CLASSIFY 1:1 then  
everything works great.

Any Ideas???

Greets
Wolfgang Meyerle


                 reply	other threads:[~2005-02-09 23:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=420A9FAA.5060004@neusob.de \
    --to=procrash@neusob.de \
    --cc=netfilter@lists.netfilter.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.