From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Mueller Date: Fri, 01 Sep 2006 18:01:53 +0000 Subject: Re: [LARTC] I not find in the kernel code the code of this command Message-Id: <20060901180153.GA6342@lintera> List-Id: References: <007701c6cdd2$b0c36720$0201a8c0@PCFranco> In-Reply-To: <007701c6cdd2$b0c36720$0201a8c0@PCFranco> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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