* [LARTC] problem deleting filters
@ 2002-04-07 19:23 Rob Wood
0 siblings, 0 replies; only message in thread
From: Rob Wood @ 2002-04-07 19:23 UTC (permalink / raw)
To: lartc
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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-07 19:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-07 19:23 [LARTC] problem deleting filters Rob Wood
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.