[LARTC] (no subject)

Edmund Turner eturner@monash.edu.my
Thu, 30 Oct 2003 13:51:38 +0800


Hey everyone,

I tried to mark traffic based on per subnet as to the usual per ip.
Example:
Tc class add dev eth0 parent 1:11 htb rate 400kbit ceil 500kbit prio4
Tc filter add dev eth0 parent 1:0 protocol ip prio 7 u32 dst
192.168.0.0/24 classid 1:11

After I enter this command, I did not get any errors. 
Does this mean that EACH IP belonging to that subnet will have a maximum
rate of 400kbit? 
Or does it mean that ALL the IPs in that subnet have a total of 400kbit?

Thanks in advance.

Regards
edmund