]> git.ipfire.org Git - thirdparty/lldpd.git/commit - configure.ac
Implement an XML writer.
authorAndreas Hofmeister <andi@collax.com>
Sun, 28 Feb 2010 14:32:01 +0000 (15:32 +0100)
committerVincent <bernat@luffy.cx>
Sat, 6 Mar 2010 09:26:46 +0000 (10:26 +0100)
commit1480ce745f2383a6d59cdf62117707396f05d95a
treeee38efb8510b2fb6cd10b6cf438b2d36cbf1972a
parentf4d33e6bf103d96c94ec392fd263b1bc78f8d616
Implement an XML writer.

XML output can be enabled with the "--with-xml" configure option. libxml2 is
used to create the actual XML output.
configure.ac
m4/xml2.m4 [new file with mode: 0644]
man/lldpctl.8
src/Makefile.am
src/display.c
src/lldpctl.c
src/writer.h
src/xml_writer.c [new file with mode: 0644]