]> git.ipfire.org Git - thirdparty/lldpd.git/blame - NEWS
compat: add `strndup()` compatibility function
[thirdparty/lldpd.git] / NEWS
CommitLineData
2169efb2
VB
1lldpd (0.7.5)
2 * Fixes:
3 + Segfault while tokenizing in lldpcli.
4
655145c0
VB
5lldpd (0.7.4)
6 * Fixes:
7 + Segfault in lldpcli.
bea70314 8 + Memory leak in liblldpctl when using a custom log handler.
d8234294 9 + Fix some unaligned memory accesses.
13812178 10 + Fix frame reception on OpenBSD.
ea481e37 11 * Features:
0093777b
VB
12 + Allow to configure hold value from lldpcli (and hence the TTL).
13 + Allow to configure pattern for valid interfaces from lldpcli.
decaec0d 14 + Allow to override system description from lldpcli.
96b97fac
VB
15 + Display the neighbor connected as the process title (or the
16 number of connected neighbors).
655145c0 17
de461f15 18lldpd (0.7.3)
1b3eea3d
VB
19 * Features:
20 + DragonFly BSD support.
a1728b7d 21 + Solaris support (incomplete).
d0787f4e 22 + LLDP-MED fast start support (thanks to Roopa Prabhu).
adcb76f8
VB
23 + Provide global statistics through "show statistics summary"
24 command (thanks to Roopa Prabhu).
de461f15
VB
25 * Fixes:
26 + Fix IPv4/IPv6 address discovery in Linux.
27
e735a319
VB
28lldpd (0.7.2)
29 * Features
29095198
VB
30 + lldpd can be configured through /etc/lldpd.conf and
31 /etc/lldpd.d. All commands accepted by lldpcli are accepted.
e735a319
VB
32 + Lock BPF interfaces before handing them to chrooted process on
33 BSD.
42589660 34 + Limit the number of neighbors for each port to 4 (per protocol).
43d10956 35 + Force CDPv2 protocol with argument `-ccc`.
ced5eed1
VB
36 + Provide port statistics through "show statistics" command
37 (thanks to Roopa Prabhu).
29095198
VB
38 * Fixes:
39 + Driver whitelisting is done before checking if an interface has
40 a lower interface in Linux.
3333d2a8 41 + Expire remote ports and chassis in a timely manner.
e735a319 42
8172214f
VB
43lldpd (0.7.1)
44 * Features
e66b7f34
VB
45 + Mac OS X support, sponsored by Xcloud, Mac cloud server hosting
46 provider. http://xcloud.me/
322aafc9 47 + Upstart and systemd support.
8172214f
VB
48 + Remove Unix socket when there is no process listening.
49
a0665efa 50lldpd (0.7.0)
690b944c 51 * Global changes:
fda729fd 52 + FreeBSD support.
690b944c 53 + OpenBSD support.
2565eae6 54 + NetBSD support.
9a775667 55 + Detect interface changes.
fe80711e 56 + CLI for lldpctl: lldpcli.
9a775667 57 * Other features:
46baf627
VB
58 + Allow to disable LLDP protocol (with `-ll`). In this case, the
59 first enabled protocol will be used when no neighbor is detected.
43b82d6e 60 + Allow to filter debug logs using tokens. Add more debug logs.
8b7150e4 61 + lldpctl can now output JSON.
fda729fd
VB
62 + Use netlink to gather interface information on Linux.
63 + Don't use ioctl for bridges anymore on Linux. The configure
64 option `--enable-oldies` allow to reenable their uses for
65 systems not supporting sysfs.
46baf627 66
4b292b55
VB
67lldpd (0.6.1)
68 * Features:
69 + Provide liblldpctl.so, a library to interface with lldpd. The
70 documentation is provided through Doxygen. See src/lib/lldpctl.h
71 which contains all the exported functions.
72 + Make lldpctl uses liblldpctl.so.
4e90a9e0 73 + Add a "watch" option to lldpctl to monitor neighbor changes.
47287a61
VB
74 + Add the possibility to display the current configuration of
75 lldpd with lldpctl. Also add the possibility to reset the
76 current transmit delay.
4b292b55 77
4e22da4c 78lldpd (0.6)
9c43aeb4
VB
79 * Features:
80 + Allow lldpctl to display hidden ports.
5339e725 81 + Add a switch to specify interfaces to use to get chassis ID.
2135cce1
VB
82 + Support for multiple management addresses and IPv6 management
83 addresses. Contributed by João Valverde.
da92cd57 84 * Global changes:
68b375c3 85 + Switch to libevent. See README.md for details.
da92cd57
VB
86 + Partial rewrite of the SNMP part. Less code.
87 + Unit tests for SNMP.
88 + Major rewrite of the protocol between lldpd and lldpctl. Less
89 code.
4e22da4c 90 * Fixes:
4e22da4c
VB
91 + Several small SNMP fixes (discovered by unit tests).
92
c520cb14
VB
93lldpd (0.5.7)
94 * Fixes:
95 + Configure issue with NetSNMP and some linkers
96 + Fix infinite loop for the receive part: on certain conditions,
97 lldpd will stop sending packets and stop updating local data.
98
aff85bf3
VB
99lldpd (0.5.6)
100 * Features:
2a19e9ea 101 + Send and receive native VLAN TLV with CDP
10935633 102 + Add a whitelist for some drivers (currently: dsa and veth)
ab2d1c1f
VB
103 * Fixes:
104 + Compilation issues with NetSNMP 5.7 (and with earlier versions too)
a2606cac 105 + Small optimization of BPF filter
aff85bf3 106
84e06882 107lldpd (0.5.5)
f17501b6
VB
108 * Features:
109 + Support for PPVID and PI Dot1 TLV, thanks to Shuah Khan.
5abfffc2 110 + Extend whitelist with possibility to blacklist.
84e06882
VB
111 * Fixes:
112 + Key/value output was incorrect when a dot was present in
113 interface names. This is fixed but it is preferable to use XML
114 output since the parsing is more difficult in this case.
0265b1e5 115 + Only grab DMI information once. Only uses DMI for x86 platform.
a8818344
VB
116 + Padding issues with socket protocol. This introduces a change in
117 the socket protocol!
bf89e7e0
VB
118 + Fix a segfault when neither /etc/os-release nor lsb_release
119 are available.
84e06882 120
e02afca4
VB
121lldpd (0.5.4)
122 * Features:
123 + Get OS information from /etc/os-release if available. Patch from
124 Michael Tremer.
ba85f9f4 125 + Add a flag to specify which interfaces lldpd should listen to.
e02afca4 126
05eacc7a
VB
127lldpd (0.5.3)
128 * Fixes:
129 + Allow root to change configuration of lldpd when lldpctl has suid set.
09721cce
VB
130 * Features:
131 + Handle Dot3 POE-MDI TLV (802.3af and 802.3at).
132 + Allow to set Dot3 POE-MDI from lldpctl.
05eacc7a 133
8482abe9
VB
134lldpd (0.5.2)
135 * Features:
136 + More flexible smart mode and new default. Manual page has been updated.
537a8043 137 + Add a "receive-only" mode with "-r" switch.
8482abe9 138
93108f71
VB
139lldpd (0.5.1)
140 * Features:
141 + Allow to force a protocol even when no peer for this protocol is
142 detected.
42b39485
VB
143 + Add a smart mode that allows to discard bogus port information,
144 for example CDP packets that are flooded through a switch that
145 does not support CDP.
0d606289 146 + Allow to set LLDP-MED network policy from lldpctl, thanks to a patch from
40d6a8d2 147 Philipp Kempgen.
0d606289 148 + Allow to set LLDP-MED POE-MDI from lldpctl.
93108f71 149 + Add a summary of available options in "lldpd -h" and "lldpctl -h",
999509a3
VB
150 thanks to a patch from Jorge Boncompte.
151 + Add a new output (keyvalue) for lldpctl.
49697208
VB
152 + Listen on VLAN using an appropriate BPF filter, VLAN
153 decapsulation. Older "listen on vlan" feature is discarded. See
154 README for more information on the new feature.
c036b15d 155 + Use output of lsb_release if available for system description.
93108f71 156
58fe6128 157 * Fixes:
5b3214aa
VB
158 + Ignore interface with no queue. It should filter out interfaces
159 like "vnet0" that would fail if we try to send something on them.
4ea50809
VB
160 + Don't check CDP checksums (not really a fix but it appears that
161 Cisco checksum have some difficult corner cases).
58fe6128 162
775d49a0
VB
163lldpd (0.5.0)
164
0bded858
VB
165 * Features:
166 + lldpd can now handle several systems on the same port. This
167 modification also allows to speak to a switch using CDP and LLDP
168 for example.
169 + The way that lldpd gathers information for each port has been
170 abstracted. This should allow to support more systems (BSD for
171 examples) or switch cores in the future. Sending/receive support
172 is also abstracted.
173 + Add "-k" switch to avoid to emit too much information on running
174 kernel.
175 + Support of ifAlias with kernel >= 2.6.28
176 + Lot of portability stuff. lldpd can now be compiled on RHEL
177 2.1. Still Linux-only though.
740d517e 178 + Add an option to specify AgentX socket (-X).
0bded858 179 + Add some unit tests
4f602042
V
180 + lldpctl has been reworked; it is now able to output data in XML
181 format for easier parsing. Patches were provided by Andreas
182 Hofmeister.
0bded858
VB
183
184 * Bug fixes:
185 + Fix EDP VLAN handling
186 + Silent warnings about bridge stuff.
c0ce5d1a
V
187 + Copy /etc/localtime into chroot before starting lldpd daemon to
188 ensure correct timestamps for logs.
775d49a0 189
b7eb76b7
VB
190lldpd (0.4.1)
191
192 * Fix EDP handling when there is no VLAN
193 * Fix CDP version to not always be 1
194 * Misc fix:
195 + incorrect number of arguments for a LLOG_INFO call
196 + fix SNMP last change in case this change occurs before start time
197
a8105c1b
VB
198lldpd (0.4)
199
200 * Rewrite of packet builder and parser to be able to cope with
201 architecture that cannot do unaligned read. For decoder, we don't
202 cast structures any more since they can be unaligned. For encoder,
203 we use memcpy through the use of macro that build packets step by
204 step.
205
34602f3b
VB
206lldpd (0.3.2)
207
208 * Fix LLDP-MED support
209
d32c8944
VB
210lldpd (0.3.1)
211
212 * Misc fixes, including memory leaks
213
b193e97e
VB
214lldpd (0.3)
215
efe3f9b0 216 * Initial support of LLDP-MED
43655386 217 * Fix for bridge detection (don't send bridge ioctl on random interfaces)
1d291522
VB
218 * For bonded devices, get the real hardware address. For inactive
219 slaves, transmit using a random MAC address.
b193e97e 220
ff1910c8
VB
221lldpd (0.2.1)
222
223 * Fix a syntax error in manual page
224 * Fix open() calls
225
ee92ac46
VB
226lldpd (0.2)
227
b752ebcb 228 * Add privilege separation
ee92ac46
VB
229 * Add FDP support
230 * Support CDP encapsulated into native VLAN
231 * Various fixes
232
ee92ac46
VB
233lldpd (0.1)
234
235 * Initial release