]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Major rewrite: rewrite lldpd/lldpctl communication mechanism
authorVincent Bernat <bernat@luffy.cx>
Mon, 23 Jan 2012 21:24:00 +0000 (22:24 +0100)
committerVincent Bernat <bernat@luffy.cx>
Mon, 23 Jan 2012 21:26:30 +0000 (22:26 +0100)
commitf6d206319b2fb5ec30a9bef8d6e04a5ffa118ca6
tree47bcd75f3702406da3ea232f6297d98f0863cb53
parent6bf5e749dffa8ef2269f4578c7819676ffd9a282
Major rewrite: rewrite lldpd/lldpctl communication mechanism

The new marshalling stuff is used instead of the previous packing
mechanism. Less code. Better code.
src/Makefile.am
src/client.c
src/ctl-server.c
src/ctl.c
src/display.c
src/lldpctl.c
src/lldpd.h
tests/Makefile.am
tests/check_pack.c [deleted file]