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