Ok here is solution.
1) the filter is not swallowed. For inner filters you
have to use "tc filter show dev lo parent 1:1". If
you miss parent keyword nothing will be shown.
2) the code you attached can''t work. You wanted to use
"default"
keyword to direct packets into 1:1 and then use filter attached
to 1:1. It can''t be done. default is resolved as last instance
and MUST point to a LEAF. No other resolution is done then.
To solve your prob use catchall u32 filter (src 0.0.0.0 0 f.e.).
on 1: and flowid 1:1.
devik
On Mon, 1 Jul 2002, Oswald Buddenhagen wrote:
> On Mon, Jul 01, 2002 at 04:46:12PM +0200, Martin Devera wrote:
> > probably I can. but you have to create test case as simple as
> > possible.
> >
> it can''t get simpler than the attached, i guess ... :)
> as opposed to my previous observations, filters attached to classes of
> of the root qdisc are "swallowed" as well (that means, they
don''t even
> show up in "tc filter show dev eth0").
>
> > I can''t dig thru long codes .. no time. you know ..
> >
> yeah, i know this pain.
>
> greetings
>
> --
> Hi! I''m a .signature virus! Copy me into your ~/.signature,
please!
> --
> Chaos, panic, and disorder - my work here is done.
>