netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] libnfnl: support for new set features
@ 2015-04-12 19:24 Patrick McHardy
  2015-04-12 19:24 ` [PATCH 1/3] set: print set elem timeout information Patrick McHardy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Patrick McHardy @ 2015-04-12 19:24 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-12 19:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12 19:24 [PATCH 0/3] libnfnl: support for new set features Patrick McHardy
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

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).