The following series implements: * A typo fix. * src: expr: nft_data_reg support for XML output. Please, note that the XML output of nft_data_reg stills need some work, such as endianess related issues and how to print the other part of the union. This is intended to be the first basic approach. Also, comments are welcome. --- Arturo Borrero (2): Fix a typo in src/expr/match Basic support for printing nft_data_reg in XML format. src/expr/bitwise.c | 33 ++++++++++++++------------------- src/expr/cmp.c | 23 +++++++++++------------ src/expr/data_reg.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ src/expr/data_reg.h | 3 +++ src/expr/immediate.c | 43 ++++++++++++++++++++++++++++++++++++++----- src/expr/match.c | 4 ++-- 6 files changed, 116 insertions(+), 38 deletions(-) -- Arturo Borrero Gonzalez -- 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