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

Use reverse-resolved DNS info in the connections table. #1359

Merged
merged 2 commits into from
Apr 21, 2016

Conversation

tomwilkie
Copy link
Contributor

@tomwilkie tomwilkie commented Apr 20, 2016

Fixes #1121

screen shot 2016-04-20 at 17 12 21

@davkal / @foot I added the truncate class to the details table cells, but I don't see to get tooltips. Mind having a look?

label := row.localAddr
if set, ok := row.localNode.Sets.Lookup(endpoint.ReverseDNSNames); ok && len(set) > 0 {
label = set[0]
}

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

@paulbellamy paulbellamy assigned tomwilkie and unassigned paulbellamy Apr 21, 2016
@tomwilkie
Copy link
Contributor Author

PTAL @paulbellamy

@tomwilkie tomwilkie assigned paulbellamy and unassigned tomwilkie Apr 21, 2016
@paulbellamy paulbellamy merged commit c4d4514 into master Apr 21, 2016
@paulbellamy paulbellamy deleted the 1121-reverse-resolution branch April 21, 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