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