]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
README: update the intro to better match the reality
authorVincent Bernat <vincent@bernat.im>
Fri, 16 May 2014 18:41:48 +0000 (20:41 +0200)
committerVincent Bernat <vincent@bernat.im>
Fri, 16 May 2014 18:41:48 +0000 (20:41 +0200)
The inability to handle complex setup has been greatly diminished in 0.7
branch.

README.md

index ddc273b41903a6feeeec6204b36bf51473710da2..883f2d8bd9843c6b0a7fcba73c11e7b80f805085 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,21 +17,19 @@ 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
+information. The LLDP-MIB is partially implemented but the most useful
 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
-be mapped on the bonding device. You can bridge vlan but not add vlans
-on bridges. More complex setups may give false results.
+lldpd supports bridge, vlan and bonding.
 
 The following OS are supported:
 
  * FreeBSD
  * GNU/Linux
+ * Mac OS X
  * NetBSD
  * OpenBSD
- * Mac OS X
+ * Solaris
 
 Installation
 ------------