On 16.05.2012 05:38, Marlon Bastida wrote:
Hi, I need to create delay pools to do bandwith control.
Considered TOS or QoS functionality of Squid? it tends to work better than delay pools.
How can I do to use IP ranges on acl src statements? Not netmasks bits /24.
Hmm. Question unrelated to delay pools.The ACL src and dst type syntax is: first-IP [ '-' last-IP] ['/' netmask].
acl blah src 192.168.0.1-192.168.0.5/32 or acl blah src 192.168.0.1-192.168.0.5 Amos