-lldpd (0.6.2)
+lldpd (0.7.0)
* Global changes:
+ FreeBSD support.
+ OpenBSD support.
+ NetBSD support.
+ + Detect interface changes and handle them in less than one
+ second. Each port has now its own timer.
* Features:
+ Allow to disable LLDP protocol (with `-ll`). In this case, the
first enabled protocol will be used when no neighbor is detected.
+ Allow to filter debug logs using tokens. Add more debug logs.
+ lldpctl can now output JSON.
+ Use netlink to gather interface information on Linux.
- + Detect interface changes with netlink as well on Linux and
- trigger interface updates in a timely manner.
+ Don't use ioctl for bridges anymore on Linux. The configure
option `--enable-oldies` allow to reenable their uses for
systems not supporting sysfs.