From 2d5b917f8b36ea12037c51f4d12184a442a7791e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 14 Feb 2022 13:02:21 +0100 Subject: examples: load ruleset from JSON Add an example to load a ruleset file expressed in JSON. Signed-off-by: Pablo Neira Ayuso --- examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am index dd637fe3..c972170d 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,4 @@ -noinst_PROGRAMS = nft-buffer +noinst_PROGRAMS = nft-buffer \ + nft-json-file LDADD = $(top_builddir)/src/libnftables.la -- cgit v1.2.3