]> git.ipfire.org Git - thirdparty/lldpd.git/commit
client: add an option to use pre-0.9.2 json-c format feature/old-json 203/head
authorVincent Bernat <vincent@bernat.im>
Thu, 6 Oct 2016 06:38:10 +0000 (08:38 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 6 Oct 2016 09:13:39 +0000 (11:13 +0200)
commit1aa2197fd4b021ec5b9e7ffc477ceb89cca54d1f
tree0be62b34ecb054efc2ebbdd8ab18db01d1eff376
parent4e8db3cc7b91d757659d15fa69a6e78ec342982e
client: add an option to use pre-0.9.2 json-c format

The format has been changed in c8b8b858bbba to match the JSON format
used when compiled with Jansson. Some users may want to revert this
change. Add `--enable-json0` option for that.
NEWS
configure.ac
src/client/jansson_writer.c
src/client/jsonc_writer.c