The following patches add support for payload mangling to nft. Patrick McHardy (2): proto: add checksum key information to struct proto_desc payload: add payload statement include/linux/netfilter/nf_tables.h | 4 ++++ include/proto.h | 2 ++ include/statement.h | 11 +++++++++ src/evaluate.c | 10 ++++++++ src/netlink_delinearize.c | 46 ++++++++++++++++++++++++++++++++++--- src/netlink_linearize.c | 37 +++++++++++++++++++++++++++++ src/parser_bison.y | 9 ++++++++ src/payload.c | 24 +++++++++++++++++++ src/proto.c | 5 ++++ 9 files changed, 145 insertions(+), 3 deletions(-) -- 2.5.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