kckeiks / netlink

Netlink library in Go.
MIT License
3 stars 2 forks source link

Netlink

This project provides the building blocks for linux netlink. Please see RFC359 and netlink(7)-manpage.

My motivation for creating this library was that I could not find one that had the following properties:

Features

Example

In the playground directory, you can find different examples on how these packages are used.

TODO