diff options
author | Michal Bialozor <bialyy@o2.pl> | 2011-10-03 00:05:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-03 00:05:11 -0500 |
commit | ea519288fe2a56ccd9c6052eb4e0848e4cff2c8c (patch) | |
tree | 3303f012efba5c439837bcb7f560389acfa1b4dc /libraries/libmnl/README | |
parent | 8ce701b4943b03a9d15362fc592f8614b7502e5b (diff) | |
download | slackbuilds-ea519288fe2a56ccd9c6052eb4e0848e4cff2c8c.tar.gz |
libraries/libmnl: Added (user-space library for Netlink developers)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libmnl/README')
-rw-r--r-- | libraries/libmnl/README | 5 |
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. |