From: Vincent Bernat Date: Wed, 26 Nov 2008 15:23:15 +0000 (+0100) Subject: Update CHANGELOG and README to state that LLDP-MED is supported X-Git-Tag: 0.3~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b193e97e22c88b95689be0187afbeb6596f00aaa;p=thirdparty%2Flldpd.git Update CHANGELOG and README to state that LLDP-MED is supported --- diff --git a/CHANGELOG b/CHANGELOG index 18bff7ea..c22b9e67 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +lldpd (0.3) + + * Initial support of LLDP-MED + + -- Vincent Bernat + lldpd (0.2.1) * Fix a syntax error in manual page diff --git a/README b/README index 03558b4a..6ee2ed46 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ devices. lldpd implements both reception and sending. It also implements an SNMP subagent for net-snmp to get local and remote LLDP information. The LLDP MIB is partially implemented but the most useful -tables are here. +tables are here. lldpd also partially implements LLDP-MED. lldpd supports bridge, vlan and bonding. bonding need to be done on real physical devices, not on bridges, vlans, etc. However, vlans can diff --git a/debian/control b/debian/control index 2bc499b2..f3d47e4a 100644 --- a/debian/control +++ b/debian/control @@ -20,4 +20,4 @@ Description: implementation of IEEE 802.1ab (LLDP) Link-Layer notifications to adjacent network devices. . This daemon is also able to deal with CDP, FDP, SONMP and EDP - protocol. + protocol. It also handles LLDP-MED extension.