leonnicolas 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
..
CHANGELOG.md 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
LICENSE.md 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
README.md 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
conn.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
doc.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
family.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
family_linux.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
family_others.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
fuzz.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu
message.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) 4 tahun lalu

README.md

genetlink builds.sr.ht status GoDoc Go Report Card

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.

If you have any questions or you'd like some guidance, please join us on Gophers Slack in the #networking channel!

Stability

See the CHANGELOG file for a description of changes between releases.

This package has reached v1.0.0 and any future breaking API changes will prompt the release of a new major version. Features and bug fixes will continue to occur in the v1.x.x series.

The general policy of this package is to only support the latest, stable version of Go. Compatibility shims may be added for prior versions of Go on an as-needed basis. If you would like to raise a concern, please file an issue.

If you depend on this package in your applications, please use Go modules.