https://github.com/mdlayher/genetlink
Package genetlink implements generic netlink interactions and data types. MIT Licensed.
https://github.com/mdlayher/genetlink
genetlink golang linux netlink
Last synced: 22 days ago
JSON representation
Package genetlink implements generic netlink interactions and data types. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/genetlink
- Owner: mdlayher
- License: mit
- Created: 2017-09-01T18:17:55.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T23:42:52.000Z (over 1 year ago)
- Last Synced: 2024-10-14T17:53:11.238Z (6 months ago)
- Topics: genetlink, golang, linux, netlink
- Language: Go
- Homepage:
- Size: 99.6 KB
- Stars: 57
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# genetlink [](https://github.com/mdlayher/genetlink/actions) [](https://pkg.go.dev/github.com/mdlayher/genetlink) [](https://goreportcard.com/report/github.com/mdlayher/genetlink)
Package `genetlink` implements generic netlink interactions and data types.
MIT Licensed.For more information about how netlink and generic netlink work,
check out my blog series on [Linux, Netlink, and Go](https://mdlayher.com/blog/linux-netlink-and-go-part-1-netlink/).If you have any questions or you'd like some guidance, please join us on
[Gophers Slack](https://invite.slack.golangbridge.org) in the `#networking`
channel!## Stability
See the [CHANGELOG](./CHANGELOG.md) file for a description of changes between
releases.This package has a stable v1 API and any future breaking changes will prompt
the release of a new major version. Features and bug fixes will continue to
occur in the v1.x.x series.This package only supports the two most recent major versions of Go, mirroring
Go's own release policy. Older versions of Go may lack critical features and bug
fixes which are necessary for this package to function correctly.