2014-07-06 05:17:38 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY libndp-download-http "http://libndp.org/files/libndp-&libndp-version;.tar.gz">
|
|
|
|
<!ENTITY libndp-download-ftp " ">
|
2021-05-22 01:05:09 +08:00
|
|
|
<!ENTITY libndp-md5sum "c7e775fd5a9d676e8cba9c3732c4df93">
|
|
|
|
<!ENTITY libndp-size "360 KB">
|
|
|
|
<!ENTITY libndp-buildsize "2.5 MB">
|
2014-07-06 05:17:38 +08:00
|
|
|
<!ENTITY libndp-time "less than 0.1 SBU">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="libndp" xreflabel="libndp-&libndp-version;">
|
|
|
|
<?dbhtml filename="libndp.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
2014-07-06 06:06:43 +08:00
|
|
|
<date>$Date$</date>
|
2014-07-06 05:17:38 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>libndp-&libndp-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="libndp">
|
|
|
|
<primary sortas="a-libndp">libndp</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to libndp</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>libndp</application> package provides a wrapper for IPv6
|
|
|
|
Neighbor Discovery Protocol. It also provides a tool named ndptool for
|
2015-11-13 22:24:57 +08:00
|
|
|
sending and receiving NDP messages.
|
2014-07-06 05:17:38 +08:00
|
|
|
</para>
|
|
|
|
|
2022-02-18 09:56:04 +08:00
|
|
|
&lfs111_checked;
|
2014-07-06 05:17:38 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&libndp-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&libndp-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &libndp-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &libndp-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &libndp-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &libndp-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/libndp"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of libndp</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>libndp</application> by running the following
|
|
|
|
command:
|
|
|
|
</para>
|
|
|
|
|
2014-08-03 02:29:52 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
--localstatedir=/var \
|
|
|
|
--disable-static &&
|
2014-07-06 05:17:38 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
2015-11-13 22:24:57 +08:00
|
|
|
This package does not come with a test suite.
|
2014-07-06 05:17:38 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
2014-08-01 03:02:45 +08:00
|
|
|
<segtitle>Installed Program</segtitle>
|
2014-07-06 05:17:38 +08:00
|
|
|
<segtitle>Installed Library</segtitle>
|
2014-08-01 03:02:45 +08:00
|
|
|
<segtitle>Installed Directory</segtitle>
|
2014-07-06 05:17:38 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg> ndptool </seg>
|
|
|
|
<seg> libndp.so </seg>
|
|
|
|
<seg> None </seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
2015-10-27 04:10:07 +08:00
|
|
|
<varlistentry id="ndptool">
|
2014-07-06 05:17:38 +08:00
|
|
|
<term><command>ndptool</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
is a tool for sending and receiving NDP messages
|
2014-07-06 05:17:38 +08:00
|
|
|
</para>
|
2015-10-27 04:10:07 +08:00
|
|
|
<indexterm zone="libndp ndptool">
|
|
|
|
<primary sortas="b-ndptool">ndptool</primary>
|
2014-07-06 05:17:38 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libndp-lib">
|
|
|
|
<term><filename class="libraryfile">libndp.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
provides a wrapper for the IPv6 Neighbor Discovery Protocol
|
2014-07-06 05:17:38 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="libndp libndp-lib">
|
|
|
|
<primary sortas="b-libndp-lib">libndp</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|