]> git.ipfire.org Git - thirdparty/lldpd.git/commit
client: add an option to use pre-0.9.2 json-c format
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 18:00:27 +0000 (20:00 +0200)
commit20edc61c7dfe2dab998c66a2fe86c6305ccb31f2
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