source: archive/libnftnl.xml@ acb648f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.7 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 libnftnl-download-http "https://netfilter.org/projects/libnftnl/files/libnftnl-&libnftnl-version;.tar.bz2">
8 <!ENTITY libnftnl-download-ftp " ">
9 <!ENTITY libnftnl-md5sum "a72ae260f7da9c223ad5d4fa036a8f84">
10 <!ENTITY libnftnl-size "368 KB">
11 <!ENTITY libnftnl-buildsize "8.7 MB">
12 <!ENTITY libnftnl-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libnftnl" xreflabel="libnftnl-&libnftnl-version;">
16 <?dbhtml filename="libnftnl.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libnftnl-&libnftnl-version;</title>
23
24 <indexterm zone="libnftnl">
25 <primary sortas="a-libnftnl">libnftnl</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libnftnl</title>
30
31 <para>
32 The <application>libnftnl</application> library provides a low-level
33 netlink programming interface (API) to the in-kernel nf_tables subsystem.
34 </para>
35
36 &lfs91_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing='compact'>
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libnftnl-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libnftnl-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libnftnl-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libnftnl-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libnftnl-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libnftnl-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libnftnl Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="libmnl"/>
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/libnftnl"/>
81 </para>
82 </sect2>
83
84 <sect2 role="kernel">
85 <title>Kernel Configuration</title>
86
87 <para>
88 Enable the following options in the kernel configuration and recompile the
89 kernel if necessary:
90 </para>
91
92<screen><literal>[*] Networking support [CONFIG_NET] ---&gt;
93 Networking options ---&gt;
94 [*] Network packet filtering framework (Netfilter) [CONFIG_NETFILTER] ---&gt;
95 Core Netfilter Configuration ---&gt;
96 &lt;*&gt; Netfilter nf_tables support [CONFIG_NF_TABLES]</literal></screen>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of libnftnl</title>
102
103 <para>
104 Install <application>libnftnl</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install &amp;&amp;
120mv /usr/lib/libnftnl.so.* /lib &amp;&amp;
121ln -sfv ../../lib/$(readlink /usr/lib/libnftnl.so) /usr/lib/libnftnl.so</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <command>mv -v /usr/lib/libnftnl.so.* ...</command>: Move shared
130 libraries into /lib so they are available before /usr is mounted.
131 </para>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>
145 None
146 </seg>
147 <seg>
148 libnftnl.so
149 </seg>
150 <seg>
151 None
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="libnftnl-lib">
162 <term><filename class="libraryfile">libnftnl.so</filename></term>
163 <listitem>
164 <para>
165 provides a netlink interface to the in-kernel nf_tables subsystem.
166 </para>
167 <indexterm zone="libnftnl libnftnl-lib">
168 <primary sortas="c-libnftnl">libnftnl.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.