golang-github-jsimonetti-rtnetlink 1.4.1-1 source package in Ubuntu
Changelog
golang-github-jsimonetti-rtnetlink (1.4.1-1) unstable; urgency=medium * New upstream release -- Daniel Swarbrick <email address hidden> Thu, 25 Jan 2024 12:29:10 +0000
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-jsimonetti-rtnetlink_1.4.1-1.dsc | 2.5 KiB | 76721cebfbd9a8cfd50580ff441854b025764f159e5d3d93376317b3002a2659 |
golang-github-jsimonetti-rtnetlink_1.4.1.orig.tar.gz | 93.1 KiB | d9f834330e19064339ceb4d3d304e111a713c30a10d507c007ae8f99d1f7a812 |
golang-github-jsimonetti-rtnetlink_1.4.1-1.debian.tar.xz | 2.7 KiB | 449204c8b04350070af2afcd658407c3402627459c09f7efd5ecf2a435fc25a4 |
Available diffs
- diff from 1.4.0-1 to 1.4.1-1 (3.3 KiB)
No changes file available.
Binary packages built by this source
- golang-github-jsimonetti-rtnetlink-dev: low-level access to the Linux rtnetlink API (library)
The 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.
.
A convenient, high-level API wrapper is available using package rtnl
(https://godoc. org/github. com/jsimonetti/ rtnetlink/ rtnl).
.
The base rtnetlink library explicitly only exposes a limited low-level
API to rtnetlink. It is not the intention (nor wish) to create an
iproute2 replacement.