]> git.ipfire.org Git - thirdparty/lldpd.git/blame - CHANGELOG
Add smart mode support.
[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.
42b39485
VB
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.
0d606289 8 + Allow to set LLDP-MED network policy from lldpctl, thanks to a patch from
40d6a8d2 9 Philipp Kempgen.
0d606289 10 + Allow to set LLDP-MED POE-MDI from lldpctl.
93108f71 11 + Add a summary of available options in "lldpd -h" and "lldpctl -h",
999509a3
VB
12 thanks to a patch from Jorge Boncompte.
13 + Add a new output (keyvalue) for lldpctl.
49697208
VB
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.
c036b15d 17 + Use output of lsb_release if available for system description.
93108f71 18
58fe6128 19 * Fixes:
5b3214aa
VB
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.
4ea50809
VB
22 + Don't check CDP checksums (not really a fix but it appears that
23 Cisco checksum have some difficult corner cases).
58fe6128 24
775d49a0
VB
25lldpd (0.5.0)
26
0bded858
VB
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.
740d517e 40 + Add an option to specify AgentX socket (-X).
0bded858 41 + Add some unit tests
4f602042
V
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.
0bded858
VB
45
46 * Bug fixes:
47 + Fix EDP VLAN handling
48 + Silent warnings about bridge stuff.
c0ce5d1a
V
49 + Copy /etc/localtime into chroot before starting lldpd daemon to
50 ensure correct timestamps for logs.
775d49a0 51
b7eb76b7
VB
52lldpd (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
a8105c1b
VB
60lldpd (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
34602f3b
VB
68lldpd (0.3.2)
69
70 * Fix LLDP-MED support
71
d32c8944
VB
72lldpd (0.3.1)
73
74 * Misc fixes, including memory leaks
75
b193e97e
VB
76lldpd (0.3)
77
efe3f9b0 78 * Initial support of LLDP-MED
43655386 79 * Fix for bridge detection (don't send bridge ioctl on random interfaces)
1d291522
VB
80 * For bonded devices, get the real hardware address. For inactive
81 slaves, transmit using a random MAC address.
b193e97e 82
ff1910c8
VB
83lldpd (0.2.1)
84
85 * Fix a syntax error in manual page
86 * Fix open() calls
87
ee92ac46
VB
88lldpd (0.2)
89
b752ebcb 90 * Add privilege separation
ee92ac46
VB
91 * Add FDP support
92 * Support CDP encapsulated into native VLAN
93 * Various fixes
94
ee92ac46
VB
95lldpd (0.1)
96
97 * Initial release