]> git.ipfire.org Git - thirdparty/lldpd.git/commit - NEWS
lldpctl: add a CLI
authorVincent Bernat <bernat@luffy.cx>
Sat, 5 Jan 2013 13:44:46 +0000 (14:44 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sat, 5 Jan 2013 13:44:46 +0000 (14:44 +0100)
commit9a775667baec4ef97d1d35729a374247bf4faf13
treeaaaf558985e769985083fc7954e6be7850bb39ba
parent6fcf11caf862412932b132e1835fe02a751515e4
lldpctl: add a CLI

CLI provides contextual help and completion. It uses libedit.
14 files changed:
NEWS
configure.ac
src/client/Makefile.am
src/client/actions.c
src/client/client.h
src/client/commands.c [new file with mode: 0644]
src/client/display.c
src/client/json_writer.c
src/client/lldpctl.8
src/client/lldpctl.c
src/client/lldpctl.supp [new file with mode: 0644]
src/client/misc.c [new file with mode: 0644]
src/client/show.c [new file with mode: 0644]
src/client/xml_writer.c