[Lunar-commits] <moonbase> lldpd: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Jan 26 19:33:51 CET 2011


commit ce9cf37f03fa8589d2a04fb68c66c54d6e83fae8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Jan 26 13:33:51 2011 -0500

    lldpd: Adding to moonbase.
---
 net/lldpd/DEPENDS |    2 ++
 net/lldpd/DETAILS |   23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/net/lldpd/DEPENDS b/net/lldpd/DEPENDS
new file mode 100644
index 0000000..e75c0f3
--- /dev/null
+++ b/net/lldpd/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends net-snmp "--with-snmp" "--without-snmp" "for SNMP support"
+optional_depends libxml2  "--with-xml"  "--without-xml"  "for xml support"
diff --git a/net/lldpd/DETAILS b/net/lldpd/DETAILS
new file mode 100644
index 0000000..a084dfc
--- /dev/null
+++ b/net/lldpd/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=lldpd
+         VERSION=0.5.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.luffy.cx/lldpd/
+       SOURCE_VFY=sha1:b58cc393b9092d75ea16e253fc38ff47affa8aea
+        WEB_SITE=https://trac.luffy.cx/lldpd/
+         ENTERED=20110126
+         UPDATED=20110126
+           SHORT="Link Layer Discovery Protocol"
+
+cat << EOF
+LLDP (Link Layer Discovery Protocol) is an industry standard protocol designed 
+to supplant proprietary Link-Layer protocols such as Extreme's EDP (Extreme 
+Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of LLDP is to 
+provide an inter-vendor compatible mechanism to deliver Link-Layer 
+notifications to adjacent network devices.
+
+lldpd is a lldp daemon for GNU/Linux and implements both reception and sending. 
+It supports both LLDP and LLDP-MED (contributed by Michael Hanig). 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. 
+EOF


More information about the Lunar-commits mailing list