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