]> git.ipfire.org Git - thirdparty/libnftnl.git/commit
src: remove json support
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 8 Oct 2018 22:03:28 +0000 (00:03 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 15 Oct 2018 12:04:27 +0000 (14:04 +0200)
commit80077787f8f21da1efd8dc27a4c5767ab47a1df6
tree01d9b399a1aad23d7ea1d1e1daa0ad98bec69e0a
parentaaf20ad0dc22d2ebcad1b2c43288e984f0efe2c3
src: remove json support

We have better json support in libnftables these days.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
139 files changed:
configure.ac
examples/Makefile.am
examples/nft-chain-get.c
examples/nft-chain-parse-add.c [deleted file]
examples/nft-ct-helper-get.c
examples/nft-ct-timeout-get.c
examples/nft-events.c
examples/nft-flowtable-get.c
examples/nft-obj-get.c
examples/nft-rule-get.c
examples/nft-rule-parse-add.c [deleted file]
examples/nft-ruleset-get.c
examples/nft-ruleset-parse-file.c [deleted file]
examples/nft-set-elem-get.c
examples/nft-set-get.c
examples/nft-set-parse-add.c [deleted file]
examples/nft-table-get.c
examples/nft-table-parse-add.c [deleted file]
include/Makefile.am
include/common.h
include/expr_ops.h
include/internal.h
include/json.h [deleted file]
include/obj.h
src/Makefile.am
src/buffer.c [deleted file]
src/chain.c
src/common.c
src/expr/bitwise.c
src/expr/byteorder.c
src/expr/cmp.c
src/expr/connlimit.c
src/expr/counter.c
src/expr/ct.c
src/expr/data_reg.c
src/expr/dup.c
src/expr/dynset.c
src/expr/exthdr.c
src/expr/fib.c
src/expr/flow_offload.c
src/expr/fwd.c
src/expr/hash.c
src/expr/immediate.c
src/expr/limit.c
src/expr/log.c
src/expr/lookup.c
src/expr/masq.c
src/expr/match.c
src/expr/meta.c
src/expr/nat.c
src/expr/numgen.c
src/expr/objref.c
src/expr/osf.c
src/expr/payload.c
src/expr/queue.c
src/expr/quota.c
src/expr/range.c
src/expr/redir.c
src/expr/reject.c
src/expr/rt.c
src/expr/socket.c
src/expr/target.c
src/expr/tunnel.c
src/expr/xfrm.c
src/flowtable.c
src/gen.c
src/jansson.c [deleted file]
src/obj/counter.c
src/obj/ct_helper.c
src/obj/ct_timeout.c
src/obj/limit.c
src/obj/quota.c
src/obj/tunnel.c
src/object.c
src/rule.c
src/ruleset.c
src/set.c
src/set_elem.c
src/table.c
tests/Makefile.am
tests/jsonfiles/01-table.json [deleted file]
tests/jsonfiles/02-table.json [deleted file]
tests/jsonfiles/11-chain.json [deleted file]
tests/jsonfiles/12-chain.json [deleted file]
tests/jsonfiles/13-chain.json [deleted file]
tests/jsonfiles/14-chain.json [deleted file]
tests/jsonfiles/20-rule-bitwise.json [deleted file]
tests/jsonfiles/21-rule-byteorder.json [deleted file]
tests/jsonfiles/22-rule-cmp.json [deleted file]
tests/jsonfiles/23-rule-counter.json [deleted file]
tests/jsonfiles/24-rule-ct.json [deleted file]
tests/jsonfiles/25-rule-exthdr.json [deleted file]
tests/jsonfiles/26-rule-immediate.json [deleted file]
tests/jsonfiles/27-rule-limit.json [deleted file]
tests/jsonfiles/28-rule-log.json [deleted file]
tests/jsonfiles/29-rule-match.json [deleted file]
tests/jsonfiles/30-rule-lookup.json [deleted file]
tests/jsonfiles/31-rule-meta.json [deleted file]
tests/jsonfiles/32-rule-nat4.json [deleted file]
tests/jsonfiles/33-rule-nat6.json [deleted file]
tests/jsonfiles/34-rule-payload.json [deleted file]
tests/jsonfiles/35-rule-target.json [deleted file]
tests/jsonfiles/36-rule-real.json [deleted file]
tests/jsonfiles/37-rule-real.json [deleted file]
tests/jsonfiles/38-rule-real.json [deleted file]
tests/jsonfiles/39-rule-real.json [deleted file]
tests/jsonfiles/40-rule-real.json [deleted file]
tests/jsonfiles/41-rule-real.json [deleted file]
tests/jsonfiles/42-rule-real.json [deleted file]
tests/jsonfiles/43-rule-real.json [deleted file]
tests/jsonfiles/44-rule-real.json [deleted file]
tests/jsonfiles/45-rule-real.json [deleted file]
tests/jsonfiles/46-rule-real.json [deleted file]
tests/jsonfiles/47-rule-real.json [deleted file]
tests/jsonfiles/48-rule-real.json [deleted file]
tests/jsonfiles/49-rule-real.json [deleted file]
tests/jsonfiles/50-rule-real.json [deleted file]
tests/jsonfiles/51-rule-real.json [deleted file]
tests/jsonfiles/52-rule-real.json [deleted file]
tests/jsonfiles/53-rule-real.json [deleted file]
tests/jsonfiles/54-rule-real.json [deleted file]
tests/jsonfiles/55-rule-real.json [deleted file]
tests/jsonfiles/56-rule-real.json [deleted file]
tests/jsonfiles/57-rule-real.json [deleted file]
tests/jsonfiles/58-rule-real.json [deleted file]
tests/jsonfiles/59-rule-real.json [deleted file]
tests/jsonfiles/60-rule-real.json [deleted file]
tests/jsonfiles/61-rule-real.json [deleted file]
tests/jsonfiles/62-set.json [deleted file]
tests/jsonfiles/63-set.json [deleted file]
tests/jsonfiles/64-ruleset.json [deleted file]
tests/jsonfiles/65-rule-meta-target.json [deleted file]
tests/jsonfiles/66-rule-queue.json [deleted file]
tests/jsonfiles/67-rule-queue.json [deleted file]
tests/jsonfiles/68-rule-masq.json [deleted file]
tests/jsonfiles/69-rule-redir.json [deleted file]
tests/jsonfiles/70-rule-real.json [deleted file]
tests/nft-parsing-test.c [deleted file]
tests/test-script.sh