From: Vincent Bernat Date: Fri, 16 May 2014 18:41:48 +0000 (+0200) Subject: README: update the intro to better match the reality X-Git-Tag: 0.7.9~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7f82e1e2a378818a0adcdf0eb18ce68b7fbe2f6;p=thirdparty%2Flldpd.git README: update the intro to better match the reality The inability to handle complex setup has been greatly diminished in 0.7 branch. --- diff --git a/README.md b/README.md index ddc273b4..883f2d8b 100644 --- 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 ------------