]> git.ipfire.org Git - thirdparty/lldpd.git/blob - CHANGELOG
Add smart mode support.
[thirdparty/lldpd.git] / CHANGELOG
1 lldpd (0.5.1)
2 * Features:
3 + Allow to force a protocol even when no peer for this protocol is
4 detected.
5 + Add a smart mode that allows to discard bogus port information,
6 for example CDP packets that are flooded through a switch that
7 does not support CDP.
8 + Allow to set LLDP-MED network policy from lldpctl, thanks to a patch from
9 Philipp Kempgen.
10 + Allow to set LLDP-MED POE-MDI from lldpctl.
11 + Add a summary of available options in "lldpd -h" and "lldpctl -h",
12 thanks to a patch from Jorge Boncompte.
13 + Add a new output (keyvalue) for lldpctl.
14 + Listen on VLAN using an appropriate BPF filter, VLAN
15 decapsulation. Older "listen on vlan" feature is discarded. See
16 README for more information on the new feature.
17 + Use output of lsb_release if available for system description.
18
19 * Fixes:
20 + Ignore interface with no queue. It should filter out interfaces
21 like "vnet0" that would fail if we try to send something on them.
22 + Don't check CDP checksums (not really a fix but it appears that
23 Cisco checksum have some difficult corner cases).
24
25 lldpd (0.5.0)
26
27 * Features:
28 + lldpd can now handle several systems on the same port. This
29 modification also allows to speak to a switch using CDP and LLDP
30 for example.
31 + The way that lldpd gathers information for each port has been
32 abstracted. This should allow to support more systems (BSD for
33 examples) or switch cores in the future. Sending/receive support
34 is also abstracted.
35 + Add "-k" switch to avoid to emit too much information on running
36 kernel.
37 + Support of ifAlias with kernel >= 2.6.28
38 + Lot of portability stuff. lldpd can now be compiled on RHEL
39 2.1. Still Linux-only though.
40 + Add an option to specify AgentX socket (-X).
41 + Add some unit tests
42 + lldpctl has been reworked; it is now able to output data in XML
43 format for easier parsing. Patches were provided by Andreas
44 Hofmeister.
45
46 * Bug fixes:
47 + Fix EDP VLAN handling
48 + Silent warnings about bridge stuff.
49 + Copy /etc/localtime into chroot before starting lldpd daemon to
50 ensure correct timestamps for logs.
51
52 lldpd (0.4.1)
53
54 * Fix EDP handling when there is no VLAN
55 * Fix CDP version to not always be 1
56 * Misc fix:
57 + incorrect number of arguments for a LLOG_INFO call
58 + fix SNMP last change in case this change occurs before start time
59
60 lldpd (0.4)
61
62 * Rewrite of packet builder and parser to be able to cope with
63 architecture that cannot do unaligned read. For decoder, we don't
64 cast structures any more since they can be unaligned. For encoder,
65 we use memcpy through the use of macro that build packets step by
66 step.
67
68 lldpd (0.3.2)
69
70 * Fix LLDP-MED support
71
72 lldpd (0.3.1)
73
74 * Misc fixes, including memory leaks
75
76 lldpd (0.3)
77
78 * Initial support of LLDP-MED
79 * Fix for bridge detection (don't send bridge ioctl on random interfaces)
80 * For bonded devices, get the real hardware address. For inactive
81 slaves, transmit using a random MAC address.
82
83 lldpd (0.2.1)
84
85 * Fix a syntax error in manual page
86 * Fix open() calls
87
88 lldpd (0.2)
89
90 * Add privilege separation
91 * Add FDP support
92 * Support CDP encapsulated into native VLAN
93 * Various fixes
94
95 lldpd (0.1)
96
97 * Initial release