From 346b24fde7fceec7e69306e3e3fa07056aecc088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Neira=20Ayuso?= Date: Tue, 27 Aug 2013 20:10:47 +0200 Subject: set: Add json parser support Add function for parsing set in format JSON. Signed-off-by: Alvaro Neira Ayuso Signed-off-by: Pablo Neira Ayuso --- include/libnftables/set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libnftables/set.h b/include/libnftables/set.h index c55718c..9526ae1 100644 --- a/include/libnftables/set.h +++ b/include/libnftables/set.h @@ -55,6 +55,7 @@ void nft_set_list_iter_destroy(struct nft_set_list_iter *iter); enum nft_set_parse_type { NFT_SET_PARSE_NONE = 0, NFT_SET_PARSE_XML, + NFT_SET_PARSE_JSON, NFT_SET_PARSE_MAX, }; -- cgit v1.2.3