]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Add a new output for lldpctl: keyvalue.
authorVincent Bernat <bernat@luffy.cx>
Sun, 11 Apr 2010 08:14:12 +0000 (10:14 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 11 Apr 2010 08:17:07 +0000 (10:17 +0200)
commit999509a3bdf6b1c05fd632c2643415efe349680c
tree43ff7cca476d99ca8e74c255405827809caef08f
parent8e44f2dca1e891507a140181a2b97a077dc5a1f3
Add a new output for lldpctl: keyvalue.

This output allows is easily parseable through a shell script (sed,
grep, awk). There is still room for improvement on how to handle
attributes.
CHANGELOG
man/lldpctl.8
src/Makefile.am
src/display.c
src/kv_writer.c [new file with mode: 0644]
src/lldpctl.c
src/writer.h