These patches add support for the dynset dynamic expression instantiation patches I sent on Friday. I'll push them once those patches have been merged. Patrick McHardy (3): expr: seperate expression parsing and building functions set_elem: support expressions attached to set elements dynset: support expression templates include/expr.h | 6 ++++ include/libnftnl/expr.h | 5 +--- include/libnftnl/set.h | 1 + include/linux/netfilter/nf_tables.h | 2 ++ include/set_elem.h | 1 + src/expr.c | 56 ++++++++++++++++++++++++++++++++---- src/expr/dynset.c | 38 +++++++++++++++++++++++++ src/libnftnl.map | 1 - src/rule.c | 57 ++++++------------------------------- src/set_elem.c | 20 +++++++++++++ 10 files changed, 128 insertions(+), 59 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