From: Andy Furniss <andy.furniss@dsl.pipex.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] [PATCH] mark in u32
Date: Thu, 06 Jan 2005 23:23:04 +0000 [thread overview]
Message-ID: <41DDC858.6010908@dsl.pipex.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0501051151270.8614@webhosting.rdsbv.ro>
Thomas Graf wrote:
> You don't need bitkeeper, just download the .10 and the latest patch to
> get to -bk8 then apply my patches.
>
>
>>tc filter add dev eth0 parent ffff: protocol ip prio 1 u32 match ip src
>>0.0.0.0/0 police rate 100kbit burst 10k drop flowid :1
>>
>>Works OK.
>>
>>tc filter add dev eth0 parent ffff: protocol 6 prio 1 u32 match ip src
>>0.0.0.0/0 police rate 100kbit burst 10k drop flowid :1
>
>
> Use a different prio, one that is not yet occupied by a protocol/kind
> tuple.
OK will try.
>
> CONFIG_NET_CLS_ACT_POLICE?
I can't find it! neither can grep .config
This could be it. I just deleted everything to do with 2.6.10, booted
into 2.6.9 to start again with fresh 2.6.10 source tree.
When I do make menuconfig I notice it uses defaults from
/boot/config-2.6.9 (I will remove and try again later).
So maybe this is why I can't find CONFIG_NET_CLS_ACT_POLICE ?
>>[andy@amd ~]$ grep NET_CLS /boot/config-2.6.10-3
>>CONFIG_NET_CLS=y
>>CONFIG_NET_CLS_TCINDEX=m
>>CONFIG_NET_CLS_ROUTE4=m
>>CONFIG_NET_CLS_ROUTE=y
>>CONFIG_NET_CLS_FW=m
>>CONFIG_NET_CLS_U32=m
>># CONFIG_NET_CLS_IND is not set
>>CONFIG_NET_CLS_RSVP=m
>>CONFIG_NET_CLS_RSVP6=m
>
>
> Gonna look at this, do you preload the modules and if not, do you have
> the correct modutils version etc?
Sorry - don't waste your time - I goofed my bzImage / GRUB naming so I
was loading the first one I did all along.
Andy.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2005-01-06 23:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-05 10:05 [LARTC] [PATCH] mark in u32 Catalin(ux aka Dino) BOIE
2005-01-05 14:59 ` Andy Furniss
2005-01-05 15:10 ` Thomas Graf
2005-01-05 15:25 ` Andy Furniss
2005-01-05 15:52 ` Thomas Graf
2005-01-05 16:40 ` Andy Furniss
2005-01-05 23:44 ` Stephen Hemminger
2005-01-06 8:53 ` Andy Furniss
2005-01-06 9:00 ` Andy Furniss
2005-01-06 9:50 ` Thomas Graf
2005-01-06 13:27 ` Andy Furniss
2005-01-06 16:45 ` Thomas Graf
2005-01-06 23:23 ` Andy Furniss [this message]
2005-01-06 23:25 ` Thomas Graf
2005-01-06 23:35 ` Andy Furniss
2005-01-07 2:45 ` Andy Furniss
2005-01-07 10:29 ` Andy Furniss
2005-01-08 2:34 ` Andy Furniss
2005-01-08 4:14 ` gypsy
2005-01-08 4:58 ` gypsy
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=41DDC858.6010908@dsl.pipex.com \
--to=andy.furniss@dsl.pipex.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.