On Monday 15 April 2002 11:02, Stef Coene wrote: > tc filter add dev eth0 parent 1: protocol ip prio 3 handle 2 fw classid > 10:11 Will put all packets marked with 21 in the class 10:11 Oops :) (still party time in my head)
tc filter add dev eth0 parent 1: protocol ip prio 3 handle 21 fw classid 10:11 Will put all packets marked with 21 in the class 10:11 Stef _______________________________________________ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
