From 358b2d4bc6793093aaa7febc4004d2c18a55a27e Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Fri, 29 Mar 2019 18:13:52 +0100 Subject: [PATCH] doc: rgw: document v6 endpoint options document that v6 endpoints only binds to ipv6 Signed-off-by: Abhishek Lekshmanan (cherry picked from commit 59c768713e67e45248a9caecec486f0038268d95) --- doc/radosgw/frontends.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/radosgw/frontends.rst b/doc/radosgw/frontends.rst index 4b70114518ca9..1ab4ad73bc46d 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 -- 2.39.5