source: networking/netlibs/libndp.xml@ ab4fdfc

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ab4fdfc was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 4 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[acb3e9f]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libndp-download-http "http://libndp.org/files/libndp-&libndp-version;.tar.gz">
8 <!ENTITY libndp-download-ftp " ">
[0a38b7c]9 <!ENTITY libndp-md5sum "c7e775fd5a9d676e8cba9c3732c4df93">
10 <!ENTITY libndp-size "360 KB">
11 <!ENTITY libndp-buildsize "2.5 MB">
[acb3e9f]12 <!ENTITY libndp-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libndp" xreflabel="libndp-&libndp-version;">
16 <?dbhtml filename="libndp.html"?>
17
18
19 <title>libndp-&libndp-version;</title>
20
21 <indexterm zone="libndp">
22 <primary sortas="a-libndp">libndp</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libndp</title>
27
28 <para>
29 The <application>libndp</application> package provides a wrapper for IPv6
30 Neighbor Discovery Protocol. It also provides a tool named ndptool for
[f3429309]31 sending and receiving NDP messages.
[acb3e9f]32 </para>
33
[d54f002]34 &lfs120_checked;
[acb3e9f]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libndp-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libndp-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libndp-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libndp-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libndp-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libndp-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libndp</title>
74
75 <para>
76 Install <application>libndp</application> by running the following
77 command:
78 </para>
79
[57dd9b94]80<screen><userinput>./configure --prefix=/usr \
81 --sysconfdir=/etc \
82 --localstatedir=/var \
83 --disable-static &amp;&amp;
[acb3e9f]84make</userinput></screen>
85
86 <para>
[f3429309]87 This package does not come with a test suite.
[acb3e9f]88 </para>
89
90 <para>
91 Now, as the <systemitem class="username">root</systemitem> user:
92 </para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
[d81eda8]102 <segtitle>Installed Program</segtitle>
[acb3e9f]103 <segtitle>Installed Library</segtitle>
[d81eda8]104 <segtitle>Installed Directory</segtitle>
[acb3e9f]105
106 <seglistitem>
107 <seg> ndptool </seg>
108 <seg> libndp.so </seg>
109 <seg> None </seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
[b22a51fa]118 <varlistentry id="ndptool">
[acb3e9f]119 <term><command>ndptool</command></term>
120 <listitem>
121 <para>
[4c24eb0a]122 is a tool for sending and receiving NDP messages
[acb3e9f]123 </para>
[b22a51fa]124 <indexterm zone="libndp ndptool">
125 <primary sortas="b-ndptool">ndptool</primary>
[acb3e9f]126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 <varlistentry id="libndp-lib">
131 <term><filename class="libraryfile">libndp.so</filename></term>
132 <listitem>
133 <para>
[4c24eb0a]134 provides a wrapper for the IPv6 Neighbor Discovery Protocol
[acb3e9f]135 </para>
136 <indexterm zone="libndp libndp-lib">
137 <primary sortas="b-libndp-lib">libndp</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.