Am 07.11.2011 21:04, schrieb Patrick Ben Koetter:
is '127.0.0.1/8' in your @client_ipaddr_policy example in
RELEASE_NOTES correct?

    @client_ipaddr_policy = (
[qw( 0.0.0.0/8 127.0.0.1/8 [::] [::1] )] => 'LOCALHOST', [qw( !172.16.1.0/24 172.16.0.0/12 192.168.0.0/16 )] => 'PRIVATENETS', [qw( 192.0.2.0/25 192.0.2.129 192.0.2.130 )] => 'PARTNER',
      \@some_other_networks  => 'OTHER',
      \@mynetworks           => 'MYNETS',
    );

Shouldn't that be 127.0.0.1/32 or 127.0.0.0/8?

I think [::], the unspecified ipv6 address which never would be assigned by any node also doesn't belong to localhost...

Reply via email to