]> git.ipfire.org Git - thirdparty/lldpd.git/blame - CHANGELOG
snmp: add support for IPv6 management addresses
[thirdparty/lldpd.git] / CHANGELOG
CommitLineData
4e22da4c 1lldpd (0.6)
9c43aeb4
VB
2 * Features:
3 + Allow lldpctl to display hidden ports.
5339e725 4 + Add a switch to specify interfaces to use to get chassis ID.
da92cd57
VB
5 * Global changes:
6 + Partial rewrite of the SNMP part. Less code.
7 + Unit tests for SNMP.
8 + Major rewrite of the protocol between lldpd and lldpctl. Less
9 code.
4e22da4c 10 * Fixes:
4e22da4c
VB
11 + Several small SNMP fixes (discovered by unit tests).
12
c520cb14
VB
13lldpd (0.5.7)
14 * Fixes:
15 + Configure issue with NetSNMP and some linkers
16 + Fix infinite loop for the receive part: on certain conditions,
17 lldpd will stop sending packets and stop updating local data.
18
aff85bf3
VB
19lldpd (0.5.6)
20 * Features:
2a19e9ea 21 + Send and receive native VLAN TLV with CDP
10935633 22 + Add a whitelist for some drivers (currently: dsa and veth)
ab2d1c1f
VB
23 * Fixes:
24 + Compilation issues with NetSNMP 5.7 (and with earlier versions too)
a2606cac 25 + Small optimization of BPF filter
aff85bf3 26
84e06882 27lldpd (0.5.5)
f17501b6
VB
28 * Features:
29 + Support for PPVID and PI Dot1 TLV, thanks to Shuah Khan.
5abfffc2 30 + Extend whitelist with possibility to blacklist.
84e06882
VB
31 * Fixes:
32 + Key/value output was incorrect when a dot was present in
33 interface names. This is fixed but it is preferable to use XML
34 output since the parsing is more difficult in this case.
0265b1e5 35 + Only grab DMI information once. Only uses DMI for x86 platform.
a8818344
VB
36 + Padding issues with socket protocol. This introduces a change in
37 the socket protocol!
bf89e7e0
VB
38 + Fix a segfault when neither /etc/os-release nor lsb_release
39 are available.
84e06882 40
e02afca4
VB
41lldpd (0.5.4)
42 * Features:
43 + Get OS information from /etc/os-release if available. Patch from
44 Michael Tremer.
ba85f9f4 45 + Add a flag to specify which interfaces lldpd should listen to.
e02afca4 46
05eacc7a
VB
47lldpd (0.5.3)
48 * Fixes:
49 + Allow root to change configuration of lldpd when lldpctl has suid set.
09721cce
VB
50 * Features:
51 + Handle Dot3 POE-MDI TLV (802.3af and 802.3at).
52 + Allow to set Dot3 POE-MDI from lldpctl.
05eacc7a 53
8482abe9
VB
54lldpd (0.5.2)
55 * Features:
56 + More flexible smart mode and new default. Manual page has been updated.
537a8043 57 + Add a "receive-only" mode with "-r" switch.
8482abe9 58
93108f71
VB
59lldpd (0.5.1)
60 * Features:
61 + Allow to force a protocol even when no peer for this protocol is
62 detected.
42b39485
VB
63 + Add a smart mode that allows to discard bogus port information,
64 for example CDP packets that are flooded through a switch that
65 does not support CDP.
0d606289 66 + Allow to set LLDP-MED network policy from lldpctl, thanks to a patch from
40d6a8d2 67 Philipp Kempgen.
0d606289 68 + Allow to set LLDP-MED POE-MDI from lldpctl.
93108f71 69 + Add a summary of available options in "lldpd -h" and "lldpctl -h",
999509a3
VB
70 thanks to a patch from Jorge Boncompte.
71 + Add a new output (keyvalue) for lldpctl.
49697208
VB
72 + Listen on VLAN using an appropriate BPF filter, VLAN
73 decapsulation. Older "listen on vlan" feature is discarded. See
74 README for more information on the new feature.
c036b15d 75 + Use output of lsb_release if available for system description.
93108f71 76
58fe6128 77 * Fixes:
5b3214aa
VB
78 + Ignore interface with no queue. It should filter out interfaces
79 like "vnet0" that would fail if we try to send something on them.
4ea50809
VB
80 + Don't check CDP checksums (not really a fix but it appears that
81 Cisco checksum have some difficult corner cases).
58fe6128 82
775d49a0
VB
83lldpd (0.5.0)
84
0bded858
VB
85 * Features:
86 + lldpd can now handle several systems on the same port. This
87 modification also allows to speak to a switch using CDP and LLDP
88 for example.
89 + The way that lldpd gathers information for each port has been
90 abstracted. This should allow to support more systems (BSD for
91 examples) or switch cores in the future. Sending/receive support
92 is also abstracted.
93 + Add "-k" switch to avoid to emit too much information on running
94 kernel.
95 + Support of ifAlias with kernel >= 2.6.28
96 + Lot of portability stuff. lldpd can now be compiled on RHEL
97 2.1. Still Linux-only though.
740d517e 98 + Add an option to specify AgentX socket (-X).
0bded858 99 + Add some unit tests
4f602042
V
100 + lldpctl has been reworked; it is now able to output data in XML
101 format for easier parsing. Patches were provided by Andreas
102 Hofmeister.
0bded858
VB
103
104 * Bug fixes:
105 + Fix EDP VLAN handling
106 + Silent warnings about bridge stuff.
c0ce5d1a
V
107 + Copy /etc/localtime into chroot before starting lldpd daemon to
108 ensure correct timestamps for logs.
775d49a0 109
b7eb76b7
VB
110lldpd (0.4.1)
111
112 * Fix EDP handling when there is no VLAN
113 * Fix CDP version to not always be 1
114 * Misc fix:
115 + incorrect number of arguments for a LLOG_INFO call
116 + fix SNMP last change in case this change occurs before start time
117
a8105c1b
VB
118lldpd (0.4)
119
120 * Rewrite of packet builder and parser to be able to cope with
121 architecture that cannot do unaligned read. For decoder, we don't
122 cast structures any more since they can be unaligned. For encoder,
123 we use memcpy through the use of macro that build packets step by
124 step.
125
34602f3b
VB
126lldpd (0.3.2)
127
128 * Fix LLDP-MED support
129
d32c8944
VB
130lldpd (0.3.1)
131
132 * Misc fixes, including memory leaks
133
b193e97e
VB
134lldpd (0.3)
135
efe3f9b0 136 * Initial support of LLDP-MED
43655386 137 * Fix for bridge detection (don't send bridge ioctl on random interfaces)
1d291522
VB
138 * For bonded devices, get the real hardware address. For inactive
139 slaves, transmit using a random MAC address.
b193e97e 140
ff1910c8
VB
141lldpd (0.2.1)
142
143 * Fix a syntax error in manual page
144 * Fix open() calls
145
ee92ac46
VB
146lldpd (0.2)
147
b752ebcb 148 * Add privilege separation
ee92ac46
VB
149 * Add FDP support
150 * Support CDP encapsulated into native VLAN
151 * Various fixes
152
ee92ac46
VB
153lldpd (0.1)
154
155 * Initial release