Skip to content

Conversation

@cpuguy83
Copy link
Member

@cpuguy83 cpuguy83 commented Oct 7, 2017

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

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>
@fcrisciani fcrisciani self-requested a review October 7, 2017 13:09
@fcrisciani
Copy link

LGTM

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@17ca8a6). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1974   +/-   ##
=========================================
  Coverage          ?   38.49%           
=========================================
  Files             ?      137           
  Lines             ?    27351           
  Branches          ?        0           
=========================================
  Hits              ?    10530           
  Misses            ?    15524           
  Partials          ?     1297
Impacted Files Coverage Δ
iptables/iptables.go 54.57% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17ca8a6...8dce207. Read the comment docs.

@mavenugo mavenugo merged commit 6c51292 into moby:master Oct 7, 2017
@fcrisciani
Copy link

@mavenugo can you add some label so that we don't miss the backport?

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.

4 participants