From: Abhishek Lekshmanan Date: Fri, 29 Mar 2019 17:13:52 +0000 (+0100) Subject: doc: rgw: document v6 endpoint options X-Git-Tag: v15.1.0~2680^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27270%2Fhead;p=ceph.git doc: rgw: document v6 endpoint options document that v6 endpoints only binds to ipv6 Signed-off-by: Abhishek Lekshmanan --- diff --git a/doc/radosgw/frontends.rst b/doc/radosgw/frontends.rst index 4b70114518ca..1ab4ad73bc46 100644 --- a/doc/radosgw/frontends.rst +++ b/doc/radosgw/frontends.rst @@ -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