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