]> git.ipfire.org Git - thirdparty/lldpd.git/blame - NEWS
priv: don't run ethtool as root
[thirdparty/lldpd.git] / NEWS
CommitLineData
d14b0665
VB
1lldpd (0.9.8)
2 * Changes:
3 + "Station" capability is only set if no other bit is set.
2d8bd087
VB
4 + Use ethtool to get permanent address for bonds and teams. This
5 might provide different results than the previous method. Some
6 devices may still use the previous method.
78c9dfde
VB
7 + Don't run ethtool as root. Kernels older than 2.6.19 won't get
8 link information anymore.
5f658dac
VB
9 * Fixes:
10 + Handle team interfaces like a bond. Real MAC address cannot be
11 retrieved yet.
d14b0665 12
52767c4d
VB
13lldpd (0.9.7)
14 * Changes:
78346c89 15 + Attach remote TTL to port instead of chassis.
06987a24
VB
16 + JSON support is now built-in and unconditionally enabled. Use
17 --enable-json0 to keep the pre-0.9.2 json-c format.
52767c4d 18 + When logging to syslog and daemonizing, don't log to stderr.
aed57880 19 + vxlan interfaces are now ignored as they are multi-point interfaces.
a9c7618f 20 + Maximum number of neighbors for an interface is increased from 4 to 32.
52767c4d 21
20edc61c 22lldpd (0.9.6)
bd10ce9d 23 * Changes:
20edc61c
VB
24 + Add a compile-time option to restore pre-0.9.2 JSON format (when
25 using json-c). Use `--enable-json0` to enable this option.
38cbcf2b 26 + Support for newer ethtool interface on Linux
e0d9719f 27 (ETHTOOL_GLINKSETTINGS) and additional speed settings.
72cf4bba 28 + Current MAU type is displayed even when autoneg is off.
568a0d73
VB
29 + Increase netlink receive buffer by default. Can be changed at
30 compile-time through ./configure.
bd10ce9d 31 * Fixes:
23ce0513
VB
32 + Correctly parse LLDP-MED civic address when the length of the
33 TLV exceeds the length of the address.
54cccdd4 34 + Fix 100% CPU on some rare error condition.
92c6dcfe 35 + Fix lost timer when an interface is enslaved on Linux.
20edc61c 36
340f159c 37lldpd (0.9.5)
bd10ce9d 38 * Changes:
2fb135c8
VB
39 + More Ethernet media supported. However, RFC4836 is quite
40 out-of-date with respected to 10G+ speeds, bringing some
41 inaccuracies.
a92e6f01
VB
42 + Directly get media information for an interface without using
43 the privileged process.
03d178b6
VB
44 + LLDP-MED capability TLV is not sent when LLDP-MED is not enabled,
45 even if other LLDP-MED TLV are present.
bd10ce9d 46 * Fixes:
340f159c 47 + Compilation fix with older versions of GCC.
0b7f8847
VB
48 + Don't use ethtool at all to get real MAC address for enslaved
49 devices (always use /proc).
340f159c 50
7b6cbfe2 51lldpd (0.9.4)
bd10ce9d 52 * Changes:
7b6cbfe2 53 + Make lldpd accepts a `-p` option to specify the PID file.
d3b81cc5
VB
54 + Ability to change multicast MAC address to two additional values
55 to reach customer bridges.
35cc2de4 56 + lldpcli will now display chassis TTL when detailed view is enabled.
bd10ce9d 57 * Fixes:
e1717397 58 + Fix setting of local value for port ID.
e8ffca58 59 + Fix compilation with BSD make.
fe64f8e5 60 + Ensure lldpcli returns an error code on invalid commands.
7b6cbfe2 61
d954509e 62lldpd (0.9.3)
bd10ce9d 63 * Changes:
d954509e 64 + Do not rely on support of constructors for liblldpctl.
b5463687 65 + Always log to stderr (even in addition to syslog).
d12b1391 66 + `lldpcli watch` accepts a limit on the number of received events.
bd10ce9d 67 * Fixes:
69d4aed5 68 + `lldpcli -f {xml,json} watch` should work now.
2958b9d4 69 + Consider `veth` interfaces as physical interfaces.
d954509e 70
4d99c9cf 71lldpd (0.9.2)
bd10ce9d 72 * Changes:
4d99c9cf 73 + Ability to add/remove/replace custom TLV from lldpcli.
1f8742dd 74 + LLDP-MED capabilities are displayed differently in lldpcli.
e7e6676e 75 + Limit the maximum depth (5) when trying to apply a VLAN.
c8b8b858
VB
76 + Change JSON output format when using json-c to match Jansson
77 output.
abced782
VB
78 + Integration tests for the major parts of lldpd, including use of
79 address and leak sanitizer.
bd10ce9d 80 * Fixes:
60ad2804 81 + LLDP-MED POE TLV are now displayed in lldpcli.
c04fafa7 82 + Ignore lower link when it is in another namespace.
2fdba99c 83 + Fix various problems with interfaces being enslaved.
809498b5 84 + Fix a memory leak when modifying port-related settings.
4d99c9cf 85
87bb9a1b 86lldpd (0.9.1)
bd10ce9d 87 * Changes:
87bb9a1b
VB
88 + Rework packaging for OS X to make it work with El Capitan. To
89 simplify a bit, it is not possible anymore to build fat
90 binaries. Latest version of OS X supporting 32bit was 10.6.
bd10ce9d 91 * Fixes:
a403df66
VB
92 + By default, when using port alias as description, use port name
93 as port ID.
652d72dd 94 + Miscellaneous fixes with netlink cache.
522acf33 95 + Ensure large netlink messages can be received.
87bb9a1b 96
0fa2254b 97lldpd (0.9.0)
bd10ce9d 98 * Changes:
b5a71b24
VB
99 + Don't rely on libnl3 for netlink. Reuse the previous code and
100 implement a lighweight cache.
0fa2254b 101
59b4cc6d 102lldpd (0.8.0, never released)
bd10ce9d 103 * Changes:
a8add742
VB
104 + PIE is now disabled by default. It's too difficult to reliably
105 detect if it works. Use --enable-pie to enable it.
d535fe05 106 + Retrieve the permanent MAC address of an interface through
1a3ec373 107 ethtool for Linux if /proc/net/bonding is not available.
9856f279
VB
108 + Running lldpd with "-d" will keep the process in foreground but
109 logs will still go to syslog. To log to the console, add at
110 least one "-d".
aedb840f
VB
111 + Fix minimal kernel version to 2.6.39. Add a runtime warning when
112 this is not the case.
31c9173a 113 + Remove old bridge code (the one using ioctl).
36080cdc
VB
114 + Don't discard down interfaces. Notably, this enables us to keep
115 their specific configuration if any.
13181ede
VB
116 + For Linux, switch to libnl3. Be aware of the licensing issues in
117 case of static linking.
9da663f7
VB
118 + Introduce the notion of default local port. New interfaces will
119 use it as a base. This allows setting various MED stuff.
cd7ee899 120 + Provide an apparmor profile (untested).
bd10ce9d
VB
121 * Fixes:
122 + Fix a buffer overflow when receiving a too large management
123 address TLV. Unless hardening has been disabled, this overflow
124 cannot be used for arbitrary code execution.
125 + Update LLDP-MED policy L2 priority values to match
126 802.1Q-2005. This may be a breaking change.
13181ede 127
b52ec8a0 128lldpd (0.7.17)
bd10ce9d
VB
129 * Fixes:
130 + Fix the way libevent configure is called.
b52ec8a0
VB
131 + Fix an infinite loop when using veth on Linux 4.1+ kernels.
132 + Make CDP advertise the appropriate kernel name as platform,
133 not just "Linux".
b52ec8a0 134
45eec1ff 135lldpd (0.7.16)
bd10ce9d 136 * Changes:
16eacc5b
VB
137 + For Linux, 2.6.32 is now the minimal required kernel. When using
138 an older kernel, use `--enable-oldies`.
139 + For Linux, use netlink to retrieve information about bridges,
140 VLAN and bonds. The code was contributed by Cumulus Networks.
45eec1ff 141 + Use symbol versioning for liblldpctl.so.
88301db1
VB
142 + Ability to get local chassis information with "show
143 chassis".
144 + The library also has the same ability with the
145 `lldpctl_get_local_chassis()` function. It is also possible to
146 get a chassis atom from a port with `lldpctl_k_port_chassis`
147 key. This is now the preferred way to retrieve chassis related
148 information.
bd10ce9d 149 * Fixes:
d8367e17 150 + Fix build on OS X.
451b0c3c 151 + Accept "language" when configuring MED location as a civic address.
d8367e17 152
fa9b12c5 153lldpd (0.7.15)
bd10ce9d 154 * Changes:
fa9b12c5 155 + Optional features can be configured with "auto" to autodetect if
dd8c9fe3 156 they are usable. This is the default value for JSON and XML support.
d0e76b5f
VB
157 + Ability to send and decode custom/unknown TLV. Thanks to Alexandru
158 Ardelean.
63e52965
VB
159 + Modify checksum function. While this should be strictly
160 equivalent, if you notice CDP packets not accepted anymore, this
161 change is the first culprit.
fa9b12c5 162
efdd6718 163lldpd (0.7.14)
bd10ce9d 164 * Changes:
efdd6718 165 + Shutdown LLPDU are sent on MSAP change and when lldpd exits.
abfea7d0
VB
166 + When an exact IP is provided as a management pattern, use it
167 unconditionally.
a8382e7f
VB
168 + Ability to set port ID and description to an arbitrary value,
169 thanks to Alexandru Ardelean.
bd10ce9d 170 * Fixes:
ac07e7e4
VB
171 + Incorrect boundary check when decoding management address and
172 protocol identity may lead to lldpd crash when processing
173 malformed LLDPDU.
5683586e
VB
174 + Many edge cases where lldpd was leaving hanging processes after
175 crashing.
efdd6718 176
da9c551a 177lldpd (0.7.13)
bd10ce9d 178 * Fixes:
da9c551a
VB
179 + Unbreak customization of Unix socket path from command line.
180
6d2c29c7 181lldpd (0.7.12)
bd10ce9d 182 * Changes:
6dd83015
VB
183 + Interface pattern, management pattern, system description,
184 system platform and system hostname can be unconfigured to their
185 default values.
bd10ce9d 186 * Fixes:
08ced6b4 187 + Don't complain when parsing a commented line.
22a53755
VB
188 + Correctly persist configuration changes for "system interface
189 promiscuous", "system interface description" "med fast-start
190 enable", "pause" and "resume".
148a1efe 191 + Fix listening on bond devices for old kernels (< 2.6.27).
6d2c29c7 192
9bc3d50e 193lldpd (0.7.11)
bd10ce9d 194 * Changes:
9bc3d50e 195 + Ship bash and zsh completion.
9b11faad 196 + Abort when some command-line options are repeated.
bd10ce9d 197 * Fixes:
62f2faac 198 + Handle correctly read failures in liblldpctl.
9bc3d50e 199
f84199dd 200lldpd (0.7.10)
bd10ce9d 201 * Changes:
f84199dd
VB
202 + Ability to set promiscuous mode to work around bugs of some
203 switches encapsulating LLDP frames inside 802.1Q frames.
87ebf13d
VB
204 + JSON support for lldpcli can use json-c instead of jansson,
205 thanks to Michel Stam.
bd10ce9d 206 * Fixes:
806eaef4 207 + Fix checksum computation for Cisco CDP.
1059a20e 208 + Fix ability to disable LLDP.
5e23c6b9 209 + Fix seccomp sandbox, thanks to Patrick McLean.
f84199dd 210
5133ce2f
VB
211lldpd (0.7.9)
212 * Changes:
213 + Default location for chroot, socket and PID are now configurable
214 in `./configure`. The default location is based on the value of
215 `runstatedir` which in turn may be based on the value of
216 `localstatedir` which defaults to `/usr/local/var`. Therefore,
217 to get the previous locations, lldpd should be configured with
218 `./configure --localstatedir=/var`.
a85eea84 219 + Add support for shutdown LLDPU.
622d14bb 220 + Ability to configure IP management pattern from lldpcli.
e82818d1 221 + Ability to choose what port ID should be (MAC or interface name).
bd10ce9d
VB
222 * Fixes:
223 + Fix `configure system bond-slave-src-mac-type local`. Also use
224 it as default.
5133ce2f 225
12313820 226lldpd (0.7.8)
bd10ce9d 227 * Changes:
8b0ca98e 228 + Android support
71a7dbb3
VB
229 + Add the possibility to disable privilege separation (lower
230 memory consumption, lower security, don't do it).
8b53fc2c
VB
231 + Interfaces can now be whitelisted. For example, *,!eth*,!!eth1
232 is a valid pattern for all interfaces except eth ones, except
627e31c4
VB
233 eth1. Moreover, on exact match, an matching interface
234 circumvents most sanity checks (like VLAN handling).
724d71ea 235 + Ability to override the hostname.
bd10ce9d
VB
236 * Fixes:
237 + Don't hard-code default values for system name, system
238 description and port description. When the field is not present,
239 just don't display it.
240 + Fix lldpcli behaviour when suid.
241 + On OSX, don't use p2p0 interfaces: it would break WLAN.
242 + Fix SNMP support on RHEL.
12313820 243
f730f6c5 244lldpd (0.7.7)
bd10ce9d 245 * Changes:
87bc6683 246 + Use a locally administered MAC address or an arbitrary one
d7166588
VB
247 instead of null MAC address for bond devices on Linux. This is
248 configurable through `lldpcli`.
f5a0a15e 249 + Add support for "team" driver (alternative to bond devices).
bdfe4193 250 + Preliminary support for DTrace/systemtap.
00e40dba 251 + Preliminary support for seccomp (for monitor process).
b6312220 252 + Setup chroot inside lldpd instead of relying on init script.
f730f6c5
VB
253 * Fixes:
254 + Various bugs related to fixed point number handling (for
255 coordinates in LLDP-MED)
12baf781
VB
256 + Fix a regression in how MAC address of an enslaved device is
257 retrieved.
f730f6c5 258
2523da3a 259lldpd (0.7.6)
bd10ce9d 260 * Changes:
b708297c 261 + Provide a way to build packages for OSX.
bb37268d 262 + Add an option to update interface description with neighbor name.
2523da3a
VB
263 * Fixes:
264 + Compilation fix for OSX 10.6.
265
2169efb2
VB
266lldpd (0.7.5)
267 * Fixes:
268 + Segfault while tokenizing in lldpcli.
269
655145c0
VB
270lldpd (0.7.4)
271 * Fixes:
272 + Segfault in lldpcli.
bea70314 273 + Memory leak in liblldpctl when using a custom log handler.
d8234294 274 + Fix some unaligned memory accesses.
13812178 275 + Fix frame reception on OpenBSD.
bd10ce9d 276 * Changes:
0093777b
VB
277 + Allow to configure hold value from lldpcli (and hence the TTL).
278 + Allow to configure pattern for valid interfaces from lldpcli.
decaec0d 279 + Allow to override system description from lldpcli.
96b97fac
VB
280 + Display the neighbor connected as the process title (or the
281 number of connected neighbors).
655145c0 282
de461f15 283lldpd (0.7.3)
bd10ce9d 284 * Changes:
1b3eea3d 285 + DragonFly BSD support.
a1728b7d 286 + Solaris support (incomplete).
d0787f4e 287 + LLDP-MED fast start support (thanks to Roopa Prabhu).
adcb76f8
VB
288 + Provide global statistics through "show statistics summary"
289 command (thanks to Roopa Prabhu).
de461f15
VB
290 * Fixes:
291 + Fix IPv4/IPv6 address discovery in Linux.
292
e735a319 293lldpd (0.7.2)
bd10ce9d 294 * Changes:
29095198
VB
295 + lldpd can be configured through /etc/lldpd.conf and
296 /etc/lldpd.d. All commands accepted by lldpcli are accepted.
e735a319
VB
297 + Lock BPF interfaces before handing them to chrooted process on
298 BSD.
42589660 299 + Limit the number of neighbors for each port to 4 (per protocol).
43d10956 300 + Force CDPv2 protocol with argument `-ccc`.
ced5eed1
VB
301 + Provide port statistics through "show statistics" command
302 (thanks to Roopa Prabhu).
29095198
VB
303 * Fixes:
304 + Driver whitelisting is done before checking if an interface has
305 a lower interface in Linux.
3333d2a8 306 + Expire remote ports and chassis in a timely manner.
e735a319 307
8172214f 308lldpd (0.7.1)
bd10ce9d 309 * Changes:
e66b7f34
VB
310 + Mac OS X support, sponsored by Xcloud, Mac cloud server hosting
311 provider. http://xcloud.me/
322aafc9 312 + Upstart and systemd support.
8172214f
VB
313 + Remove Unix socket when there is no process listening.
314
a0665efa 315lldpd (0.7.0)
bd10ce9d 316 * Changes:
fda729fd 317 + FreeBSD support.
690b944c 318 + OpenBSD support.
2565eae6 319 + NetBSD support.
9a775667 320 + Detect interface changes.
fe80711e 321 + CLI for lldpctl: lldpcli.
46baf627
VB
322 + Allow to disable LLDP protocol (with `-ll`). In this case, the
323 first enabled protocol will be used when no neighbor is detected.
43b82d6e 324 + Allow to filter debug logs using tokens. Add more debug logs.
8b7150e4 325 + lldpctl can now output JSON.
fda729fd
VB
326 + Use netlink to gather interface information on Linux.
327 + Don't use ioctl for bridges anymore on Linux. The configure
328 option `--enable-oldies` allow to reenable their uses for
329 systems not supporting sysfs.
46baf627 330
4b292b55 331lldpd (0.6.1)
bd10ce9d 332 * Changes:
4b292b55
VB
333 + Provide liblldpctl.so, a library to interface with lldpd. The
334 documentation is provided through Doxygen. See src/lib/lldpctl.h
335 which contains all the exported functions.
336 + Make lldpctl uses liblldpctl.so.
4e90a9e0 337 + Add a "watch" option to lldpctl to monitor neighbor changes.
47287a61
VB
338 + Add the possibility to display the current configuration of
339 lldpd with lldpctl. Also add the possibility to reset the
340 current transmit delay.
4b292b55 341
4e22da4c 342lldpd (0.6)
bd10ce9d 343 * Changes:
9c43aeb4 344 + Allow lldpctl to display hidden ports.
5339e725 345 + Add a switch to specify interfaces to use to get chassis ID.
2135cce1
VB
346 + Support for multiple management addresses and IPv6 management
347 addresses. Contributed by João Valverde.
68b375c3 348 + Switch to libevent. See README.md for details.
da92cd57
VB
349 + Partial rewrite of the SNMP part. Less code.
350 + Unit tests for SNMP.
351 + Major rewrite of the protocol between lldpd and lldpctl. Less
352 code.
4e22da4c 353 * Fixes:
4e22da4c
VB
354 + Several small SNMP fixes (discovered by unit tests).
355
c520cb14
VB
356lldpd (0.5.7)
357 * Fixes:
358 + Configure issue with NetSNMP and some linkers
359 + Fix infinite loop for the receive part: on certain conditions,
360 lldpd will stop sending packets and stop updating local data.
361
aff85bf3 362lldpd (0.5.6)
bd10ce9d 363 * Changes:
2a19e9ea 364 + Send and receive native VLAN TLV with CDP
10935633 365 + Add a whitelist for some drivers (currently: dsa and veth)
ab2d1c1f
VB
366 * Fixes:
367 + Compilation issues with NetSNMP 5.7 (and with earlier versions too)
a2606cac 368 + Small optimization of BPF filter
aff85bf3 369
84e06882 370lldpd (0.5.5)
bd10ce9d 371 * Changes:
f17501b6 372 + Support for PPVID and PI Dot1 TLV, thanks to Shuah Khan.
5abfffc2 373 + Extend whitelist with possibility to blacklist.
84e06882
VB
374 * Fixes:
375 + Key/value output was incorrect when a dot was present in
376 interface names. This is fixed but it is preferable to use XML
377 output since the parsing is more difficult in this case.
0265b1e5 378 + Only grab DMI information once. Only uses DMI for x86 platform.
a8818344
VB
379 + Padding issues with socket protocol. This introduces a change in
380 the socket protocol!
bf89e7e0
VB
381 + Fix a segfault when neither /etc/os-release nor lsb_release
382 are available.
84e06882 383
e02afca4 384lldpd (0.5.4)
bd10ce9d 385 * Changes:
e02afca4
VB
386 + Get OS information from /etc/os-release if available. Patch from
387 Michael Tremer.
ba85f9f4 388 + Add a flag to specify which interfaces lldpd should listen to.
e02afca4 389
05eacc7a 390lldpd (0.5.3)
bd10ce9d 391 * Changes:
09721cce
VB
392 + Handle Dot3 POE-MDI TLV (802.3af and 802.3at).
393 + Allow to set Dot3 POE-MDI from lldpctl.
bd10ce9d
VB
394 * Fixes:
395 + Allow root to change configuration of lldpd when lldpctl has suid set.
05eacc7a 396
8482abe9 397lldpd (0.5.2)
bd10ce9d 398 * Changes:
8482abe9 399 + More flexible smart mode and new default. Manual page has been updated.
537a8043 400 + Add a "receive-only" mode with "-r" switch.
8482abe9 401
93108f71 402lldpd (0.5.1)
bd10ce9d 403 * Changes:
93108f71
VB
404 + Allow to force a protocol even when no peer for this protocol is
405 detected.
42b39485
VB
406 + Add a smart mode that allows to discard bogus port information,
407 for example CDP packets that are flooded through a switch that
408 does not support CDP.
0d606289 409 + Allow to set LLDP-MED network policy from lldpctl, thanks to a patch from
40d6a8d2 410 Philipp Kempgen.
0d606289 411 + Allow to set LLDP-MED POE-MDI from lldpctl.
93108f71 412 + Add a summary of available options in "lldpd -h" and "lldpctl -h",
999509a3
VB
413 thanks to a patch from Jorge Boncompte.
414 + Add a new output (keyvalue) for lldpctl.
49697208
VB
415 + Listen on VLAN using an appropriate BPF filter, VLAN
416 decapsulation. Older "listen on vlan" feature is discarded. See
417 README for more information on the new feature.
c036b15d 418 + Use output of lsb_release if available for system description.
58fe6128 419 * Fixes:
5b3214aa
VB
420 + Ignore interface with no queue. It should filter out interfaces
421 like "vnet0" that would fail if we try to send something on them.
4ea50809
VB
422 + Don't check CDP checksums (not really a fix but it appears that
423 Cisco checksum have some difficult corner cases).
58fe6128 424
775d49a0 425lldpd (0.5.0)
bd10ce9d 426 * Changes:
0bded858
VB
427 + lldpd can now handle several systems on the same port. This
428 modification also allows to speak to a switch using CDP and LLDP
429 for example.
430 + The way that lldpd gathers information for each port has been
431 abstracted. This should allow to support more systems (BSD for
432 examples) or switch cores in the future. Sending/receive support
433 is also abstracted.
434 + Add "-k" switch to avoid to emit too much information on running
435 kernel.
436 + Support of ifAlias with kernel >= 2.6.28
437 + Lot of portability stuff. lldpd can now be compiled on RHEL
438 2.1. Still Linux-only though.
740d517e 439 + Add an option to specify AgentX socket (-X).
0bded858 440 + Add some unit tests
4f602042
V
441 + lldpctl has been reworked; it is now able to output data in XML
442 format for easier parsing. Patches were provided by Andreas
443 Hofmeister.
bd10ce9d 444 * Fixes:
0bded858
VB
445 + Fix EDP VLAN handling
446 + Silent warnings about bridge stuff.
c0ce5d1a
V
447 + Copy /etc/localtime into chroot before starting lldpd daemon to
448 ensure correct timestamps for logs.
775d49a0 449
b7eb76b7 450lldpd (0.4.1)
b7eb76b7
VB
451 * Fix EDP handling when there is no VLAN
452 * Fix CDP version to not always be 1
453 * Misc fix:
454 + incorrect number of arguments for a LLOG_INFO call
455 + fix SNMP last change in case this change occurs before start time
456
a8105c1b 457lldpd (0.4)
a8105c1b
VB
458 * Rewrite of packet builder and parser to be able to cope with
459 architecture that cannot do unaligned read. For decoder, we don't
460 cast structures any more since they can be unaligned. For encoder,
461 we use memcpy through the use of macro that build packets step by
462 step.
463
34602f3b 464lldpd (0.3.2)
34602f3b
VB
465 * Fix LLDP-MED support
466
d32c8944 467lldpd (0.3.1)
d32c8944
VB
468 * Misc fixes, including memory leaks
469
b193e97e 470lldpd (0.3)
efe3f9b0 471 * Initial support of LLDP-MED
43655386 472 * Fix for bridge detection (don't send bridge ioctl on random interfaces)
1d291522
VB
473 * For bonded devices, get the real hardware address. For inactive
474 slaves, transmit using a random MAC address.
b193e97e 475
ff1910c8 476lldpd (0.2.1)
ff1910c8
VB
477 * Fix a syntax error in manual page
478 * Fix open() calls
479
ee92ac46 480lldpd (0.2)
b752ebcb 481 * Add privilege separation
ee92ac46
VB
482 * Add FDP support
483 * Support CDP encapsulated into native VLAN
484 * Various fixes
485
ee92ac46 486lldpd (0.1)
ee92ac46 487 * Initial release