From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Aernoudt tom.aernoudt@intec.rug.ac.be Date: Tue, 23 Jan 2001 14:13:47 +0000 Subject: [LARTC] fw filter Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org
I need a filter for the packets that weren't marked by the firewall rules:

 eg. $TC filter add dev $DEV parent 2:0 protocol ip prio 1 handle 0 fw
classid 2:6

But this doesn't work, it gives an error. It's the 'handle 0' that causes
the problems, if I change this into
eg handle 1 or so I don't receive an error. 
How do I have to set up a filter for the unmarked packets?
Thanks,
Tom Aernoudt