From 715dd744ff2c8481488a5c11b3b1e935d95c325c Mon Sep 17 00:00:00 2001 From: Yoann Fouquet Date: Tue, 12 Dec 2017 13:52:14 +0100 Subject: [PATCH] Update documentation for "serf_lan_bind" and "serf_wan_bind" These was spotted in issue #3709. These two configuration elements were renamed "serf_lan" and "serf_wan" in commit https://github.com/hashicorp/consul/commit/12216583a124e25de630fb8d3e96ed0c7b431142 Update documentation to fit the new code. Note that flags "-serf-lan-bind" and "-serf-wan-bind" were not renamed. --- website/source/docs/agent/options.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 24dbedf2c7..4b7f8c1c9e 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -776,10 +776,10 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `advertise_addr` Equivalent to the [`-advertise` command-line flag](#_advertise). -* `serf_wan_bind` Equivalent to +* `serf_wan` Equivalent to the [`-serf-wan-bind` command-line flag](#_serf_wan_bind). -* `serf_lan_bind` Equivalent to +* `serf_lan` Equivalent to the [`-serf-lan-bind` command-line flag](#_serf_lan_bind). * `advertise_addr_wan` Equivalent to