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