golang-github-vishvananda-netlink 1.1.0.125.gf243826-4 source package in Ubuntu

Changelog

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-vishvananda-netlink_1.1.0.125.gf243826-4.dsc 1.9 KiB 38aa88575336fcc3e4baf70355f1710ef08e35e7749c3197986d455dc4376eb6
golang-github-vishvananda-netlink_1.1.0.125.gf243826.orig.tar.xz 144.3 KiB 03f0fc0a4a687b673f114b88d66316f0582ff4b0c4f1c7b1a00fbf4d5cc31f9f
golang-github-vishvananda-netlink_1.1.0.125.gf243826-4.debian.tar.xz 3.8 KiB 60620b440cccd9a393fc610671c4fd0a0413aef16b3805f89ac9182813608f91

No changes file available.

Binary packages built by this source

golang-github-vishvananda-netlink-dev: netlink library for go

 The netlink package provides a simple netlink library for go. Netlink is the
 interface a user-space program in Linux uses to communicate with the kernel. It
 can be used to add and remove interfaces, set ip addresses and routes, and
 configure ipsec. Netlink communication requires elevated privileges, so in most
 cases this code needs to be run as root. Since low-level netlink messages are
 inscrutable at best, the library attempts to provide an API that is loosely
 modeled on the CLI provied by iproute2. Actions like ip link add will be
 accomplished via a similarly named function like AddLink(). This library began
 its life as a fork of the netlink functionality in docker/libcontainer but was
 heavily rewritten to improve testability, performance, and to add new
 functionality like ipsec xfrm handling.
 .
 This package contains the source.