vishvananda/netlink
Simple netlink library for go. observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4384
- days_rel: 481
- days_push: 30
- n_releases_24m: 1
Adoption not part of the score
3297 stars · 834 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library providing a simple, high-level API for Linux netlink socket communication, modeled loosely on the iproute2 CLI. It lets user-space programs manage network interfaces, IP addresses, routes, and IPsec/xfrm configuration from Go code.
Use cases
- manage linux network interfaces from go
- add and remove bridges programmatically
- set ip addresses and routes in go
- configure ipsec xfrm policies
- build container networking in go
- query link and route state on linux
When to choose
- you need to configure linux networking (links, addresses, routes) from a Go program
- you want an iproute2-like API instead of raw netlink messages
- you are building container or SDN tooling that manipulates kernel network state
When to avoid
- you need cross-platform network configuration (Linux netlink only)
- you cannot run with elevated privileges, since netlink requires root
- you need full coverage of advanced link types or routing rules not yet implemented
Facets
library · maturity stable
networking developer-tools networking operating-systems developer-tools go netlink iproute2 kernel-interface network-configuration linux-kernel linux
1 source
- readme: https://github.com/vishvananda/netlink · fetched 2026-08-28 · 1ae72fc3f66f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vishvananda/netlink | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="vishvananda/netlink")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem