Registry / networking / mdlayher-genetlink

mdlayher-genetlink

JSON →
library1.4.0gogounverified

Package genetlink implements generic netlink interactions and data types for Go.

go get github.com/mdlayher/genetlink
INSTALL
IMPORT
SIG · MDLAYHER-GENETLINK
M
mdlayher-genetlink
networkinggov1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

genetlink
github.com/mdlayher/genetlink

Dial a generic netlink connection

package main import ( "fmt" "github.com/mdlayher/genetlink" ) func main() { conn, _ := genetlink.Dial(nil) defer conn.Close() fmt.Println("Connected to generic netlink") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Bingbot
1
Resources
mdlayher-genetlink — go get mdlayher-genetlink · libregistry