From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Furniss Date: Mon, 07 Aug 2006 15:06:01 +0000 Subject: Re: [LARTC] tc filter Message-Id: <44D756D9.8070603@andyfurniss.entadsl.com> 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 doudouyam wrote: > Hi, > Is it possible to make a filter with tc which exclude an IP like > iptables ?? > > ex: > iptable -t mangle -A PREROUTING -i eth0 -d ! 192.168.1.222 -j MARK ... > > I try the ! with tc but it doesn't work. > Thanks, > doude. Not directly, but you can just match the address then follow it with a filter that matches everything else. Andy. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc