aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 5 deletions
diff --git a/libraries/libmnl/README b/libraries/libmnl/README
deleted file mode 100644
index 587139d538..0000000000
--- a/libraries/libmnl/README
+++ /dev/null
@@ -1,5 +0,0 @@
-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.