go-github-com-vishvananda-netlink
Simple 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.
- Versions: 1.3.0
- Website: https://github.com/vishvananda/netlink
- Licenses: ASL 2.0
- Package source: gnu/packages/golang-web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of go-github-com-vishvananda-netlink
as follows:
guix install go-github-com-vishvananda-netlink
Or install a particular version:
guix install go-github-com-vishvananda-netlink@1.3.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of go-github-com-vishvananda-netlink about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/go-github-com-vishvananda-netlink'><img src='https://packages.guix.gnu.org/packages/go-github-com-vishvananda-netlink/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/go-github-com-vishvananda-netlink)
Example Org:
[[https://packages.guix.gnu.org/packages/go-github-com-vishvananda-netlink][https://packages.guix.gnu.org/packages/go-github-com-vishvananda-netlink/badges/latest-version.svg]]