3 + Ability to add/remove/replace custom TLV from lldpcli.
4 + LLDP-MED capabilities are displayed differently in lldpcli.
5 + Limit the maximum depth (5) when trying to apply a VLAN.
6 + Change JSON output format when using json-c to match Jansson
9 + LLDP-MED POE TLV are now displayed in lldpcli.
10 + Ignore lower link when it is in another namespace.
11 + Fix various problems with interfaces being enslaved.
15 + Rework packaging for OS X to make it work with El Capitan. To
16 simplify a bit, it is not possible anymore to build fat
17 binaries. Latest version of OS X supporting 32bit was 10.6.
19 + By default, when using port alias as description, use port name
21 + Miscellaneous fixes with netlink cache.
22 + Ensure large netlink messages can be received.
26 + Don't rely on libnl3 for netlink. Reuse the previous code and
27 implement a lighweight cache.
29 lldpd (0.8.0, never released)
31 + Fix a buffer overflow when receiving a too large management
32 address TLV. Unless hardening has been disabled, this overflow
33 cannot be used for arbitrary code execution.
34 + Update LLDP-MED policy L2 priority values to match
35 802.1Q-2005. This may be a breaking change.
37 + PIE is now disabled by default. It's too difficult to reliably
38 detect if it works. Use --enable-pie to enable it.
39 + Retrieve the permanent MAC address of an interface through
40 ethtool for Linux if /proc/net/bonding is not available.
41 + Running lldpd with "-d" will keep the process in foreground but
42 logs will still go to syslog. To log to the console, add at
44 + Fix minimal kernel version to 2.6.39. Add a runtime warning when
46 + Remove old bridge code (the one using ioctl).
47 + Don't discard down interfaces. Notably, this enables us to keep
48 their specific configuration if any.
49 + For Linux, switch to libnl3. Be aware of the licensing issues in
50 case of static linking.
51 + Introduce the notion of default local port. New interfaces will
52 use it as a base. This allows setting various MED stuff.
53 + Provide an apparmor profile (untested).
57 + Fix an infinite loop when using veth on Linux 4.1+ kernels.
58 + Make CDP advertise the appropriate kernel name as platform,
61 + Fix the way libevent configure is called.
65 + For Linux, 2.6.32 is now the minimal required kernel. When using
66 an older kernel, use `--enable-oldies`.
67 + For Linux, use netlink to retrieve information about bridges,
68 VLAN and bonds. The code was contributed by Cumulus Networks.
70 + Use symbol versioning for liblldpctl.so.
71 + Ability to get local chassis information with "show
73 + The library also has the same ability with the
74 `lldpctl_get_local_chassis()` function. It is also possible to
75 get a chassis atom from a port with `lldpctl_k_port_chassis`
76 key. This is now the preferred way to retrieve chassis related
80 + Accept "language" when configuring MED location as a civic address.
84 + Optional features can be configured with "auto" to autodetect if
85 they are usable. This is the default value for JSON and XML support.
86 + Ability to send and decode custom/unknown TLV. Thanks to Alexandru
89 + Modify checksum function. While this should be strictly
90 equivalent, if you notice CDP packets not accepted anymore, this
91 change is the first culprit.
95 + Shutdown LLPDU are sent on MSAP change and when lldpd exits.
96 + When an exact IP is provided as a management pattern, use it
98 + Ability to set port ID and description to an arbitrary value,
99 thanks to Alexandru Ardelean.
101 + Incorrect boundary check when decoding management address and
102 protocol identity may lead to lldpd crash when processing
104 + Many edge cases where lldpd was leaving hanging processes after
109 + Unbreak customization of Unix socket path from command line.
113 + Interface pattern, management pattern, system description,
114 system platform and system hostname can be unconfigured to their
117 + Don't complain when parsing a commented line.
118 + Correctly persist configuration changes for "system interface
119 promiscuous", "system interface description" "med fast-start
120 enable", "pause" and "resume".
121 + Fix listening on bond devices for old kernels (< 2.6.27).
125 + Ship bash and zsh completion.
126 + Abort when some command-line options are repeated.
128 + Handle correctly read failures in liblldpctl.
132 + Ability to set promiscuous mode to work around bugs of some
133 switches encapsulating LLDP frames inside 802.1Q frames.
134 + JSON support for lldpcli can use json-c instead of jansson,
135 thanks to Michel Stam.
137 + Fix checksum computation for Cisco CDP.
138 + Fix ability to disable LLDP.
139 + Fix seccomp sandbox, thanks to Patrick McLean.
143 + Default location for chroot, socket and PID are now configurable
144 in `./configure`. The default location is based on the value of
145 `runstatedir` which in turn may be based on the value of
146 `localstatedir` which defaults to `/usr/local/var`. Therefore,
147 to get the previous locations, lldpd should be configured with
148 `./configure --localstatedir=/var`.
150 + Fix `configure system bond-slave-src-mac-type local`. Also use
153 + Add support for shutdown LLDPU.
154 + Ability to configure IP management pattern from lldpcli.
155 + Ability to choose what port ID should be (MAC or interface name).
159 + Don't hard-code default values for system name, system
160 description and port description. When the field is not present,
161 just don't display it.
162 + Fix lldpcli behaviour when suid.
163 + On OSX, don't use p2p0 interfaces: it would break WLAN.
164 + Fix SNMP support on RHEL.
167 + Add the possibility to disable privilege separation (lower
168 memory consumption, lower security, don't do it).
169 + Interfaces can now be whitelisted. For example, *,!eth*,!!eth1
170 is a valid pattern for all interfaces except eth ones, except
171 eth1. Moreover, on exact match, an matching interface
172 circumvents most sanity checks (like VLAN handling).
173 + Ability to override the hostname.
177 + Use a locally administered MAC address or an arbitrary one
178 instead of null MAC address for bond devices on Linux. This is
179 configurable through `lldpcli`.
180 + Add support for "team" driver (alternative to bond devices).
181 + Preliminary support for DTrace/systemtap.
182 + Preliminary support for seccomp (for monitor process).
183 + Setup chroot inside lldpd instead of relying on init script.
185 + Various bugs related to fixed point number handling (for
186 coordinates in LLDP-MED)
187 + Fix a regression in how MAC address of an enslaved device is
192 + Provide a way to build packages for OSX.
193 + Add an option to update interface description with neighbor name.
195 + Compilation fix for OSX 10.6.
199 + Segfault while tokenizing in lldpcli.
203 + Segfault in lldpcli.
204 + Memory leak in liblldpctl when using a custom log handler.
205 + Fix some unaligned memory accesses.
206 + Fix frame reception on OpenBSD.
208 + Allow to configure hold value from lldpcli (and hence the TTL).
209 + Allow to configure pattern for valid interfaces from lldpcli.
210 + Allow to override system description from lldpcli.
211 + Display the neighbor connected as the process title (or the
212 number of connected neighbors).
216 + DragonFly BSD support.
217 + Solaris support (incomplete).
218 + LLDP-MED fast start support (thanks to Roopa Prabhu).
219 + Provide global statistics through "show statistics summary"
220 command (thanks to Roopa Prabhu).
222 + Fix IPv4/IPv6 address discovery in Linux.
226 + lldpd can be configured through /etc/lldpd.conf and
227 /etc/lldpd.d. All commands accepted by lldpcli are accepted.
228 + Lock BPF interfaces before handing them to chrooted process on
230 + Limit the number of neighbors for each port to 4 (per protocol).
231 + Force CDPv2 protocol with argument `-ccc`.
232 + Provide port statistics through "show statistics" command
233 (thanks to Roopa Prabhu).
235 + Driver whitelisting is done before checking if an interface has
236 a lower interface in Linux.
237 + Expire remote ports and chassis in a timely manner.
241 + Mac OS X support, sponsored by Xcloud, Mac cloud server hosting
242 provider. http://xcloud.me/
243 + Upstart and systemd support.
244 + Remove Unix socket when there is no process listening.
251 + Detect interface changes.
252 + CLI for lldpctl: lldpcli.
254 + Allow to disable LLDP protocol (with `-ll`). In this case, the
255 first enabled protocol will be used when no neighbor is detected.
256 + Allow to filter debug logs using tokens. Add more debug logs.
257 + lldpctl can now output JSON.
258 + Use netlink to gather interface information on Linux.
259 + Don't use ioctl for bridges anymore on Linux. The configure
260 option `--enable-oldies` allow to reenable their uses for
261 systems not supporting sysfs.
265 + Provide liblldpctl.so, a library to interface with lldpd. The
266 documentation is provided through Doxygen. See src/lib/lldpctl.h
267 which contains all the exported functions.
268 + Make lldpctl uses liblldpctl.so.
269 + Add a "watch" option to lldpctl to monitor neighbor changes.
270 + Add the possibility to display the current configuration of
271 lldpd with lldpctl. Also add the possibility to reset the
272 current transmit delay.
276 + Allow lldpctl to display hidden ports.
277 + Add a switch to specify interfaces to use to get chassis ID.
278 + Support for multiple management addresses and IPv6 management
279 addresses. Contributed by João Valverde.
281 + Switch to libevent. See README.md for details.
282 + Partial rewrite of the SNMP part. Less code.
283 + Unit tests for SNMP.
284 + Major rewrite of the protocol between lldpd and lldpctl. Less
287 + Several small SNMP fixes (discovered by unit tests).
291 + Configure issue with NetSNMP and some linkers
292 + Fix infinite loop for the receive part: on certain conditions,
293 lldpd will stop sending packets and stop updating local data.
297 + Send and receive native VLAN TLV with CDP
298 + Add a whitelist for some drivers (currently: dsa and veth)
300 + Compilation issues with NetSNMP 5.7 (and with earlier versions too)
301 + Small optimization of BPF filter
305 + Support for PPVID and PI Dot1 TLV, thanks to Shuah Khan.
306 + Extend whitelist with possibility to blacklist.
308 + Key/value output was incorrect when a dot was present in
309 interface names. This is fixed but it is preferable to use XML
310 output since the parsing is more difficult in this case.
311 + Only grab DMI information once. Only uses DMI for x86 platform.
312 + Padding issues with socket protocol. This introduces a change in
314 + Fix a segfault when neither /etc/os-release nor lsb_release
319 + Get OS information from /etc/os-release if available. Patch from
321 + Add a flag to specify which interfaces lldpd should listen to.
325 + Allow root to change configuration of lldpd when lldpctl has suid set.
327 + Handle Dot3 POE-MDI TLV (802.3af and 802.3at).
328 + Allow to set Dot3 POE-MDI from lldpctl.
332 + More flexible smart mode and new default. Manual page has been updated.
333 + Add a "receive-only" mode with "-r" switch.
337 + Allow to force a protocol even when no peer for this protocol is
339 + Add a smart mode that allows to discard bogus port information,
340 for example CDP packets that are flooded through a switch that
341 does not support CDP.
342 + Allow to set LLDP-MED network policy from lldpctl, thanks to a patch from
344 + Allow to set LLDP-MED POE-MDI from lldpctl.
345 + Add a summary of available options in "lldpd -h" and "lldpctl -h",
346 thanks to a patch from Jorge Boncompte.
347 + Add a new output (keyvalue) for lldpctl.
348 + Listen on VLAN using an appropriate BPF filter, VLAN
349 decapsulation. Older "listen on vlan" feature is discarded. See
350 README for more information on the new feature.
351 + Use output of lsb_release if available for system description.
354 + Ignore interface with no queue. It should filter out interfaces
355 like "vnet0" that would fail if we try to send something on them.
356 + Don't check CDP checksums (not really a fix but it appears that
357 Cisco checksum have some difficult corner cases).
362 + lldpd can now handle several systems on the same port. This
363 modification also allows to speak to a switch using CDP and LLDP
365 + The way that lldpd gathers information for each port has been
366 abstracted. This should allow to support more systems (BSD for
367 examples) or switch cores in the future. Sending/receive support
369 + Add "-k" switch to avoid to emit too much information on running
371 + Support of ifAlias with kernel >= 2.6.28
372 + Lot of portability stuff. lldpd can now be compiled on RHEL
373 2.1. Still Linux-only though.
374 + Add an option to specify AgentX socket (-X).
375 + Add some unit tests
376 + lldpctl has been reworked; it is now able to output data in XML
377 format for easier parsing. Patches were provided by Andreas
381 + Fix EDP VLAN handling
382 + Silent warnings about bridge stuff.
383 + Copy /etc/localtime into chroot before starting lldpd daemon to
384 ensure correct timestamps for logs.
388 * Fix EDP handling when there is no VLAN
389 * Fix CDP version to not always be 1
391 + incorrect number of arguments for a LLOG_INFO call
392 + fix SNMP last change in case this change occurs before start time
396 * Rewrite of packet builder and parser to be able to cope with
397 architecture that cannot do unaligned read. For decoder, we don't
398 cast structures any more since they can be unaligned. For encoder,
399 we use memcpy through the use of macro that build packets step by
404 * Fix LLDP-MED support
408 * Misc fixes, including memory leaks
412 * Initial support of LLDP-MED
413 * Fix for bridge detection (don't send bridge ioctl on random interfaces)
414 * For bonded devices, get the real hardware address. For inactive
415 slaves, transmit using a random MAC address.
419 * Fix a syntax error in manual page
424 * Add privilege separation
426 * Support CDP encapsulated into native VLAN