Re: [LARTC] problem with filters - packets 'slipping' through them when they shouldn't

2005-05-04 Thread Marcin Kałuża
Thanks :) I didn't think of that :) Martin On Tuesday 03 May 2005 15:38, you wrote: If you don't want use default you could classify with a TC filter protocol arp u32 match u32 0 0 Andy. ___ LARTC mailing list LARTC@mailman.ds9a.nl

[LARTC] problem with filters - packets 'slipping' through them when they shouldn't

2005-05-03 Thread Marcin Kałuża
Hi! I'm trying to shape my internet connection traffic using hsfc and I've encountered the following problem (may not be connected with hfsc). on my lan interface I shape incoming traffic like this: tc qdisc add root dev eth1 handle 1: hfsc default 1003 tc class add dev eth1 parent 1:0 classid

Re: [LARTC] problem with filters - packets 'slipping' through them when they shouldn't

2005-05-03 Thread Andy Furniss
Marcin Kaua wrote: Hi! I'm trying to shape my internet connection traffic using hsfc and I've encountered the following problem (may not be connected with hfsc). on my lan interface I shape incoming traffic like this: tc qdisc add root dev eth1 handle 1: hfsc default 1003 tc class add dev eth1