Re: Starting SQUID/IPv6 tests...

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 14 Jun 2005 19:14:12 +0200 (CEST)

On Tue, 14 Jun 2005, Rafael Martinez Torres wrote:

> /* No default for mcast_groups */
> default_line("udp_incoming_address 0.0.0.0");

These (the ones using 0.0.0.0) should be abstracted using the keyword
"any" or "unspecified" or similar.

> default_line("udp_outgoing_address 255.255.255.255");
> /* No default for cache_peer */

The second one is really a cludge. The 255.255.255.255 is a magic address
meaning "not specified, use the same as udp_incoming_address". This is
confusing to a lot of people and is better expressed using a keyword
rather than a magic address.

> On this tip,
>
> all 0.0.0.0/0.0.0.0
>
> must be
>
> all ::/::
>
> Actually I change it by hand on squid.conf...
> My opinion should be to be hardcoded as the previous....

As I said before the "all" ACL should be changed to not be a src type acl,
but a hardcoded acl which is always true. It should not be possible to
change this from squid.conf imho.

Regards
Henrik
Received on Tue Jun 14 2005 - 11:14:14 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jun 30 2005 - 12:00:05 MDT