From ffb16b9416d5a77520388fc5c12ccd0570726e57 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Sat, 6 Jul 2013 02:39:52 +0200 Subject: set: add xml output This patch adds XML output for sets. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- src/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal.h') diff --git a/src/internal.h b/src/internal.h index d5d41bd..803dcc4 100644 --- a/src/internal.h +++ b/src/internal.h @@ -24,6 +24,7 @@ int nft_mxml_data_reg_parse(mxml_node_t *tree, const char *node_name, union nft_ #define NFT_TABLE_XML_VERSION 0 #define NFT_CHAIN_XML_VERSION 0 #define NFT_RULE_XML_VERSION 0 +#define NFT_SET_XML_VERSION 0 #define NFT_TABLE_JSON_VERSION 0 #define NFT_CHAIN_JSON_VERSION 0 #define NFT_RULE_JSON_VERSION 0 -- cgit v1.2.3