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