source: networking/netlibs/libmnl.xml@ 2eac7f7

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

Tags and move 2 unneeded files

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[14c0be2f]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 libmnl-download-http "https://netfilter.org/projects/libmnl/files/libmnl-&libmnl-version;.tar.bz2">
8 <!ENTITY libmnl-download-ftp " ">
[70d8bd0e]9 <!ENTITY libmnl-md5sum "0bbb70573119ec5d49435114583e7a49">
10 <!ENTITY libmnl-size "308 KB">
[14c0be2f]11 <!ENTITY libmnl-buildsize "2.9 MB">
12 <!ENTITY libmnl-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libmnl" xreflabel="libmnl-&libmnl-version;">
16 <?dbhtml filename="libmnl.html"?>
17
18
19 <title>libmnl-&libmnl-version;</title>
20
21 <indexterm zone="libmnl">
22 <primary sortas="a-libmnl">libmnl</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libmnl</title>
27
28 <para>
29 The <application>libmnl</application> library provides a minimalistic
[a0e08b2]30 userspace library oriented to Netlink developers. There are a lot of
31 common tasks in the parsing, validating, and constructing of both the Netlink
[14c0be2f]32 header and TLVs that are repetitive and easy to get wrong. This library
[a0e08b2]33 aims to provide simple helpers that allow you to re-use code and to
[14c0be2f]34 avoid re-inventing the wheel.
35 </para>
36
[acd88fc]37 &lfs113_checked;
[14c0be2f]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing='compact'>
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libmnl-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libmnl-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libmnl-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libmnl-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libmnl-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libmnl-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
[70d8bd0e]73 <bridgehead renderas="sect3">libnma Dependencies</bridgehead>
[7a9a7b26]74
[70d8bd0e]75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="doxygen"/>
78 </para>
79
[14c0be2f]80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/libmnl"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of libmnl</title>
87
88 <para>
89 Install <application>libmnl</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>./configure --prefix=/usr &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
[b85b35e2]104<screen role="root"><userinput>make install</userinput></screen>
[14c0be2f]105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Library</segtitle>
113
114 <seglistitem>
115 <seg>
116 libmnl.so
117 </seg>
118 </seglistitem>
119 </segmentedlist>
120
121 <variablelist>
122 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
123 <?dbfo list-presentation="list"?>
124 <?dbhtml list-presentation="table"?>
125
126 <varlistentry id="libmnl-lib">
127 <term><filename class="libraryfile">libmnl.so</filename></term>
128 <listitem>
129 <para>
130 provides functions for parsing, validating, constructing of both
[4c24eb0a]131 the Netlink header and TLVs
[14c0be2f]132 </para>
133 <indexterm zone="libmnl libmnl-lib">
134 <primary sortas="c-libmnl">libmnl.so</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 </variablelist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.