]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/squidconf/bad-acl-src-dupe.conf
Fix dupe handling in Splay ACLs: src, dst, http_status, etc. (#1632)
[thirdparty/squid.git] / test-suite / squidconf / bad-acl-src-dupe.conf
1 ## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 acl test11 src 127.0.0.1 127.0.0.0-127.0.0.255
9 acl test12 src 192.168.1.0/24 192.168.0.0/16
10
11 acl test13 src 127.0.0.0-127.0.0.255 127.0.0.1
12 acl test14 src 127.0.0.0-127.0.0.128 127.0.0.128-127.0.0.255
13
14 acl test15 src 10.0.0.1-10.0.0.128 10.0.0.0-10.0.0.1 10.0.0.128-10.0.0.255
15
16 acl test25 dst 127.0.0.0-127.0.0.128/32 127.0.0.128-127.1.0.255
17
18 acl test36 dst 127.0.0.1-127.0.0.128 127.0.0.0-127.1.0.0/16
19 acl test37 dst 127.0.0.0-127.1.0.0/16 127.0.0.1-127.0.0.128
20
21 # TODO: make configurable depending on USE_IPV6
22 # acl test41 src bad::1 bad::0-bad::f
23 # acl test42 src dead::0-dead::0 dead::0
24 # acl test43 src bad::0/64 bad::0/128
25 # acl test44 src beef::0/16 beef:bad::/64