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