]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Update CHANGELOG and README to state that LLDP-MED is supported
authorVincent Bernat <vbernat@wanadooportails.com>
Wed, 26 Nov 2008 15:23:15 +0000 (16:23 +0100)
committerVincent Bernat <vbernat@wanadooportails.com>
Wed, 26 Nov 2008 15:23:51 +0000 (16:23 +0100)
CHANGELOG
README
debian/control

index 18bff7ea1336842fce5908c2512105b7ef97872a..c22b9e67c8853c73168bf2626b6a4297a8bc855f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+lldpd (0.3)
+
+  * Initial support of LLDP-MED
+
+ -- Vincent Bernat <bernat@luffy.cx>
+
 lldpd (0.2.1)
 
   * Fix a syntax error in manual page
diff --git a/README b/README
index 03558b4a82dde5b03f93901eb16ad2c5bc8f133b..6ee2ed46fe912e2e2d488bcee31efbce25601125 100644 (file)
--- 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
index 2bc499b24d08611ba16ba07503559b95fb8fb119..f3d47e4a14089fea9c000d68403a8026040772c8 100644 (file)
@@ -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.