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 --- include/libnftables/set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnftables') diff --git a/include/libnftables/set.h b/include/libnftables/set.h index 2d41c8e..5c77945 100644 --- a/include/libnftables/set.h +++ b/include/libnftables/set.h @@ -64,6 +64,7 @@ enum { enum { NFT_SET_O_DEFAULT = 0, + NFT_SET_O_XML, NFT_SET_O_JSON, }; -- cgit v1.2.3