Skip to content

[release/v0.9] Disable hostname lookup on chain exists check#1997

Merged
mavenugo merged 1 commit into
moby:release/v0.9from
andrewhsu:dis
Oct 23, 2017
Merged

[release/v0.9] Disable hostname lookup on chain exists check#1997
mavenugo merged 1 commit into
moby:release/v0.9from
andrewhsu:dis

Conversation

@andrewhsu
Copy link
Copy Markdown
Contributor

backport fix:

with cherry-pick git commit 8dce207

$ git cherry-pick -s -x 8dce207

cherry-pick when it clean

Without `-n`, iptables will attempt to lookup hostnames for IP
addresses, which can slow down the call dramatically.
Since we don't need this, and generally don't even care about the
output, use the `-n` flag to disable this.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 8dce207)
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
@andrewhsu
Copy link
Copy Markdown
Contributor Author

cc @cpuguy83 @fcrisciani

@andrewhsu
Copy link
Copy Markdown
Contributor Author

@abhi

@andrewhsu
Copy link
Copy Markdown
Contributor Author

@mavenugo

@mavenugo mavenugo merged commit a93dbc4 into moby:release/v0.9 Oct 23, 2017
@andrewhsu andrewhsu deleted the dis branch October 24, 2017 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants