From f63e2af52638a806710ecb54cdac1c96bbab9d98 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 22 Mar 2016 15:09:19 +0300 Subject: [PATCH] Revert "Enquote IPv6 address in this example" This reverts commit 1a06ba5d67252eafaf50ceebe07cb510e16bbeec. Due to https://github.com/basho/cuttlefish/issues/216. We will deal with that later. FWIW values such as ::1:5672 parse successfully. --- site/networking.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/networking.xml b/site/networking.xml index dcb19e1a7f..bee1d61a5a 100644 --- a/site/networking.xml +++ b/site/networking.xml @@ -105,7 +105,7 @@ Or using classic config format:
 listeners.tcp.1 = 127.0.0.1:5672
-listeners.tcp.2 = [::1]:5672
+listeners.tcp.2 = ::1:5672
 
Or, in the classic config format: