From: Patrick McHardy <kaber@trash.net>
To: pablo@netfilter.org
Cc: netfilter-devel@vger.kernel.org
Subject: [PATCH 0/3] libnfnl: support for new set features
Date: Sun, 12 Apr 2015 20:24:46 +0100 [thread overview]
Message-ID: <1428866689-17679-1-git-send-email-kaber@trash.net> (raw)
These patches add the remaining support for the new set features in
net-next, namely
- comments attached to set elements
- the dynset expression
Additionally the set timeout debugging information is slightly enhanded.
Patrick McHardy (3):
set: print set elem timeout information
set_elem: add support for userdata
expr: add support for the dynset expr
include/buffer.h | 3 +
include/libnftnl/expr.h | 9 +
include/libnftnl/set.h | 1 +
include/linux/netfilter/nf_tables.h | 29 ++++
include/set_elem.h | 4 +
src/Makefile.am | 1 +
src/expr/dynset.c | 317 ++++++++++++++++++++++++++++++++++++
src/expr_ops.c | 2 +
src/set.c | 13 ++
src/set_elem.c | 47 ++++++
10 files changed, 426 insertions(+)
create mode 100644 src/expr/dynset.c
--
2.1.0
next reply other threads:[~2015-04-12 19:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-12 19:24 Patrick McHardy [this message]
2015-04-12 19:24 ` [PATCH 1/3] set: print set elem timeout information Patrick McHardy
2015-04-12 19:24 ` [PATCH 2/3] set_elem: add support for userdata Patrick McHardy
2015-04-12 19:24 ` [PATCH 3/3] expr: add support for the dynset expr Patrick McHardy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1428866689-17679-1-git-send-email-kaber@trash.net \
--to=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).