Re: [LARTC] Shaping traffic over a linux bridge

2003-05-30 Thread Hugh Buchanan
w just a matter of setting up all of the classes/rules for the 200+ MAC addresses I'll be shaping. Hugh Hugh Buchanan wrote: I should add some additional comments. I have gone through most of the LARTC archives dealing with tc.. it seems a lot of people have attempted this, but no one ever p

Re: [LARTC] Shaping traffic over a linux bridge

2003-05-27 Thread Hugh Buchanan
something. Hugh Hugh Buchanan wrote: Greetings, I am using tc/cbq to do some traffic shaping over a linux bridge. My system is running the 2.4.20 kernel with the latest bridge-nf and ebtables patches. I am also running ebtables 2.0.3 and iptables 1.2.8. Last week, since I had yet to discove

[LARTC] Shaping traffic over a linux bridge

2003-05-27 Thread Hugh Buchanan
bounded echo "Adding tc filters" tc filter add $DEV parent 10: protocol ip prio 3 handle 1 fw classid 10:2 tc filter add $DEV parent 10: protocol ip prio 3 handle 2 fw classid 10:2 tc filter add $DEV parent 20: protocol ip prio 3 handle 1 fw classid 20:20 tc filter add $DEV par