node_exporter/vendor/github.com/mdlayher/netlink
2017-01-13 13:35:20 -05:00
..
genetlink Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
nlenc Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
align.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
attribute.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
conn.go Make wifi collector fail gracefully if metrics not available 2017-01-13 13:35:20 -05:00
conn_linux.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
conn_others.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
doc.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
fuzz.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
LICENSE.md Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
message.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
README.md Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
sockopt_linux.go Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00
sockopt_linux_386.go Add initial wifi collector, bump netlink to fix 32-bit builds 2017-01-11 10:08:44 -05:00
sockopt_linux_386.s Vendor github.com/mdlayher/wifi and dependencies 2017-01-10 11:29:00 -05:00

netlink Build Status GoDoc Go Report Card

Package netlink provides low-level access to Linux netlink sockets. MIT Licensed.

Why?

A number of netlink packages are already available for Go, but I wasn't able to find one that aligned with what I wanted in a netlink package:

  • Simple, idiomatic API
  • Well tested
  • Well documented
  • Makes use of Go best practices
  • Doesn't need root to work

My goal for this package is to use it as a building block for the creation of other netlink protocol family packages.