From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarek Poplawski Date: Wed, 16 Aug 2006 10:16:24 +0000 Subject: [LARTC] Re: tc filter Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org On 10-08-2006 15:38, Jarek Poplawski wrote: ... > # tc filter add dev eth0 parent 1: proto ip pref 100 \ > u32 match ip dst 192.168.1.222 police drop Should be: # tc filter add dev eth0 parent 1: proto ip pref 100 \ u32 match ip dst 192.168.1.222 flowid 1: police \ conform-exceed drop/drop or: # tc filter add dev eth0 parent 1: proto ip pref 100 \ u32 match ip dst 192.168.1.222 flowid 1: action drop Jarek P. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc