From: Bruce Momjian Date: Sat, 19 Mar 2011 14:04:34 +0000 (-0400) Subject: Remove "all balls" mention of network address; change IPv6 address to ::/0. X-Git-Tag: REL9_1_ALPHA5~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56bb7f2a0275c5e7f17f8fba0d93d12a471869a4;p=postgresql Remove "all balls" mention of network address; change IPv6 address to ::/0. --- diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index c05805b1d2..4ca723fe1a 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -241,8 +241,8 @@ hostnossl database user 172.20.143.89/32 for a single host, or 172.20.143.0/24 for a small network, or 10.6.0.0/16 for a larger one. - 0.0.0.0/0 (all balls) represents all - IPv4 addresses, and :: represents + 0.0.0.0/0 represents all + IPv4 addresses, and ::/0 represents all IPv6 addresses. To specify a single host, use a CIDR mask of 32 for IPv4 or 128 for IPv6. In a network address, do not omit trailing zeroes.