summaryrefslogtreecommitdiff
path: root/lib/lanplus/README
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
commita7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (patch)
tree41c4deec1fdfbafd7821b4ca7a9772ac0abd92f5 /lib/lanplus/README
Imported Upstream version 2.9.3upstream/2.9.3
Diffstat (limited to 'lib/lanplus/README')
-rw-r--r--lib/lanplus/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/lanplus/README b/lib/lanplus/README
new file mode 100644
index 0000000..8a155e6
--- /dev/null
+++ b/lib/lanplus/README
@@ -0,0 +1,19 @@
+ipmitool/plugins/lanplus for ipmiutil
+
+lib/lanplus directory
+
+This contains the lanplus plugin source from the ipmitool project,
+which supports IPMI LAN 2.0 RMCP+ protocol.
+This is a slightly modified version from ipmitool-1.8.8.90 with changes
+to link better with ipmiutil and changes for WIN32.
+
+See http://ipmitool.sourceforge.net for the latest version of lanplus,
+then apply the iutil.diff patch to make it compatible with ipmiutil.
+
+This builds a lanplus library that is used by ipmiutil, along with
+the crypto libraries from openssl (see openssl.org).
+
+The util/ipmilanplus.c code in ipmiutil calls the lanplus routines,
+if the HAVE_LANPLUS compile flag is defined.
+
+