All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems with classifying packets
@ 2005-02-09 23:41 Wolfgang Meyerle
  0 siblings, 0 replies; only message in thread
From: Wolfgang Meyerle @ 2005-02-09 23:41 UTC (permalink / raw)
  To: netfilter

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-09 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-09 23:41 Problems with classifying packets Wolfgang Meyerle

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.