From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Date: Sun, 12 Jun 2005 21:16:22 +0000 Subject: [LARTC] Is it possible to throw all not matched traffic to selected Message-Id: <42ACA626.2060505@tlen.pl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org I have some filters.. like this: $TC filter add dev $dev_isp protocol ip parent 3:0 pref 3 u32 match ip protocol 6 0xff match ip sport $prt 0xffff flowid 3:2 I throw only few types of packets to 3:2, all other traffic I want to put on 3:3, but this doesn't work(!): $TC filter add dev $dev_isp protocol ip parent 3:0 pref 4 flowid 3:2 When type that command I have this: Unknown filter "flowid", hence option "3:3" is unparsable What should I do to put all other traffic (not matched by my filters) to 3:3? _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc