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

Added utility code for interfacing with linux NETLINK_INET_DIAG #60

Merged
merged 1 commit into from
Dec 22, 2016

Conversation

andrewkroh
Copy link
Member

The NETLINK_INET_DIAG feature was introduced in Linux 2.6.14. It provides a dump of all sockets.

@andrewkroh andrewkroh changed the title Added utility code for interfacing with linux NETLINK_INET_DIAG. Added utility code for interfacing with linux NETLINK_INET_DIAG Dec 22, 2016
@codecov-io
Copy link

codecov-io commented Dec 22, 2016

Current coverage is 61.40% (diff: 47.61%)

Merging #60 into master will decrease coverage by 0.85%

@@             master        #60   diff @@
==========================================
  Files            23         27     +4   
  Lines          2311       2441   +130   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1439       1499    +60   
- Misses          662        722    +60   
- Partials        210        220    +10   

Powered by Codecov. Last update 7790408...51ad5c2

@andrewkroh andrewkroh force-pushed the feature-netlink-inet-diag branch from 420c0cd to c495c8f Compare December 22, 2016 06:43
The NETLINK_INET_DIAG feature was introduced in Linux 2.6.14. It provides a dump of all sockets.
@andrewkroh andrewkroh force-pushed the feature-netlink-inet-diag branch from c495c8f to 51ad5c2 Compare December 22, 2016 06:48
@ruflin ruflin merged commit 171a3c9 into elastic:master Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants