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