- Notifications
You must be signed in to change notification settings - Fork9
Package genetlink implements generic netlink interactions and data types. MIT Licensed.
License
mdlayher/genetlink
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Packagegenetlink
implements generic netlink interactions and data types.MIT Licensed.
For more information about how netlink and generic netlink work,check out my blog series onLinux, Netlink, and Go.
If you have any questions or you'd like some guidance, please join us onGophers Slack in the#networking
channel!
See theCHANGELOG file for a description of changes betweenreleases.
This package has a stable v1 API and any future breaking changes will promptthe release of a new major version. Features and bug fixes will continue tooccur in the v1.x.x series.
This package only supports the two most recent major versions of Go, mirroringGo's own release policy. Older versions of Go may lack critical features and bugfixes which are necessary for this package to function correctly.
About
Package genetlink implements generic netlink interactions and data types. MIT Licensed.