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