]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/client.c
client: ability to set maximum of neighbors from lldpcli
[thirdparty/lldpd.git] / src / daemon / client.c
2019-04-06  Vincent Bernatclient: ability to set maximum of neighbors from lldpcli
2018-03-18  Vincent BernatMerge pull request #274 from vincentbernat/feature...
2018-03-17  Vincent Bernatlldpd: add an option to keep some specified ports feature/keep-some-ports 274/head
2018-03-01  Vincent Bernatdaemon: ensure interval update is taken into account...
2017-12-30  Vincent BernatMerge pull request #263 from vic-lin-accton/master
2017-12-30  Vincent Bernatlib: ability to configure a local chassis ID 263/head
2017-12-30  Vincent Bernatdaemon: ensure chassis-related changes are updated...
2017-02-19  Vincent Bernatlldp: don't use chassis TTL anymore
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-03-18  Vincent Bernatclient: fix memory leak when modifying port-related...
2016-03-12  Vincent Bernatcustom: fix a capitalization error in man page
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-09-24  Vincent BernatMerge pull request #138 from commodo/copy-paste-fix
2015-09-24  Alexandru Ardeleanclient: fix copy+paste for some vars 138/head
2015-08-23  Vincent BernatAbility to enable/disable RX/TX individually on each...
2015-08-22  Vincent BernatAdd a default local port as a template for any future...
2015-08-22  Vincent Bernatclient: factor port modification in a dedicated function
2015-08-05  Vincent BernatMerge pull request #126 from idryzhov/master
2015-08-05  Igor Ryzhovdaemon: fix missing parenthesis 126/head
2015-07-11  Vincent Bernatlib: ability to get and query local chassis
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: implement client interface for custom TLVs
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 Bernatclient: when receiving a port update, transmit it now
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...
2014-12-03  Vincent Bernatmarshal: ensure we correctly handle signed result from...
2014-11-06  Vincent Bernatclient: fix "update" command
2014-11-04  Vincent Bernatlldpcli: allow to unset patterns and system description...
2014-11-02  Vincent Bernatclient: fix configuration modification
2014-05-30  Vincent Bernatlldpcli: add an option to enable promisc mode on manage...
2014-05-21  Vincent Bernatlldpd: trigger regular interface refresh when changing...
2014-05-21  Sam TannousSupport for modifying PortID TLV
2014-05-11  Vincent Bernatlldpcli: directive to configure IP management pattern
2014-04-09  Vincent BernatMerge pull request #60 from jonasj76/override-hostname
2014-04-08  Jonas Johanssonlldp: add option/command to override hostname
2013-11-23  Vincent Bernatclang: fix an obvious use after free
2013-09-28  Vincent Bernatdtrace: add systemtap/DTrace support
2013-08-11  Vincent Bernatrpc: don't check source MAC settings when it is 0
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-20  Vincent Bernatlldpcli: `configure system platform` to override platfo...
2013-06-20  Vincent Bernatlldpcli: `configure system description` to override...
2013-06-06  Vincent Bernatmarshal: don't declare serialize/unserialize helper...
2013-06-02  Vincent Bernatmarshal: provide type-specific serialization/unserializ...
2013-06-01  Vincent Bernatclient: fix a memory leak when changing lldpd configuration
2013-06-01  Vincent Bernatclient: trigger interface refresh when updating interfa...
2013-06-01  Vincent Bernatlib: fix a memory leak when modifying interface pattern
2013-06-01  roopalldpcli: Add support to set iface-pattern
2013-05-14  roopalldpd: Add tx_hold
2013-05-08  Vincent Bernatlldpcli: allow to enable/disable fast-start and set...
2013-01-22  Vincent Bernatlldpd: pause at start, unpause through lldpcli
2012-12-29  Vincent Bernatglobal: fix some issues detected by cppcheck
2012-12-23  Vincent Bernatmarshal: respect GCC strict-aliasing rule
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
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 Bernatlldpctl: allow to display global configuration of lldpd
2012-08-30  Vincent Bernatlldpctl: add a "-w" option to watch neighbor changes
2012-08-30  Vincent Bernatclient: use libevent's bufferevent infrastructure to...
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.