]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lldpd-structs.c
tests: fix skip instruction
[thirdparty/lldpd.git] / src / lldpd-structs.c
2019-04-09  Vincent Bernatagent: do not increase statsAgeoutsTotal when receiving...
2018-03-18  Vincent BernatMerge pull request #274 from vincentbernat/feature...
2018-03-17  Vincent BernatMerge pull request #272 from westermo/fix-snmp-remTable...
2018-03-17  Vincent Bernatlldpd: add an option to keep some specified ports feature/keep-some-ports 274/head
2018-03-12  Thomas Eliassonhandle lldpStatsRemTablesLastChangeTime correctly when... 272/head
2017-12-30  Vincent BernatMerge pull request #263 from vic-lin-accton/master
2017-12-30  vic_linlldpd: check for defined string before use chassis...
2017-02-19  Vincent Bernatlldp: attach remote TTL to port instead of chassis
2016-03-01  Vincent BernatMerge pull request #163 from kanrajag/feature/enhance...
2016-02-28  kannaenhance custom tlv with add/replace commands 163/head
2015-05-20  Vincent BernatMerge pull request #109 from commodo/add-custom-tlvs
2015-05-19  Alexandru Ardeleanlldpd: convert 'oui_info' member to dynamic array 109/head
2015-05-19  Alexandru Ardeleanlldpd: make custom TLV code optional
2015-05-19  Alexandru Ardeleandaemon: add basic custom TLV send & receive
2015-03-29  Vincent BernatMerge pull request #101 from commodo/port_label2
2015-03-24  Alexandru Ardeleanlldpd: add port description override via lldpcli 101/head
2015-03-24  Alexandru Ardeleanlldpd: implement basic support to override port IDs...
2015-02-06  Vincent Bernatlib: fix "unknwon" typo
2014-05-21  Sam TannousSupport for modifying PortID TLV
2014-05-10  Vincent Bernatlldp: support for shutdown LLDPU
2014-04-09  Vincent BernatMerge pull request #60 from jonasj76/override-hostname
2014-04-08  Jonas Johanssonlldp: add option/command to override hostname
2013-10-12  Vincent Bernatlib: fix a segfault introduced in ef3707 when freeing...
2013-08-13  Vincent Bernatlldpd: fix a segfault when a port disappear
2013-08-13  Vincent Bernatlldpd: small optimization in the expiration process
2013-08-13  Vincent Bernatlldpd: make notifications work when a port goes down
2013-06-08  Roopa PrabhuFixed some boundary conditions in code that cleans
2013-03-31  Vincent Bernatlldpd: enforce TTL on remote chassis
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
2012-09-01  Vincent Bernatlldpd: add proper insert/delete/ageout counters
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.