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