All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] how do you rate limit routable traffic without rate limiting LAN protocols like arps and igm
@ 2004-03-02  2:29 D'Annunzio, Michael A
  2004-03-02  2:59 ` [LARTC] how do you rate limit routable traffic without rate limiting Damion de Soto
  2004-03-02  5:48 ` [LARTC] how do you rate limit routable traffic without rate limiting LAN protocols like arps and D'Annunzio, Michael A
  0 siblings, 2 replies; 3+ messages in thread
From: D'Annunzio, Michael A @ 2004-03-02  2:29 UTC (permalink / raw)
  To: lartc

I'm rate limiting and prioritizing traffic upstream of a slow wan link
using htb, classic wonder shaper type stuff. I'm using the following
command for traffic that does not match any of my defined filters:

tc qdisc add dev eth0 root handle 1: htb default 50

It appears that local, non-routable traffic like arps and igmp are being
snared by this and end-up queued in the lowest priorty queue. I was
surprised that non-IP traffic would be effected by IP traffic control.
How do I prevent this local, non-routable traffic from being queued?
Since it's local, I just want it to go at line rate. I know if I remove
the default parameter, traffic not matching any filter is sent over the
root queue, but I need to have a defined default.

All the literature I've seen only covers tc filters dealing with the
protocol IP. I've tried to filter on the arp protocol (I read this
works, but not for me), got error messages:

I've tried to using u32 matches with negative offsets, but no luck.
Sorta relieved that it didn't work, cause it seemed liked a hack.

Mike

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-02  5:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-02  2:29 [LARTC] how do you rate limit routable traffic without rate limiting LAN protocols like arps and igm D'Annunzio, Michael A
2004-03-02  2:59 ` [LARTC] how do you rate limit routable traffic without rate limiting Damion de Soto
2004-03-02  5:48 ` [LARTC] how do you rate limit routable traffic without rate limiting LAN protocols like arps and D'Annunzio, Michael A

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.