Re: dummy as IMQ replacement
From: jamal <hidden>
Date: 2005-01-31 14:25:51
On Mon, 2005-01-31 at 09:14, Hasso Tepper wrote:
jamal wrote:quoted
On Mon, 2005-01-31 at 08:02, Hasso Tepper wrote:quoted
All traffic coming from eth1.101 interface.eth1.101 is an alias? You may have issues there. Maybe not if the attach to that interface worked.No, vlan.
That should be fine then
quoted
Theres other ways to do it[1] but if theres a bug in this it needs fixing.
[..]
quoted
And then later just referenced it without having to repeat the rate like so: filter add dev eth0 parent ffff: protocol ip prio 6 u32 match ip src \ 10.0.0.21/32 flowid 1:16 \ action police index 1Hmmm ... I even didn't know about index. Yes, something like that would do as well probably. I'll do some tests later today with this. Actions don't help me though as I'm using 2.4 kernel for production.
Theres an extra "index 1" in all those examples. remove the first one (I am sure you will find out when experimenting what the correct syntax is). Unfortunately this "index" thing continues to be a big secret although i have pointed it a few times. Bart should probably add it to his HOWTO. All actions also have indices and are therefore shareable. cheers, jamal