]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: rgw: document v6 endpoint options 28541/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Fri, 29 Mar 2019 17:13:52 +0000 (18:13 +0100)
committerPrashant D <pdhange@redhat.com>
Fri, 14 Jun 2019 01:09:03 +0000 (21:09 -0400)
document that v6 endpoints only binds to ipv6

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 59c768713e67e45248a9caecec486f0038268d95)

doc/radosgw/frontends.rst

index 4b70114518ca90298fd0f274f859bdaf47595f62..1ab4ad73bc46d7fd33806e856f0842ca5839e7ea 100644 (file)
@@ -23,21 +23,21 @@ Options
 
 ``port`` and ``ssl_port``
 
-:Description: Sets the listening port number. Can be specified multiple
+:Description: Sets the ipv4 & ipv6 listening port number. Can be specified multiple
               times as in ``port=80 port=8000``.
-
 :Type: Integer
 :Default: ``80``
 
 
 ``endpoint`` and ``ssl_endpoint``
 
-:Description: Sets the listening address in the form ``address[:port]``,
-              where the address is an IPv4 address string in dotted decimal
-              form, or an IPv6 address in hexadecimal notation surrounded
-              by square brackets. The optional port defaults to 80 for
-              ``endpoint`` and 443 for ``ssl_endpoint``. Can be specified
-              multiple times as in ``endpoint=[::1] endpoint=192.168.0.100:8000``.
+:Description: Sets the listening address in the form ``address[:port]``, where
+              the address is an IPv4 address string in dotted decimal form, or
+              an IPv6 address in hexadecimal notation surrounded by square
+              brackets. Specifying a IPv6 endpoint would listen to v6 only. The
+              optional port defaults to 80 for ``endpoint`` and 443 for
+              ``ssl_endpoint``. Can be specified multiple times as in
+              ``endpoint=[::1] endpoint=192.168.0.100:8000``.
 
 :Type: Integer
 :Default: None