--------------------- PatchSet 5384 Date: 2007/08/19 12:52:36 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Add new weirdness to NOTES-IPv6 Members: NOTES-IPv6:1.1.2.56->1.1.2.57 Index: squid3/NOTES-IPv6 =================================================================== RCS file: /cvsroot/squid-sf//squid3/Attic/NOTES-IPv6,v retrieving revision 1.1.2.56 retrieving revision 1.1.2.57 diff -u -r1.1.2.56 -r1.1.2.57 --- squid3/NOTES-IPv6 12 Aug 2007 09:12:57 -0000 1.1.2.56 +++ squid3/NOTES-IPv6 19 Aug 2007 12:52:36 -0000 1.1.2.57 @@ -1,4 +1,4 @@ -$Id: NOTES-IPv6,v 1.1.2.56 2007/08/12 09:12:57 amosjeffries Exp $ +$Id: NOTES-IPv6,v 1.1.2.57 2007/08/19 12:52:36 amosjeffries Exp $ NP: Any problems with this version of squid please contact squid3@treenet.co.nz for assistance. @@ -83,6 +83,40 @@ #3 0x08089771 in xassert (msg=0x81501aa "false", file=0x81573b0 "IPAddress.cc", line=900) at debug.cc:569 #4 0x08129e53 in IPAddress::NtoA (this=0x858e4a0, buf=0xbfbef891 "", blen=75, force=None) at IPAddress.cc:900 +PROBLEM: getMyHostname fails to resolv with new calls. + 2007/08/20 00:50:22.205| getMyHostname: 'troja.treenetnz.com.' resolved into ' + 2007/08/20 00:50:22.205| WARNING: getaddrinfo('') failed: (0) Success + + +WEIRDNESS in squid.conf parse of all + - first thing is to make all netmasks CIDR and convert on read (nasty) + - second is to fix IPv6 finding two partially-overlapping ranges as equal? + or is this the old issue of saying the wrong one is internal when one fully in another? + +007/08/20 00:14:41.004| Processing: 'acl all src 0.0.0.0/0.0.0.0' +2007/08/20 00:14:41.011| aclParseAclLine: Appending to 'all' +2007/08/20 00:14:41.013| aclIpParseIpData: 0.0.0.0/0.0.0.0 +2007/08/20 00:14:41.113| aclIpParseIpData: Lookup Host/IP 0.0.0.0 +2007/08/20 00:14:41.133| aclIpParseIpData: Located Netmask '[::]' in '0.0.0.0/0.0.0.0' +2007/08/20 00:14:41.137| 0.0.0.0 --> [::] +2007/08/20 00:14:41.229| aclIpParseIpData: Duplicate host/IP: '[::]' dropped. +2007/08/20 00:14:41.239| aclIpParseIpData: Duplicate host/IP: '[::]' dropped. +2007/08/20 00:14:41.239| WARNING: '::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/::' is a subnetwork of '::/::' +2007/08/20 00:14:41.239| WARNING: because of this '::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/::' is ignored to keep splay tree searching predictable +2007/08/20 00:14:41.239| WARNING: You should probably remove '::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/::' from the ACL named 'all' + +2007/08/20 00:14:41.373| Processing: 'acl all src 0.0.0.0/0' +2007/08/20 00:14:41.380| aclParseAclLine: Appending to 'all' +2007/08/20 00:14:41.381| aclIpParseIpData: 0.0.0.0/0 +2007/08/20 00:14:41.383| aclIpParseIpData: Lookup Host/IP 0.0.0.0 +2007/08/20 00:14:41.481| aclIpParseIpData: Located Netmask '[ffff:ffff:ffff:ffff:ffff:ffff::]' in '0.0.0.0/0' +2007/08/20 00:14:41.483| 0.0.0.0 --> [::] +2007/08/20 00:14:41.484| aclIpParseIpData: Duplicate host/IP: '[::]' dropped. +2007/08/20 00:14:41.486| aclIpParseIpData: Duplicate host/IP: '[::]' dropped. +2007/08/20 00:14:41.486| WARNING: '::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/::' is a subnetwork of '::/ffff:ffff:ffff:ffff:ffff:ffff::' +2007/08/20 00:14:41.486| WARNING: because of this '::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/::' is ignored to keep splay tree searching predictable +2007/08/20 00:14:41.486| WARNING: You should probably remove '::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/::' from the ACL named 'all' + TODO: