]> git.ipfire.org Git - thirdparty/lldpd.git/commit - NEWS
client: add "json0" to the list of available formats
authorVincent Bernat <vincent@bernat.im>
Tue, 15 Aug 2017 17:22:00 +0000 (19:22 +0200)
committerVincent Bernat <vincent@bernat.im>
Tue, 15 Aug 2017 17:22:00 +0000 (19:22 +0200)
commit479d49853a47802b5b631776f93da8e6c30d916e
tree066866ec43812ba2e198517560d71bcdbff6447c
parent44b4bc6547e92fc6581ca1e01f5dd16ad7afbb4f
client: add "json0" to the list of available formats

This enables a more verbose JSON output whose structure is kept
the same with one or several neighbors. It's easier to parse than the
current structure.

Fix #236
NEWS
src/client/json_writer.c
src/client/lldpcli.8.in
src/client/lldpcli.c
src/client/writer.h
tests/integration/test_lldpcli.py