]> git.ipfire.org Git - thirdparty/lldpd.git/blame - CHANGELOG
Allow to set LLDP-MED POE-MDI TLV from lldpctl.
[thirdparty/lldpd.git] / CHANGELOG
CommitLineData
93108f71
VB
1lldpd (0.5.1)
2 * Features:
3 + Allow to force a protocol even when no peer for this protocol is
4 detected.
40d6a8d2
VB
5 + Allow to set network policy from lldpctl, thanks to a patch from
6 Philipp Kempgen.
93108f71
VB
7 + Add a summary of available options in "lldpd -h" and "lldpctl -h",
8 thanks to a patch from Jorge Boncompte
9
775d49a0
VB
10lldpd (0.5.0)
11
0bded858
VB
12 * Features:
13 + lldpd can now handle several systems on the same port. This
14 modification also allows to speak to a switch using CDP and LLDP
15 for example.
16 + The way that lldpd gathers information for each port has been
17 abstracted. This should allow to support more systems (BSD for
18 examples) or switch cores in the future. Sending/receive support
19 is also abstracted.
20 + Add "-k" switch to avoid to emit too much information on running
21 kernel.
22 + Support of ifAlias with kernel >= 2.6.28
23 + Lot of portability stuff. lldpd can now be compiled on RHEL
24 2.1. Still Linux-only though.
740d517e 25 + Add an option to specify AgentX socket (-X).
0bded858 26 + Add some unit tests
4f602042
V
27 + lldpctl has been reworked; it is now able to output data in XML
28 format for easier parsing. Patches were provided by Andreas
29 Hofmeister.
0bded858
VB
30
31 * Bug fixes:
32 + Fix EDP VLAN handling
33 + Silent warnings about bridge stuff.
c0ce5d1a
V
34 + Copy /etc/localtime into chroot before starting lldpd daemon to
35 ensure correct timestamps for logs.
775d49a0 36
b7eb76b7
VB
37lldpd (0.4.1)
38
39 * Fix EDP handling when there is no VLAN
40 * Fix CDP version to not always be 1
41 * Misc fix:
42 + incorrect number of arguments for a LLOG_INFO call
43 + fix SNMP last change in case this change occurs before start time
44
a8105c1b
VB
45lldpd (0.4)
46
47 * Rewrite of packet builder and parser to be able to cope with
48 architecture that cannot do unaligned read. For decoder, we don't
49 cast structures any more since they can be unaligned. For encoder,
50 we use memcpy through the use of macro that build packets step by
51 step.
52
34602f3b
VB
53lldpd (0.3.2)
54
55 * Fix LLDP-MED support
56
d32c8944
VB
57lldpd (0.3.1)
58
59 * Misc fixes, including memory leaks
60
b193e97e
VB
61lldpd (0.3)
62
efe3f9b0 63 * Initial support of LLDP-MED
43655386 64 * Fix for bridge detection (don't send bridge ioctl on random interfaces)
1d291522
VB
65 * For bonded devices, get the real hardware address. For inactive
66 slaves, transmit using a random MAC address.
b193e97e 67
ff1910c8
VB
68lldpd (0.2.1)
69
70 * Fix a syntax error in manual page
71 * Fix open() calls
72
ee92ac46
VB
73lldpd (0.2)
74
b752ebcb 75 * Add privilege separation
ee92ac46
VB
76 * Add FDP support
77 * Support CDP encapsulated into native VLAN
78 * Various fixes
79
ee92ac46
VB
80lldpd (0.1)
81
82 * Initial release