From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luciano Lima Date: Mon, 28 Jun 2004 12:05:51 +0000 Subject: [LARTC] Multiple police rates Message-Id: <40E0099F.3090006@elo.com.br> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi all, I'd like to have multiple polices in an interface with different src address, like that: tc qdisc add dev eth4 handle ffff: ingress tc filter add dev eth4 parent ffff: protocol ip prio 5 u32 match ip src \ 192.168.18.0/24 police rate 128kbit burst 10k drop flowid :1 tc filter add dev eth4 parent ffff: protocol ip prio 5 u32 match ip src \ 192.168.36.0/24 police rate 128kbit burst 10k drop flowid :1 In this case, only the last police filter is taking effect. Why ? Isn't it possible ? Thanks a lot, Luciano Lima. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/