summaryrefslogtreecommitdiffstats
path: root/include/libnftables
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2013-07-06 02:39:52 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-07-06 15:29:52 +0200
commitffb16b9416d5a77520388fc5c12ccd0570726e57 (patch)
tree7ac546f7b15a3140e71f007071d0b5fa31e96ff8 /include/libnftables
parent1e8e5d4b55efe4f11334a5b55483b802cb704071 (diff)
set: add xml output
This patch adds XML output for sets. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftables')
-rw-r--r--include/libnftables/set.h1
1 files changed, 1 insertions, 0 deletions
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,
};