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