Re: [squid-users] acls with the same name, last wins

2016-12-30 Thread Amos Jeffries
On 2016-12-31 10:58, Ivan Larionov wrote: I'm a bit confused now. Examples from default config: acl localnet src 10.0.0.0/8 [2] # RFC1918 possible internal network acl localnet src 172.16.0.0/12 [3] # RFC1918 possible internal network acl localnet src 192.168.0.0/16 [4] # RFC1918 possible i

Re: [squid-users] acls with the same name, last wins

2016-12-30 Thread Ivan Larionov
I'm a bit confused now. Examples from default config: acl localnet src 10.0.0.0/8 # RFC1918 possible internal network acl localnet src 172.16.0.0/12 # RFC1918 possible internal network acl localnet src 192.168.0.0/16 # RFC1918 possible internal network acl localnet src fc00::/7 # RFC 41