]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lldpd-structs.h
build: fix compilation with `--enable-fdp --disable-cdp`
[thirdparty/lldpd.git] / src / lldpd-structs.h
2019-01-08  Vincent Bernatbuild: fix compilation with `--enable-fdp --disable...
2018-10-02  Vincent Bernatdaemon: do not explicitely inline functions
2018-07-15  Vincent BernatMerge pull request #289 from GustavWi/master
2018-07-06  Gustav WiklanderAdd support for PD PoE negotiation. 289/head
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: don't use chassis TTL anymore
2017-02-19  Vincent Bernatlldp: attach remote TTL to port instead of chassis
2016-06-14  Vincent Bernatlldp: add ability to control propagation of LLDPDU
2016-06-09  Vincent Bernatinterfaces: fix setting of local value for port ID
2016-05-14  Vincent Bernatinterfaces: ensure we don't break strict aliasing rule
2016-03-01  Vincent BernatMerge pull request #163 from kanrajag/feature/enhance...
2016-02-28  kannaenhance custom tlv with add/replace commands 163/head
2016-01-01  Vincent Bernatlldpd: fix change detection
2015-10-03  Vincent Bernatlldpd: remove outdated comment about custom TLV
2015-08-23  Vincent BernatAbility to enable/disable RX/TX individually on each...
2015-08-22  Vincent Bernatlldpd: ensure retransmit is triggered when a port goes up
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 Ardeleanclient: implement client interface for custom TLVs
2015-05-19  Alexandru Ardeleandaemon: add basic custom TLV send & receive
2015-05-14  Vincent Bernattests: fix SNMP tests
2015-04-24  Vincent BernatMerge pull request #106 from commodo/make-some-tlvs...
2015-04-09  Alexandru Ardeleanlldpd: make management addresses advertisement optional
2015-04-09  Alexandru Ardeleanlldpd: make chassis capabilities advertisement optional
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-01-04  Vincent Bernatlldp: when MSAP changes, send a shutdown LLPDU
2015-01-04  Vincent Bernatmarshal: don't marshal previous port value
2014-12-06  Vincent Bernatlldpd: don't rely on a checksum to detect a port change
2014-12-06  Vincent Bernatlldpd: use a macro to define offset of permanent port...
2014-12-04  Vincent Bernatlldpd: decrease probability of collisions on port checksums
2014-05-30  Vincent Bernatlldpcli: add an option to enable promisc mode on manage...
2014-05-21  Sam TannousSupport for modifying PortID TLV
2014-04-09  Vincent BernatMerge pull request #60 from jonasj76/override-hostname
2014-04-08  Jonas Johanssonlldp: add option/command to override hostname
2013-08-13  Vincent Bernatlldpd: make notifications work when a port goes down
2013-08-11  Vincent Bernatinterfaces: abstract a bit MAC address mangling for...
2013-08-11  Roopa Prabhu[PATCH| lldpd: use bond slave real mac with locally...
2013-07-03  Vincent Bernatclient: add "configure/unconfigure system interface...
2013-06-02  Vincent Bernatmarshal: provide type-specific serialization/unserializ...
2013-05-14  roopalldpd: Add tx_hold
2013-05-08  Vincent Bernatlldpd: make fast start work only when receiving LLDP...
2013-05-08  roopalldpd: fast start support
2013-04-19  Vincent Bernatbsd: reorder headers to fix compilation of various BSD
2013-03-31  Vincent Bernatlldpd: limit the maximum of neighbors per port and...
2013-01-22  Vincent Bernatlldpd: pause at start, unpause through lldpcli
2012-12-31  Vincent Bernatevent: use a separate event timer for each port
2012-12-27  Vincent BernatOpenBSD support.
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
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 Bernatlldpd: move configuration stuff into a dedicated structure
2012-08-31  Vincent Bernatmarshal: don't marshal the list of chassis
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.