Hello! I was always using "default" in HTB to choose default class, but now I need to do it with filters. Tried following command: # tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2 Unknown filter "flowid", hence option "10:2" is unparsable It is from example in LARTC Howto. My question is then - how to make a filter matching all without eating too much CPU cycles? Thanks -- Michał Margula, alchemyx@uznam.net.pl, http://alchemyx.uznam.net.pl/ "W życiu piękne są tylko chwile" [Ryszard Riedel]
I use this one for "match anything" http://mailman.ds9a.nl/pipermail/lartc/2005q3/016774.html Andreas Quoting Michał Margula <alchemyx@uznam.net.pl>:> Hello! > > I was always using "default" in HTB to choose default class, but now I > need to do it with filters. Tried following command: > > # tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2 > Unknown filter "flowid", hence option "10:2" is unparsable > > It is from example in LARTC Howto. > > My question is then - how to make a filter matching all without eating > too much CPU cycles? > > Thanks > > -- > Michał Margula, alchemyx@uznam.net.pl, http://alchemyx.uznam.net.pl/ > "W życiu piękne są tylko chwile" [Ryszard Riedel] > _______________________________________________ > LARTC mailing list > LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc