source: networking/netlibs/libndp.xml@ b814ed1

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b814ed1 was acd88fc, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Tags and move 2 unneeded files

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 " ">
9 <!ENTITY libndp-md5sum "c7e775fd5a9d676e8cba9c3732c4df93">
10 <!ENTITY libndp-size "360 KB">
11 <!ENTITY libndp-buildsize "2.5 MB">
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
31 sending and receiving NDP messages.
32 </para>
33
34 &lfs113_checked;
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 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libndp"/>
72 </para>
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of libndp</title>
77
78 <para>
79 Install <application>libndp</application> by running the following
80 command:
81 </para>
82
83<screen><userinput>./configure --prefix=/usr \
84 --sysconfdir=/etc \
85 --localstatedir=/var \
86 --disable-static &amp;&amp;
87make</userinput></screen>
88
89 <para>
90 This package does not come with a test suite.
91 </para>
92
93 <para>
94 Now, as the <systemitem class="username">root</systemitem> user:
95 </para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Program</segtitle>
106 <segtitle>Installed Library</segtitle>
107 <segtitle>Installed Directory</segtitle>
108
109 <seglistitem>
110 <seg> ndptool </seg>
111 <seg> libndp.so </seg>
112 <seg> None </seg>
113 </seglistitem>
114 </segmentedlist>
115
116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
120
121 <varlistentry id="ndptool">
122 <term><command>ndptool</command></term>
123 <listitem>
124 <para>
125 is a tool for sending and receiving NDP messages
126 </para>
127 <indexterm zone="libndp ndptool">
128 <primary sortas="b-ndptool">ndptool</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 <varlistentry id="libndp-lib">
134 <term><filename class="libraryfile">libndp.so</filename></term>
135 <listitem>
136 <para>
137 provides a wrapper for the IPv6 Neighbor Discovery Protocol
138 </para>
139 <indexterm zone="libndp libndp-lib">
140 <primary sortas="b-libndp-lib">libndp</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 </variablelist>
146
147 </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.