These patches add support for the concatenation and dynamic expression instantiation features to libnftnl. Patrick McHardy (5): headers: resync headers for new register definitions data: increase maximum possible data size expr: seperate expression parsing and building functions set_elem: support expressions attached to set elements dynset: support expression templates include/data_reg.h | 3 +- include/expr.h | 6 ++++ include/libnftnl/expr.h | 5 +--- include/libnftnl/set.h | 1 + include/linux/netfilter/nf_tables.h | 41 +++++++++++++++++++++++++- include/set_elem.h | 1 + src/expr.c | 56 ++++++++++++++++++++++++++++++++---- src/expr/data_reg.c | 2 +- src/expr/dynset.c | 38 +++++++++++++++++++++++++ src/libnftnl.map | 1 - src/rule.c | 57 ++++++------------------------------- src/set_elem.c | 20 +++++++++++++ 12 files changed, 169 insertions(+), 62 deletions(-) -- 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