-
-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MODULES-2983) Enable IPv6 in mongodb provider
This patch allows to run mongodb providers on ipv6 networks. * When ipv6 is enabled in MongoDB configuration, add --ipv6 when running MongoDB Client [1]. * When bindip is '::0', ip_real will be '[::1]' to be consistent with ipv4 logic. [1] https://docs.mongodb.org/manual/reference/program/mongo/#cmdoption--ipv6 Co-Authored-By: Javier Peña <[email protected]> Co-Authored-By: Sofer Athlan Guyot <[email protected]>
- Loading branch information
1 parent
3bcfc75
commit a77d1a1
Showing
1 changed file
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters