-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 4.0.0
-
Component/s: None
-
None
-
Minor Change
-
Platforms 2018-08-27, Platforms 2018-09-10, Platforms 2018-09-24
I have a config file where I have set:
net:
bindIpAll: true
But if I then run;
/mongod --config /etc//mongod.conf --bind_ip 127.0.0.1
And check it with netstat -alpn, I can see that mongod is still listening on all IPs.
- depends on
-
SERVER-37099 Support canonicalizing options during options parse
- Closed