]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/client/client.h
lldpctl: put a lock around some commands to avoid race conditions
[thirdparty/lldpd.git] / src / client / client.h
2019-09-29  Vincent Bernatlldpctl: put a lock around some commands to avoid race...
2017-08-30  Steven Websterclient: add show interfaces command (#240)
2016-03-18  Vincent Bernatbuild: let configure tell us if we have address sanitizer
2016-03-18  Vincent Bernatlldpcli: silence expected memory leaks
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 Bernatlldpcli: add "show chassis" command
2015-04-24  Vincent BernatMerge pull request #106 from commodo/make-some-tlvs...
2015-04-09  Alexandru Ardeleanlldpd: make chassis capabilities advertisement optional
2014-07-12  Vincent Bernatlldpcli: provide a hidden complete command for shell...
2014-07-10  Vincent Bernatlldpcli: change how privileged commands are declared
2014-07-08  Sam Tannouslldpcli: add display filter to show nbrs running specif...
2013-07-03  Vincent Bernatclient: add "configure/unconfigure system interface...
2013-06-20  Vincent Bernatlldpcli: split `conf.c` into `conf-system.c` and `conf...
2013-05-08  Vincent Bernatlldpcli: allow to enable/disable fast-start and set...
2013-04-16  roopalldpcli: Add support to display lldp stats
2013-01-22  Vincent Bernatlldpcli: split actions.c in several files
2013-01-22  Vincent Bernatlldpcli: put port restriction into a commands.c for...
2013-01-18  Vincent Bernatlldpcli: add an option to read commands from files
2013-01-06  Vincent Bernatlldpcli: don't rely on `rl_delete_text()`
2013-01-06  Vincent Bernatlldpcli: make readline library optional.
2013-01-06  Vincent Bernatlldpcli: switch to GNU Readline.
2013-01-05  Vincent BernatMerge branch 'feature/1/cli'
2013-01-05  Vincent Bernatlldpctl: remove "unconfigure" commands (not implemented)
2013-01-05  Vincent Bernatlldpctl: add a CLI
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.