diff options
Diffstat (limited to 'libraries/libnfnetlink/slack-desc')
-rw-r--r-- | libraries/libnfnetlink/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libnfnetlink/slack-desc b/libraries/libnfnetlink/slack-desc new file mode 100644 index 0000000000..43966ce030 --- /dev/null +++ b/libraries/libnfnetlink/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------| +libnfnetlink: libnfnetlink (library for netfilter kernel/userspace comm) +libnfnetlink: +libnfnetlink: libnfnetlink is the low-level library for netfilter related +libnfnetlink: kernel/userspace communication. It provides a generic messaging +libnfnetlink: infrastructure for in-kernel netfilter subsystems (such as +libnfnetlink: nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their +libnfnetlink: respective users and/or management tools in userspace. +libnfnetlink: +libnfnetlink: This library is not meant as a public API for application +libnfnetlink: developers; it is only used by other netfilter.org projects. +libnfnetlink: |