]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/lldpd.c
OpenBSD support.
[thirdparty/lldpd.git] / src / daemon / lldpd.c
2012-12-27  Vincent BernatOpenBSD support.
2012-12-27  Vincent Bernatfreebsd: make it compile and work on real FreeBSD systems
2012-12-26  Vincent Bernatfreebsd: correctly check if routing is enabled
2012-12-22  Vincent Bernatlldpd: fix debug message when discarding a received...
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-12-16  Vincent Bernatlog: add -D option to filter out debug logs
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
2012-11-12  Vincent Bernatlldpd: add possibility to disable LLDP
2012-09-01  Vincent Bernatsnmp: add lldpRemTablesChange notification
2012-09-01  Vincent Bernatlldpd: add proper insert/delete/ageout counters
2012-09-01  Vincent Bernatgeneral: use "TX interval" instead of "TX delay" to...
2012-08-31  Vincent Bernatlldpctl: add the possibility to force lldpd to start...
2012-08-31  Vincent Bernatlldpd: move configuration stuff into a dedicated structure
2012-08-30  Vincent Bernatlldpctl: add a "-w" option to watch neighbor changes
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.