source: networking/netutils/networkmanager.xml@ c8585068

10.1 11.0 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 c8585068 was 40d141f, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Minor formatting changes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23736 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 23.2 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 NetworkManager-download-http
8"&gnome-download-http;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
9 <!ENTITY NetworkManager-download-ftp
10"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
11 <!ENTITY NetworkManager-md5sum "ad5332a7fe5d00db7c75b722337be62b">
12 <!ENTITY NetworkManager-size "4.7 MB">
13 <!ENTITY NetworkManager-buildsize "992 MB (with tests)">
14 <!ENTITY NetworkManager-time "1.0 SBU (with tests; both using parallelism=4)">
15]>
16
17<sect1 id="NetworkManager" xreflabel="NetworkManager-&NetworkManager-version;">
18 <?dbhtml filename="networkmanager.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>NetworkManager-&NetworkManager-version;</title>
26
27 <indexterm zone="NetworkManager">
28 <primary sortas="a-NetworkManager">NetworkManager</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to NetworkManager</title>
33
34 <para>
35 <application>NetworkManager</application> is a set of co-operative
36 tools that make networking simple and straightforward. Whether you use WiFi,
37 wired, 3G, or Bluetooth, NetworkManager allows you to quickly move from
38 one network to another: Once a network has been configured and joined
39 once, it can be detected and re-joined automatically the next time it's
40 available.
41 </para>
42
43 &lfs10_checked;
44
45 <note revision="systemd">
46 <para>
47 Make sure that you disable the <command>systemd-networkd</command>
48 service or configure it not to manage the interfaces you want to manage
49 with <application>NetworkManager</application>.
50 </para>
51 </note>
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>
57 Download (HTTP): <ulink url="&NetworkManager-download-http;"/>
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download (FTP): <ulink url="&NetworkManager-download-ftp;"/>
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download MD5 sum: &NetworkManager-md5sum;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Download size: &NetworkManager-size;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Estimated disk space required: &NetworkManager-buildsize;
78 </para>
79 </listitem>
80 <listitem>
81 <para>
82 Estimated build time: &NetworkManager-time;
83 </para>
84 </listitem>
85 </itemizedlist>
86
87 <bridgehead renderas="sect3">NetworkManager Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="dbus-glib"/> and
92 <xref linkend="libndp"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="curl"/>,
98 <!--<xref linkend="dhcpcd"/> or
99 DHCPCD support is known to be broken with dhcpcd-9 -->
100 <xref role="nodep" linkend="dhcp"/> (client only),
101 <xref linkend="gobject-introspection"/>,
102 <xref linkend="iptables"/>,
103 <xref linkend="jansson"/>,
104 <xref linkend="newt"/> (for <command>nmtui</command>),
105 <xref linkend="nss"/>,
106 <xref linkend="polkit"/>,
107 <xref linkend="pygobject3"/>,
108 <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
109 <phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
110 <xref linkend="upower"/>,
111 <xref linkend="vala"/>, and
112 <xref linkend="wpa_supplicant"/> (built with D-Bus support),
113 </para>
114
115 <bridgehead renderas="sect4">Optional</bridgehead>
116 <para role="optional">
117 <xref linkend="bluez"/>,
118 <xref linkend="dbus-python"/> (for the test suite),
119 <!-- <xref linkend="firewalld"/> (For whenever firewalld is reintroduced) -->
120 <xref linkend="gnutls"/> (used if <xref linkend="nss"/> is not found),
121 <xref linkend="gtk-doc"/>,
122 <xref linkend="libpsl"/>,
123 <xref linkend="qt5"/> (for examples),
124 <xref linkend="ModemManager"/>,
125 <xref linkend="valgrind"/>,
126 <ulink url="http://www.thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
127 <ulink url="https://firewalld.org/">firewalld</ulink>,
128 <ulink url="https://github.com/Distrotech/libaudit">libaudit</ulink>,
129 <ulink url="https://github.com/jpirko/libteam">libteam</ulink>,
130 <ulink url="https://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/">mobile-broadband-provider-info</ulink>,
131 <ulink url="https://www.samba.org/ftp/ppp/">PPP</ulink>, and
132 <ulink url="https://dianne.skoll.ca/projects/rp-pppoe/">RP-PPPoE</ulink>
133 </para>
134
135 <para condition="html" role="usernotes">User Notes:
136 <ulink url="&blfs-wiki;/NetworkManager"/>
137 </para>
138 </sect2>
139
140 <sect2 role="kernel" id="NetworkManager-kernel">
141 <title>Kernel Configuration</title>
142
143 <para>
144 If you wish to run the tests, enable the following options in the
145 kernel configuration and recompile the kernel if necessary:
146 </para>
147
148 <!-- Ethernet Teaming support is potentially optional, but I didn't
149 run the tests again to test that. It was needed to convince one of
150 the Linux Platform tests to move farther along because otherwise
151 RTNETLINK would respond with an Error 95 - unknown device type.
152 This would cause the test to fail early on in the process. -->
153
154<screen><literal>Device Drivers ---&gt;
155 [*] Network device support [CONFIG_NETDEVICES] ---&gt;
156 [*] Bonding driver support [CONFIG_BONDING]
157 [*] Dummy net driver support [CONFIG_DUMMY]
158 [*] Ethernet team driver support [CONFIG_NET_TEAM]</literal></screen>
159
160 <indexterm zone="NetworkManager NetworkManager-kernel">
161 <primary sortas="d-NetworkManager">NetworkManager</primary>
162 </indexterm>
163 </sect2>
164
165 <sect2 role="installation">
166 <title>Installation of NetworkManager</title>
167
168 <para>
169 If <xref linkend="qt5"/> is installed and the Qt based
170 examples are desired, fix two meson.build files:
171 </para>
172
173<screen><userinput>sed -e 's/-qt4/-qt5/' \
174 -e 's/moc_location/host_bins/' \
175 -i examples/C/qt/meson.build &amp;&amp;
176
177sed -e 's/Qt/&amp;5/' \
178 -i meson.build</userinput></screen>
179
180 <para>
181 Fix a missing meson.build file for initrd hooks (not used in BLFS):
182 </para>
183
184<screen><userinput>sed '/initrd/d' -i src/meson.build</userinput></screen>
185
186 <para>
187 Fix the python scripts so that they use <application>Python
188 3</application>:
189 </para>
190
191<screen><userinput>grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
192
193<!-- I am really uncomfortable with the length of this sed statement, but I
194 can't find an easy way to trim it since it's using an extended regular
195 expression. See https://pastebin.com/gRDeqPs8 and
196 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/7d26773138dd4270c45e131761d4e6be58f64d12
197 for more details. -->
198
199 <para>
200 Adapt an internal tool to the latest pygobject:
201 </para>
202
203<screen><userinput remap="pre">sed -i -E '/(setting name)/
204{
205 s/(description=).%s./\1%s/
206 N
207 s/(class_desc)/xml_quoteattr(\1)/
208}' tools/generate-docs-nm-settings-docs-gir.py</userinput></screen>
209
210 <para>
211 Install <application>NetworkManager</application> by running the
212 following commands:
213 </para>
214
215<screen revision="sysv"><userinput>mkdir build &amp;&amp;
216cd build &amp;&amp;
217
218CXXFLAGS+="-O2 -fPIC" \
219meson --prefix /usr \
220 -Djson_validation=false \
221 -Dlibaudit=no \
222 -Dlibpsl=false \
223 -Dnmtui=true \
224 -Dovs=false \
225 -Dppp=false \
226 -Dselinux=false \
227 -Dudev_dir=/lib/udev \
228 -Dsession_tracking=elogind \
229 -Dmodem_manager=false \
230 -Dsystemdsystemunitdir=no \
231 -Dsystemd_journal=false \
232 -Dqt=false \
233 .. &amp;&amp;
234ninja</userinput></screen>
235
236<screen revision="systemd"><userinput>mkdir build &amp;&amp;
237cd build &amp;&amp;
238
239CXXFLAGS+="-O2 -fPIC" \
240meson --prefix /usr \
241 -Djson_validation=false \
242 -Dlibaudit=no \
243 -Dlibpsl=false \
244 -Dnmtui=true \
245 -Dovs=false \
246 -Dppp=false \
247 -Dselinux=false \
248 -Dqt=false \
249 -Dudev_dir=/lib/udev \
250 -Dsession_tracking=systemd \
251 -Dmodem_manager=false \
252 -Dsystemdsystemunitdir=/lib/systemd/system \
253 .. &amp;&amp;
254ninja</userinput></screen>
255
256 <para>
257 An already active graphical session
258 with a bus address is necessary to run the tests. To test the results,
259 as the root user, <!-- needs the "ip" command -->
260 issue: <command>ninja test</command>. Five tests,
261 <filename>devices/test-acd</filename>,
262 <filename>platform/test-tc-linux</filename>,
263 <filename>platform/test-route-linux</filename>,
264 <filename>platform/test-link-linux</filename>, and
265 <filename>platform/test-cleanup-linux</filename>, are known to fail.
266 </para>
267
268 <para>
269 Now, as the <systemitem class="username">root</systemitem> user:
270 </para>
271
272<screen role="root"><userinput>ninja install &amp;&amp;
273mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></screen>
274
275 </sect2>
276
277 <sect2 role="commands">
278 <title>Command Explanations</title>
279
280 <para>
281 <envar>CXXFLAGS="-O2 -fPIC"</envar>: These compiler options are
282 necessary to build the Qt5 based examples.
283 </para>
284
285 <para>
286 <option>-Ddocs=true</option>: Use this switch to enable building
287 man pages and documentation if <xref linkend="gtk-doc"/> is installed.
288 </para>
289
290 <para>
291 <parameter>-Dnmtui=true</parameter>: This parameter enables building
292 <command>nmtui</command>.
293 </para>
294
295 <para revision="sysv">
296 <parameter>-Dsystemdsystemunitdir=no</parameter> and
297 <parameter>-Dsystemd_journal=false</parameter>: systemd is not
298 used for sysv init systems.
299 </para>
300
301 <para>
302 <parameter>-Djson_validation=false</parameter>,
303 <parameter>-Dlibpsl=false</parameter>, and
304 <parameter>-Dovs=false</parameter>: These switches disable building with the
305 respective libraries. Remove if you have the needed libraries installed.
306 </para>
307
308<!--
309 <para>
310 <parameter>-Dlibpsl=false</parameter>: This switch is required if
311 <application>libpsl</application> is not installed. Omit this switch if
312 you have built <application>libpsl</application>.
313 </para>
314-->
315
316 <para>
317 <parameter>-Dmodem_manager=false</parameter>: This switch is requried if
318 <application>ModemManager</application> is not installed. Omit if you
319 have built <application>ModemManager</application> and
320 <application>mobile-broadband-provider-info</application>.
321 </para>
322
323 <para revision="sysv">
324 <parameter>-Dsession_tracking=elogind</parameter>: This switch
325 is used to set <command>elogind</command> as the default
326 program for session tracking.
327 </para>
328
329 <para revision="systemd">
330 <parameter>-Dsession_tracking=systemd</parameter>: This switch
331 is used to set <command>systemd-logind</command> as the default
332 program for session tracking.
333 </para>
334
335 <para revision="systemd">
336 <parameter>-Dsystemdsystemunitdir=/lib/systemd/system</parameter>:
337 This switch is used to set the correct installation directory for
338 systemd units.
339 </para>
340
341 <para>
342 <parameter>-Dppp=false</parameter>: This parameter disables
343 <application>PPP</application> support in
344 <application>NetworkManager</application>.
345 </para>
346
347 <para>
348 <parameter>-Dlibaudit=no</parameter> and
349 <parameter>-Dselinux=false</parameter>: libaudit and SELinux are not used
350 in BLFS.
351 </para>
352
353 <para>
354 <parameter>-Dqt=false</parameter>: disables the
355 <application>QT</application> examples. Omit if you have
356 <application>QT</application> available and wish to install the examples.
357 </para>
358
359 </sect2>
360
361 <sect2 role="configuration">
362 <title>Configuring NetworkManager</title>
363
364 <sect3 id="NetworkManager-config">
365 <title>Config Files</title>
366 <para>
367 <filename>/etc/NetworkManager/NetworkManager.conf</filename>
368 </para>
369
370 <indexterm zone="NetworkManager NetworkManager-config">
371 <primary
372 sortas="e-etc-NetworkManager-NetworkManager.conf">
373 /etc/NetworkManager/NetworkManager.conf</primary>
374 </indexterm>
375
376 </sect3>
377
378 <sect3><title>Configuration Information</title>
379
380 <para>
381 For <application>NetworkManager</application> to work, at least
382 a minimal configuration file must be present. Such file is not
383 installed with <command>make install</command>. Issue the following
384 command as the <systemitem class="username">root</systemitem> user to
385 create minimal <filename>NetworkManager.conf</filename> file:
386 </para>
387
388<screen role="root"><userinput>cat &gt;&gt; /etc/NetworkManager/NetworkManager.conf &lt;&lt; "EOF"
389<literal>[main]
390plugins=keyfile</literal>
391EOF</userinput></screen>
392
393 <para>
394 This file should not be modified directly by users of the system.
395 Instead, system specific changes should be made using configuration
396 files in the
397 <filename class="directory">/etc/NetworkManager/conf.d</filename>
398 direcotry.
399 </para>
400
401 <para>
402 To allow polkit to manage authorizations, add the following
403 configuration file:
404 </para>
405
406<screen role="root"><userinput>cat &gt; /etc/NetworkManager/conf.d/polkit.conf &lt;&lt; "EOF"
407<literal>[main]
408auth-polkit=true</literal>
409EOF</userinput></screen>
410
411 <para>
412 To use something other than the built-in dhcp client (recommended if
413 using only <command>nmcli</command>), use the following configuration
414 (valid values include either dhclient <!--dhcpcd --> or internal):
415 </para>
416
417<screen role="nodump"><userinput>cat &gt; /etc/NetworkManager/conf.d/dhcp.conf &lt;&lt; "EOF"
418<literal>[main]
419dhcp=</literal><replaceable>dhclient</replaceable>
420EOF</userinput></screen>
421
422 <para>
423 To prevent <application>NetworkManager</application> from updating the
424 <filename>/etc/resolv.conf</filename> file, add the following
425 configuration file:
426 </para>
427
428<screen role="nodump"><userinput>cat &gt; /etc/NetworkManager/conf.d/no-dns-update.conf &lt;&lt; "EOF"
429<literal>[main]
430dns=none</literal>
431EOF</userinput></screen>
432
433 <para>
434 For additional configuation options, see
435 <command>man 5 NetworkManager.conf</command>.
436 </para>
437
438 <para>
439 To allow regular users permission to configure network connections,
440 you should add them to the
441 <systemitem class="groupname">netdev</systemitem>
442 group, and create a <application>polkit</application> rule that grants
443 access. Run the following commands as the
444 <systemitem class="username">root</systemitem> user:
445 </para>
446
447<screen role="root"><userinput>groupadd -fg 86 netdev &amp;&amp;
448/usr/sbin/usermod -a -G netdev <replaceable>&lt;username&gt;</replaceable>
449
450cat &gt; /usr/share/polkit-1/rules.d/org.freedesktop.NetworkManager.rules &lt;&lt; "EOF"
451<literal>polkit.addRule(function(action, subject) {
452 if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0 &amp;&amp; subject.isInGroup("netdev")) {
453 return polkit.Result.YES;
454 }
455});</literal>
456EOF</userinput></screen>
457
458 </sect3>
459
460 <sect3 id="NetworkManager-init">
461 <title><phrase revision="sysv">Boot Script</phrase>
462 <phrase revision="systemd">Systemd Unit</phrase></title>
463
464 <para revision="sysv">
465 To automatically start the <command>NetworkManager</command> daemon
466 when the system is rebooted, install the
467 <filename>/etc/rc.d/init.d/networkmanager</filename>bootscript from the
468 <xref linkend="bootscripts"/> package.
469 </para>
470
471 <para revision="systemd">
472 To start the <command>NetworkManager</command> daemon at boot, enable
473 the previously installed systemd unit by running the following command
474 as the <systemitem class="username">root</systemitem> user:
475 </para>
476
477 <note>
478 <para>
479 If using <application>Network Manager</application> to manage
480 an interface, any previous configuration for that interface should be
481 removed, and the interface brought down prior to starting
482 <application>Network Manager</application>.
483 </para>
484 </note>
485
486 <indexterm zone="NetworkManager NetworkManager-init">
487 <primary sortas="f-NetworkManager">NetworkManager</primary>
488 </indexterm>
489
490<screen role="root" revision="sysv"><userinput>make install-networkmanager</userinput></screen>
491
492<screen role="root" revision="systemd"><userinput>systemctl enable NetworkManager</userinput></screen>
493<!-- The below instruction is obsolete. NetworkManager-wait-online is now
494 enabled by default when enabling NetworkManager. -->
495<!--
496 <para revision="systemd">
497 <application>NetworkManager</application> also ships a systemd unit
498 called <filename>NetworkManager-wait-online.service</filename> which
499 can be used to prevent services that require network connectivity
500 from starting until <application>NetworkManager</application> has
501 established the connection. To enable it, run the following command
502 as the <systemitem class="username">root</systemitem> user:
503 </para>
504
505<screen role="root" revision="systemd"><userinput>systemctl enable NetworkManager-wait-online</userinput></screen>
506 -->
507 <!-- As such, let's now provide instructions on how to disable that
508 behavior, for those who wish to do so. -->
509 <para revision="systemd">
510 Starting in version 1.11.2 of <application>NetworkManager</application>,
511 a systemd unit named <filename>NetworkManager-wait-online.service</filename>
512 is enabled, which is used to prevent services that require network
513 connectivity from starting until <application>NetworkManager</application>
514 establishes a connection. To disable this behavior, run the following
515 command as the <systemitem class="username">root</systemitem> user:
516 </para>
517
518<screen role="root" revision="systemd"><userinput>systemctl disable NetworkManager-wait-online</userinput></screen>
519
520 </sect3>
521
522 </sect2>
523
524 <sect2 role="content">
525 <title>Contents</title>
526
527 <segmentedlist>
528 <segtitle>Installed Programs</segtitle>
529 <segtitle>Installed Libraries</segtitle>
530 <segtitle>Installed Directories</segtitle>
531
532 <seglistitem>
533 <seg>
534 NetworkManager, nmcli, nm-online, nmtui, and, symlinked to nmtui:
535 nmtui-connect, nmtui-edit, and nmtui-hostname
536 </seg>
537 <seg>
538 libnm.so
539 and several modules under /usr/lib/NetworkManager
540 </seg>
541 <seg>
542 /etc/NetworkManager,
543 /usr/include/libnm,
544 /usr/lib/NetworkManager,
545 /usr/share/doc/NetworkManager-&NetworkManager-version;,
546 /usr/share/gtk-doc/html/{libnm,NetworkManager}
547 (if the documentation is built),
548 and
549 /var/lib/NetworkManager
550 </seg>
551 <!-- A lot of libraries were removed here. We should verify compatibilty.
552 RESTORED AT 1.18.2 -renodr -->
553 </seglistitem>
554 </segmentedlist>
555
556 <variablelist>
557 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
558 <?dbfo list-presentation="list"?>
559 <?dbhtml list-presentation="table"?>
560
561 <varlistentry id="nmcli">
562 <term><command>nmcli</command></term>
563 <listitem>
564 <para>
565 is a command-line tool for controlling
566 <application>NetworkManager</application>
567 and getting its status.
568 </para>
569 <indexterm zone="NetworkManager nmcli">
570 <primary sortas="b-nmcli">nmcli</primary>
571 </indexterm>
572 </listitem>
573 </varlistentry>
574
575 <varlistentry id="nm-online">
576 <term><command>nm-online</command></term>
577 <listitem>
578 <para>
579 is an utility to find out whether you are online.
580 </para>
581 <indexterm zone="NetworkManager nm-online">
582 <primary sortas="b-nm-online">nm-online</primary>
583 </indexterm>
584 </listitem>
585 </varlistentry>
586
587 <varlistentry id="nmtui">
588 <term><command>nmtui</command></term>
589 <listitem>
590 <para>
591 is an interactive ncurses based interface for
592 <application>nmcli</application>.
593 </para>
594 <indexterm zone="NetworkManager nmtui">
595 <primary sortas="b-nmtui">nmtui</primary>
596 </indexterm>
597 </listitem>
598 </varlistentry>
599
600 <varlistentry id="nmtui-connect">
601 <term><command>nmtui-connect</command></term>
602 <listitem>
603 <para>
604 is an interactive ncurses based interface connection to
605 activate/deactivate connections.
606 </para>
607 <indexterm zone="NetworkManager nmtui-connect">
608 <primary sortas="b-nmtui-connect">nmtui-connect</primary>
609 </indexterm>
610 </listitem>
611 </varlistentry>
612
613 <varlistentry id="nmtui-edit">
614 <term><command>nmtui-edit</command></term>
615 <listitem>
616 <para>
617 is an interactive ncurses based interface connection editor.
618 </para>
619 <indexterm zone="NetworkManager nmtui-edit">
620 <primary sortas="b-nmtui-edit">nmtui-edit</primary>
621 </indexterm>
622 </listitem>
623 </varlistentry>
624
625 <varlistentry id="nmtui-hostname">
626 <term><command>nmtui-hostname</command></term>
627 <listitem>
628 <para>
629 is an interactive ncurses based interface hostname editor.
630 </para>
631 <indexterm zone="NetworkManager nmtui-hostname">
632 <primary sortas="b-nmtui-hostname">nmtui-hostname</primary>
633 </indexterm>
634 </listitem>
635 </varlistentry>
636
637 <varlistentry id="NetworkManager-prog">
638 <term><command>NetworkManager</command></term>
639 <listitem>
640 <para>
641 is the network management daemon.
642 </para>
643 <indexterm zone="NetworkManager NetworkManager-prog">
644 <primary sortas="b-NetworkManager">NetworkManager</primary>
645 </indexterm>
646 </listitem>
647 </varlistentry>
648
649 <varlistentry id="libnm">
650 <term><filename class="libraryfile">libnm.so</filename></term>
651 <listitem>
652 <para>
653 contains functions used by <application>NetworkManager</application>.
654 </para>
655 <indexterm zone="NetworkManager libnm">
656 <primary sortas="c-libnm">libnm.so</primary>
657 </indexterm>
658 </listitem>
659 </varlistentry>
660 </variablelist>
661
662 </sect2>
663
664</sect1>
Note: See TracBrowser for help on using the repository browser.