From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin BOIE Date: Mon, 14 Apr 2003 06:33:11 +0000 Subject: Re: [LARTC] Filtering packets with U32 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 Sun, 13 Apr 2003, openings wrote: > hi. > > I want to filter packets that's source address is 192.168.0.1 or 192.168.0.25 or 192.168.0.0/28. > > # tc filter add dev eth0 parent 1: protocol ip prio 1 u32 match ip src 192.168.0.1 flow id 1:30 > # tc filter add dev eth0 parent 1: protocol ip prio 1 u32 match ip src 192.168.0.25 flow id 1:30 > # tc filter add dev eth0 parent 1: protocol ip prio 1 u32 match ip src 192.168.0.0/28 flow id 1:30 > > But the above command need to execute tc three times. > > Can I filtering it with one line tc command? You can try -batch switch. It takes a file to pasrse and run commands from there. So, you can run once tc command... --- Catalin(ux) BOIE catab@deuroconsult.ro _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/