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