INN commit: trunk/doc/pod (incoming.conf.pod innbind.pod innd.pod)

INN Commit Russ_Allbery at isc.org
Fri May 1 09:00:21 UTC 2009


    Date: Friday, May 1, 2009 @ 02:00:21
  Author: iulius
Revision: 8436

Clarify the use of IPv6 colon-separated addresses in our
documentation.

Modified:
  trunk/doc/pod/incoming.conf.pod
  trunk/doc/pod/innbind.pod
  trunk/doc/pod/innd.pod

-------------------+
 incoming.conf.pod |    3 ++-
 innbind.pod       |    4 ++--
 innd.pod          |    6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

Modified: incoming.conf.pod
===================================================================
--- incoming.conf.pod	2009-05-01 08:59:23 UTC (rev 8435)
+++ incoming.conf.pod	2009-05-01 09:00:21 UTC (rev 8436)
@@ -111,7 +111,8 @@
 
 This key requires a string value.  It is a list of hostnames separated
 by a comma.  A hostname is the host's fully qualified domain name, or
-the dotted quad IP address of the peer.  If this key is not present in
+the dotted-quad IP address of the peer for IPv4, or the colon-separated IP
+address of the peer for IPv6.  If this key is not present in
 a peer block, the hostname defaults to the label of the peer.
 
 =item I<identd>

Modified: innbind.pod
===================================================================
--- innbind.pod	2009-05-01 08:59:23 UTC (rev 8435)
+++ innbind.pod	2009-05-01 09:00:21 UTC (rev 8436)
@@ -24,7 +24,7 @@
 Each argument to B<innbind> must be a comma-separated list of four
 elements.  The first is the file descriptor number that should be bound,
 the second is the numeric family of the socket (AF_INET or AF_INET6), the
-third is the local address to bind to (in dotted quad format for IPv4 and
+third is the local address to bind to (in dotted-quad format for IPv4 and
 in colon-separated address format for IPv6), and the fourth is the port
 number.  To bind to all addresses with IPv4, use C<0.0.0.0> as the
 address.  To bind to all addresses with IPv6, use C<::> as the address.
@@ -147,7 +147,7 @@
 
 (Fatal) The IPv4 address specified in the given command-line option could
 not be parsed by inet_aton(3).  IPv4 addresses should be specified in the
-standard dotted quad format (10.2.3.4).
+standard dotted-quad format (10.2.3.4).
 
 =item invalid IPv6 address %s in %s
 

Modified: innd.pod
===================================================================
--- innd.pod	2009-05-01 08:59:23 UTC (rev 8435)
+++ innd.pod	2009-05-01 09:00:21 UTC (rev 8436)
@@ -75,7 +75,7 @@
 
 If this option is specified, it's the same as setting I<bindaddress6> in
 F<inn.conf> and may cause changes in whether INN binds to an IPv4 address
-as well.  See inn.conf(5) for more details.
+as well.  See inn.conf(5) for more details and also the B<-I> flag for B<innd>.
 
 =item B<-a>
 
@@ -141,12 +141,12 @@
 Normally B<innd> binds to all local IP addresses (unless I<bindaddress> is
 set in F<inn.conf>).  If this option is given, it specifies the IP address
 that INN should bind as.  This is only relevant for servers with multiple
-local IP addresses.  The IP address must be in dotted quad
+local IP addresses.  The IP address must be in dotted-quad
 (C<nnn.nnn.nnn.nnn>) format.
 
 If this option is specified, it's the same as setting I<bindaddress> in
 F<inn.conf> and may cause changes in whether INN binds to an IPv6 address
-as well.  See inn.conf(5) for more details.
+as well.  See inn.conf(5) for more details and also the B<-6> flag for B<innd>.
 
 =item B<-l> I<size>
 




More information about the inn-committers mailing list