mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-03 19:31:06 +02:00
6 lines
288 B
Go
6 lines
288 B
Go
// Package rtnetlink allows the kernel's routing tables to be read and altered.
|
|
// Network routes, IP addresses, Link parameters, Neighbor setups, Queueing disciplines,
|
|
// Traffic classes and Packet classifiers may all be controlled.
|
|
// It is based on netlink messages.
|
|
package rtnetlink
|