summaryrefslogtreecommitdiff
path: root/libraries/libmnl/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libmnl/README')
-rw-r--r--libraries/libmnl/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libmnl/README b/libraries/libmnl/README
new file mode 100644
index 0000000000..587139d538
--- /dev/null
+++ b/libraries/libmnl/README
@@ -0,0 +1,5 @@
+libmnl is a minimalistic user-space library oriented to Netlink
+developers. There are a lot of common tasks in parsing, validating,
+constructing of both the Netlink header and TLVs that are repetitive
+and easy to get wrong. This library aims to provide simple helpers
+that allow you to re-use code and to avoid re-inventing the wheel.