I don't think AS matching works in delay_access. Maybe if you first make
sure the AS is evaluated in http_access, but I am not sure.
-- Henrik Nordstrom Squid hacker mari@shell.greatestpoint.com wrote: > > I've sent a message yesterday but nobody was able to tell me what to do. > So let me say it again. > Is is possible to use delay pools to slow down all the connections except > the connections to a certain AS ? This is what im trying to do but its not > working. > > acl mynet src 193.230.143.0/255.255.255.0 > acl nodelay dst_as 8708 > > delay_pools 1 > delay_class 1 1 > delay_parameters 1 8000/8000 > delay_access 1 allow mynet !nodelay > delay_access 1 deny all > > If I use a dstdomain acl type and a certain domain then it works but when > I try to use acl type dst and IP addresses it doesnt work. When I say it > doesn't work I mean all the connections are slow. > Please help me. Im running out of ideas. > > Thank you, > > Marian Dobre > > -- > To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Mar 14 2001 - 14:44:28 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:38 MST