All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] I not find in the kernel code the code of this command
@ 2006-09-01 14:27 Franco
  2006-09-01 18:01 ` Andreas Mueller
  2006-09-01 20:09 ` Franco
  0 siblings, 2 replies; 3+ messages in thread
From: Franco @ 2006-09-01 14:27 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 450 bytes --]

Hi!,
My problem is this:
I'm searching, in kernel code, the code that implement thi command:

tc filter add dev eth2 parent ffff: protocol ip prio 1 u32 match ip src 0.0.0.0/0 police rate $1 burst $2 drop flowid :1

I thought that this code was police.c but seem that it isn't
i must implement a proc file in the code and recompiling the kernel.

Please send eventual response to my mail address (franco.daje@virgilio.it)

Thanks

Franco

[-- Attachment #1.2: Type: text/html, Size: 1472 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LARTC] I not find in the kernel code the code of this command
  2006-09-01 14:27 [LARTC] I not find in the kernel code the code of this command Franco
@ 2006-09-01 18:01 ` Andreas Mueller
  2006-09-01 20:09 ` Franco
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Mueller @ 2006-09-01 18:01 UTC (permalink / raw)
  To: lartc

Franco wrote:
> Hi!,
> My problem is this:
> I'm searching, in kernel code, the code that implement thi command:
> 
> tc filter add dev eth2 parent ffff: protocol ip prio 1 u32 match ip src 0.0.0.0/0 police rate $1 burst $2 drop flowid :1
> 
> I thought that this code was police.c but seem that it isn't
> i must implement a proc file in the code and recompiling the kernel.
> 
> Please send eventual response to my mail address (franco.daje@virgilio.it)
> 
> Thanks
> 
> Franco

> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

In 2.6.17.11 it should be in net/sched/act_police.c .

Andreas
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LARTC] I not find in the kernel code the code of this command
  2006-09-01 14:27 [LARTC] I not find in the kernel code the code of this command Franco
  2006-09-01 18:01 ` Andreas Mueller
@ 2006-09-01 20:09 ` Franco
  1 sibling, 0 replies; 3+ messages in thread
From: Franco @ 2006-09-01 20:09 UTC (permalink / raw)
  To: lartc

very thanks for the help!
But i'm using linux-2.6.11-6MDK and in net/sched there isn't act_police.c



> Franco wrote:
>> Hi!,
>> My problem is this:
>> I'm searching, in kernel code, the code that implement thi command:
>>
>> tc filter add dev eth2 parent ffff: protocol ip prio 1 u32 match ip src 
>> 0.0.0.0/0 police rate $1 burst $2 drop flowid :1
>>
>> I thought that this code was police.c but seem that it isn't
>> i must implement a proc file in the code and recompiling the kernel.
>>
>> Please send eventual response to my mail address 
>> (franco.daje@virgilio.it)
>>
>> Thanks
>>
>> Franco
>
>> _______________________________________________
>> LARTC mailing list
>> LARTC@mailman.ds9a.nl
>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
> In 2.6.17.11 it should be in net/sched/act_police.c .
>
> Andreas
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
> __________ Informazione NOD32 1.1607 (20060619) __________
>
> Questo messaggio  è stato controllato dal Sistema Antivirus NOD32
> http://www.nod32.it
>
> 

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-01 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-01 14:27 [LARTC] I not find in the kernel code the code of this command Franco
2006-09-01 18:01 ` Andreas Mueller
2006-09-01 20:09 ` Franco

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.