]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lib/lldpctl.h
lib: stricly-prevent use of a connection used to watch events
[thirdparty/lldpd.git] / src / lib / lldpctl.h
2020-04-24  Vincent Bernatlib: stricly-prevent use of a connection used to watch...
2020-04-23  Vincent Bernatlib: emphasize `conn` cannot be used after lldpctl_watc...
2020-01-23  Vincent Bernatlib: don't break ABI by moving new config_tx_interval_m...
2020-01-23  Vincent BernatMerge pull request #379 from jp-t/master
2020-01-16  Jean-Pierre TosoniAllow configuring tx-interval in milliseconds
2019-10-19  Vincent BernatMerge pull request #350 from patrikdanielssonaxis/8023bt
2019-10-11  Patrik Danielssonlldp: Power via MDI TLV: Initial support for 802.3bt
2019-09-04  Wataru Ashiharafix typo
2019-07-27  Vincent Bernatlib: expose management interface index
2019-07-27  Vincent Bernatlib: fix missing words in lldpctl.h
2019-04-06  Vincent Bernatclient: ability to set maximum of neighbors from lldpcli
2019-03-15  Vincent Bernatlib: use an unique variable as iterator in foreach...
2018-06-16  Vincent BernatMerge pull request #285 from vincentbernat/feature...
2018-06-13  Vincent Bernatlib: document the inability to do anything else when...
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-02-20  Vincent Bernatlib: lldpctl_k_config_paused is writable
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 Bernatlib: move new lldpctl_k_config_cid_string to end of...
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-05-27  Vincent Bernatlib: allow retrieval of chassis TTL
2016-03-19  Vincent Bernatlib: more typo in strings
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-20  Vincent Bernatlib: rework a bit documentation around reference counting
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-07-11  Vincent Bernatlib: ability to get and query local chassis
2015-05-28  Vincent BernatMerge pull request #115 from alagoutte/travis_container
2015-05-28  Vincent BernatMerge pull request #114 from alagoutte/clang
2015-05-21  Alexis La Gouttefix parameter 'lldpctl' not found in the function decla...
2015-05-20  Vincent BernatMerge pull request #109 from commodo/add-custom-tlvs
2015-05-19  Alexandru Ardeleanlib: add custom TLV + list atom(s)
2015-05-16  Vincent Bernatlib: enable ability to change log level on-the-fly
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 Bernatlib: a change to port description is transmitted 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-11-04  Vincent Bernatlib: document the possibility of using NULL with `lldpc...
2014-07-08  Sam TannousAdd call to process more messages from data already...
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-11  Roopa Prabhu[PATCH| lldpd: use bond slave real mac with locally...
2013-07-03  Vincent Bernatclient: add "configure/unconfigure system interface...
2013-07-03  Vincent Bernatlib: `lldpctl_k_config_receiveonly` is a read-only...
2013-06-20  Vincent Bernatlldpcli: `configure system platform` to override platfo...
2013-06-20  Vincent Bernatlldpcli: `configure system description` to override...
2013-06-01  Vincent Bernatlldpctl.h: document possibility to write iface-pattern
2013-05-14  roopalldpd: Add tx_hold
2013-05-14  Vincent Bernatlib: keep space for new values in `lldpctl_key_t`
2013-05-08  Vincent Bernatlldpcli: allow to enable/disable fast-start and set...
2013-05-07  Vincent Bernatlib: use uint8_t instead of u_int8_t
2013-04-16  roopalldpcli: Add support to display lldp stats
2013-02-26  Zang MingJieAdd a argument to specify the unix control socket 29/head
2013-01-22  Vincent Bernatlldpd: pause at start, unpause through lldpcli
2013-01-18  Vincent BernatFix some spelling mistakes.
2013-01-05  Vincent BernatMerge branch 'feature/1/cli'
2013-01-05  Vincent Bernatdoc: fix doxygen warnings and don't parse include/linux
2013-01-05  Vincent Bernatlib: add a function to retrieve a map
2012-09-01  Vincent Bernatgeneral: use "TX interval" instead of "TX delay" to...
2012-09-01  Vincent Bernatdoc: add appropriate titles to groups in lldpctl.h
2012-09-01  Vincent Bernatdoc: polish documentation of liblldpctl
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-28  Vincent BernatSeparate daemon and client code. Provide a client library.