From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Wood Date: Sun, 07 Apr 2002 19:23:52 +0000 Subject: [LARTC] problem deleting filters 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 have setup some qdiscs and filters more or less straight from the howto. they work pretty good. however, when i delete one filter or all of them, they all appear to be deleted (as shown by "tc filter show dev ppp0"). the real problem is, that as soon as i recreate a single filter, all the deleted filters reappear along with the new one. thus i have an ever increasing set of filters. I noticed the problem when trying to create a default filter to send all previously unfiltered packets to the lowest priority queue. the default seems to be the middle priority, and the syntax in the howto seems to be incorrect. the following is from the advanced routing howto: tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match ip dport 22 0xffff flowid 10:1 tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match ip sport 80 0xffff flowid 10:1 tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2 the last line causes the errror: "Unknown filter "flowid", hence option "10:2" is unparsable" Any help is appreciated. Rob ps, i did find another guy with a similar problem, but no solution (http://www.uwsg.iu.edu/hypermail/linux/net/0012.0/0019.html) _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/