Clarify retry_join addresses for #1462

- Initial pass at adding note about address formats for retry_join;
  IPv4 is a list of IPs only, whereas IPv6 are bracketed IPs + port
This commit is contained in:
Brian Shumate 2016-10-03 12:15:24 -04:00
parent 4053bd3dea
commit 7fbec39f1f
No known key found for this signature in database
GPG Key ID: B2E211633F870928
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
* <a name="retry_join"></a><a href="#retry_join">`retry_join`</a> Equivalent to the * <a name="retry_join"></a><a href="#retry_join">`retry_join`</a> Equivalent to the
[`-retry-join` command-line flag](#_retry_join). Takes a list [`-retry-join` command-line flag](#_retry_join). Takes a list
of addresses to attempt joining every [`retry_interval`](#_retry_interval) until at least one of addresses to attempt joining every [`retry_interval`](#_retry_interval) until at least one
[`-join`](#_join) works. [`-join`](#_join) works. The list should contain IPv4 addresses without port number or bracketed IPv6 addresses with the Serf LAN port number also specified — for example: `[::1]:8301`.
* <a name="retry_interval"></a><a href="#retry_interval">`retry_interval`</a> Equivalent to the * <a name="retry_interval"></a><a href="#retry_interval">`retry_interval`</a> Equivalent to the
[`-retry-interval` command-line flag](#_retry_interval). [`-retry-interval` command-line flag](#_retry_interval).