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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html