Registry / networking / tailscale-netlink

tailscale-netlink

JSON →
library1.1.0gogounverified

Package netlink provides a simple library for netlink communication.

go get github.com/tailscale/netlink
INSTALL
IMPORT
SIG · TAILSCALE-NETLINK
T
tailscale-netlink
networkinggov1.1.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.

netlink
github.com/tailscale/netlink

List network interfaces

package main import ( "fmt" "github.com/tailscale/netlink" ) func main() { links, err := netlink.LinkList() if err != nil { panic(err) } for _, link := range links { fmt.Println(link.Attrs().Name) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
tailscale-netlink — go get tailscale-netlink · libregistry