Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not infer short-lived connections for host-networking containers #1653

Merged
merged 2 commits into from
Jul 7, 2016

Conversation

2opremio
Copy link
Contributor

@2opremio 2opremio commented Jul 7, 2016

Fixes #1598

var networkInfo func(prefix string) report.Sets
networkInfo = func(prefix string) report.Sets {
var networkInfo func(prefix string) (report.Sets, bool)
networkInfo = func(prefix string) (ips report.Sets, isHostMapped bool) {

This comment was marked as abuse.

@tomwilkie
Copy link
Contributor

2 minor nits but otherwise LGTM

@2opremio 2opremio force-pushed the 1598-no-host-short-lived-tracking branch from 9b419c9 to 26c6249 Compare July 7, 2016 16:18
@2opremio 2opremio merged commit 9a77380 into master Jul 7, 2016
@2opremio 2opremio deleted the 1598-no-host-short-lived-tracking branch July 7, 2016 16:53
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.

2 participants