From cd6e82f9a4215a476b7457596d68c218253c5224 Mon Sep 17 00:00:00 2001 From: Steve Renaker Date: Fri, 1 Apr 2016 10:40:08 -0700 Subject: [PATCH 1/3] DOCS-7067: Remove '--ipv6' documentation from all tools --- source/includes/options-shared.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/includes/options-shared.yaml b/source/includes/options-shared.yaml index 43c23e57efa..27d2823a7e3 100644 --- a/source/includes/options-shared.yaml +++ b/source/includes/options-shared.yaml @@ -105,6 +105,8 @@ name: ipv6 args: null directive: option description: | + *Removed in version 3.0.* + {{verb}} IPv6 support and allows the {{program}} to connect to the MongoDB instance using an IPv6 network. All MongoDB programs and processes disable IPv6 support by default. From 9b389e6ce7cef5e67db1653f7b4d56c7e206a704 Mon Sep 17 00:00:00 2001 From: Steve Renaker Date: Fri, 1 Apr 2016 12:46:17 -0700 Subject: [PATCH 2/3] DOCS-7067: clarified status of --ipv6 option --- source/includes/options-shared.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/includes/options-shared.yaml b/source/includes/options-shared.yaml index 27d2823a7e3..79f8091aa2c 100644 --- a/source/includes/options-shared.yaml +++ b/source/includes/options-shared.yaml @@ -107,9 +107,11 @@ directive: option description: | *Removed in version 3.0.* - {{verb}} IPv6 support and allows the {{program}} to connect to the - MongoDB instance using an IPv6 network. All MongoDB programs and - processes disable IPv6 support by default. + {{verb}} IPv6 support and allows {{program}} to connect to the + MongoDB instance using an IPv6 network. Prior to version 3.0, this + option was disabled by default. + + *Changed in version 3.0:* IPv6 support is enabled by default. optional: true replacement: verb: "Enables" From 3658677731d147df7732c205921a58771698dad2 Mon Sep 17 00:00:00 2001 From: Steve Renaker Date: Fri, 1 Apr 2016 13:34:31 -0700 Subject: [PATCH 3/3] DOCS-7067: more tweaking of verbiage --- source/includes/options-shared.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/includes/options-shared.yaml b/source/includes/options-shared.yaml index 79f8091aa2c..68ab01d3775 100644 --- a/source/includes/options-shared.yaml +++ b/source/includes/options-shared.yaml @@ -108,10 +108,10 @@ description: | *Removed in version 3.0.* {{verb}} IPv6 support and allows {{program}} to connect to the - MongoDB instance using an IPv6 network. Prior to version 3.0, this - option was disabled by default. + MongoDB instance using an IPv6 network. Prior to MongoDB 3.0, you + had to specify {{role}} to use IPv6. In MongoDB 3.0 and later, IPv6 + is always enabled. - *Changed in version 3.0:* IPv6 support is enabled by default. optional: true replacement: verb: "Enables"