软件包:golang-github-vishvananda-netlink-dev(1.3.1-1~exp1)
golang-github-vishvananda-netlink-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-vishvananda-netlink:
- [golang-github-vishvananda-netlink_1.3.1-1~exp1.dsc]
- [golang-github-vishvananda-netlink_1.3.1.orig.tar.gz]
- [golang-github-vishvananda-netlink_1.3.1-1~exp1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
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.
其他与 golang-github-vishvananda-netlink-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-vishvananda-netns-dev
- network namespaces in go
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system