Changeset cf905e0 for networking


Ignore:
Timestamp:
12/01/2022 08:23:08 PM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
89a8d9a
Parents:
dd1b298 (diff), 5a8c6008 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

Location:
networking
Files:
52 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/advanced-network.xml

    rdd1b298 rcf905e0  
    99  <?dbhtml filename="advanced-network.html"?>
    1010
    11   <sect1info>
    12     <date>$Date$</date>
    13   </sect1info>
    1411
    1512  <title>Advanced Network Setup</title>
  • networking/connect/dhcp.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="dhcp.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>DHCP-&dhcp-version;</title>
  • networking/connect/dhcpcd.xml

    rdd1b298 rcf905e0  
    2323  <?dbhtml filename="dhcpcd.html"?>
    2424
    25   <sect1info>
    26     <date>$Date$</date>
    27   </sect1info>
    2825
    2926  <title>dhcpcd-&dhcpcd-version;</title>
  • networking/mailnews/fetchmail.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="fetchmail.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Fetchmail-&fetchmail-version;</title>
  • networking/mailnews/mailx.xml

    rdd1b298 rcf905e0  
    1919  <?dbhtml filename="mailx.html"?>
    2020
    21   <sect1info>
    22     <date>$Date$</date>
    23   </sect1info>
    2421
    2522  <title>mailx-&mailx-version;</title>
     
    172169
    173170      <para>
     171<!-- ~/.nailrc seems not to be supported anymore
    174172        <filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename>
    175173        and <filename>~/.nailrc</filename>
     174-->
     175        <filename>/etc/nail.rc</filename> and <filename>~/.mailrc</filename>
    176176      </para>
    177177
     
    183183        <primary sortas="e-AA.mailrc">~/.mailrc</primary>
    184184      </indexterm>
    185 
     185<!--
    186186      <indexterm zone="mailx mailx-config">
    187187        <primary sortas="e-AA.nailrc">~/.nailrc</primary>
    188188      </indexterm>
     189-->
     190    </sect3>
     191
     192    <sect3>
     193      <title>Configuration Information</title>
     194
     195      <para>
     196        For displaying mails, <application>mailx</application>
     197        uses a pager program. Since the default of <command>pg</command>
     198        is not available on a LFS system, its required to
     199        specify which pager is to use. By default, there is
     200        <command>more</command> and the more comfortable
     201        <command>less</command> installed. If the
     202        variable PAGER is not set in <filename>/etc/profile</filename>
     203        or <filename>~/.bash_profile</filename>, or if it
     204        should be another pager just for reading mails, it can be
     205        set system wide in <filename>/etc/nail.rc</filename>:
     206      </para>
     207
     208<screen><userinput role="nodump">echo "set PAGER=&lt;more|less&gt;" &gt;&gt; /etc/nail.rc</userinput></screen>
     209
     210      <para>or individually for the actual user in <filename>~/.mailrc</filename>:</para>
     211
     212<screen><userinput role="nodump">echo "set PAGER=&lt;more|less&gt;" &gt;&gt; ~/.mailrc</userinput></screen>
     213
     214      <para>
     215        Other interesting options to set in the config files might
     216        be EDITOR and MAILDIR.
     217      </para>
     218
     219      <para>
     220        If not set in the environment for other packages, the
     221        default editor can be set by:
     222      </para>
     223
     224<screen><userinput role="nodump">echo "set EDITOR=&lt;vim|nano|...&gt;" &gt;&gt; /etc/nail.rc</userinput></screen>
     225
     226      <para>
     227        Depending on which kind of <xref linkend="server-mail"/> is
     228        installed, it might be required to set the MAILDIR variable
     229        so <application>mailx</application> is able to find the mails:
     230      </para>
     231
     232<screen><userinput role="nodump">echo "set MAILDIR=Maildir" &gt;&gt; /etc/nail.rc</userinput></screen>
    189233
    190234    </sect3>
  • networking/mailnews/mutt.xml

    rdd1b298 rcf905e0  
    77  <!ENTITY mutt-download-http "https://bitbucket.org/mutt/mutt/downloads/mutt-&mutt-version;.tar.gz">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "fd3355084e48a97e14980d18c268cd14">
     9  <!ENTITY mutt-md5sum        "14cbaec4cc88ad8147fbe6df8a2d48fd">
    1010  <!ENTITY mutt-size          "5.3 MB">
    11   <!ENTITY mutt-buildsize     "47 MB">
    12   <!ENTITY mutt-time          "0.4 SBU">
     11  <!ENTITY mutt-buildsize     "48 MB">
     12  <!ENTITY mutt-time          "0.3 SBU">
    1313]>
    1414
     
    1616  <?dbhtml filename="mutt.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Mutt-&mutt-version;</title>
  • networking/mailnews/other.xml

    rdd1b298 rcf905e0  
    99  <?dbhtml filename="othermn.html"?>
    1010
    11   <sect1info>
    12     <date>$Date$</date>
    13   </sect1info>
    1411
    1512  <title>Other Mail and News Programs</title>
  • networking/mailnews/procmail.xml

    rdd1b298 rcf905e0  
    1818  <?dbhtml filename="procmail.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>Procmail-&procmail-version;</title>
  • networking/netlibs/c-ares.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="c-ares.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>c-ares-&c-ares-version;</title>
  • networking/netlibs/curl.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="curl.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>cURL-&curl-version;</title>
  • networking/netlibs/geoclue2.xml

    rdd1b298 rcf905e0  
    1717  <?dbhtml filename="geoclue2.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>GeoClue-&geoclue2-version;</title>
  • networking/netlibs/glib-networking.xml

    rdd1b298 rcf905e0  
    1919  <?dbhtml filename="glib-networking.html"?>
    2020
    21   <sect1info>
    22     <date>$Date$</date>
    23   </sect1info>
    2421
    2522  <title>glib-networking-&glib-networking-version;</title>
  • networking/netlibs/ldns.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="ldns.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>ldns-&ldns-version;</title>
  • networking/netlibs/libevent.xml

    rdd1b298 rcf905e0  
    1818  <?dbhtml filename="libevent.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>libevent-&libevent-version;</title>
  • networking/netlibs/libmnl.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="libmnl.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libmnl-&libmnl-version;</title>
  • networking/netlibs/libndp.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="libndp.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libndp-&libndp-version;</title>
  • networking/netlibs/libnma.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="libnma.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libnma-&libnma-version;</title>
  • networking/netlibs/libnsl.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="libnsl.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libnsl-&libnsl-version;</title>
  • networking/netlibs/libpcap.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="libpcap.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libpcap-&libpcap-version;</title>
  • networking/netlibs/libpsl.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="libpsl.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libpsl-&libpsl-version;</title>
  • networking/netlibs/libsoup.xml

    rdd1b298 rcf905e0  
    1818  <?dbhtml filename="libsoup.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>libsoup-&libsoup-version;</title>
  • networking/netlibs/libsoup3.xml

    rdd1b298 rcf905e0  
    1818  <?dbhtml filename="libsoup3.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>libsoup-&libsoup3-version;</title>
  • networking/netlibs/libtirpc.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="libtirpc.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libtirpc-&libtirpc-version;</title>
  • networking/netlibs/neon.xml

    rdd1b298 rcf905e0  
    1717  <?dbhtml filename="neon.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>neon-&neon-version;</title>
  • networking/netlibs/nghttp2.xml

    rdd1b298 rcf905e0  
    77  <!ENTITY nghttp2-download-http "https://github.com/nghttp2/nghttp2/releases/download/v&nghttp2-version;/nghttp2-&nghttp2-version;.tar.xz">
    88  <!ENTITY nghttp2-download-ftp  " ">
    9   <!ENTITY nghttp2-md5sum        "4168ccacaa009665b6a7fe455842f95b">
     9  <!ENTITY nghttp2-md5sum        "c6029150d36fb3bda6f7e4c862fa3d10">
    1010  <!ENTITY nghttp2-size          "3.9 MB">
    11   <!ENTITY nghttp2-buildsize     "24 MB">
     11  <!ENTITY nghttp2-buildsize     "23 MB">
    1212  <!ENTITY nghttp2-time          "0.1 SBU">
    1313]>
     
    1616  <?dbhtml filename="nghttp2.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>nghttp2-&nghttp2-version;</title>
  • networking/netlibs/rpcsvc-proto.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="rpcsvc-proto.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>rpcsvc-proto-&rpcsvc-proto-version;</title>
  • networking/netlibs/serf.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="serf.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Serf-&serf-version;</title>
  • networking/netlibs/uhttpmock.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="uhttpmock.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>uhttpmock-&uhttpmock-version;</title>
  • networking/netprogs/bridgeutils.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="bridge-utils.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>bridge-utils-&bridgeutils-version;</title>
  • networking/netprogs/cifsutils.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="cifsutils.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>cifs-utils-&cifsutils-version;</title>
  • networking/netprogs/iw.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="iw.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>iw-&iw-version;</title>
  • networking/netprogs/ncftp.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="ncftp.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219<title>NcFTP-&ncftp-version;</title>
  • networking/netprogs/net-tools.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="net-tools.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Net-tools-&net-tools-version;</title>
  • networking/netprogs/netfs.xml

    rdd1b298 rcf905e0  
    99  <?dbhtml filename="netfs.html"?>
    1010
    11   <sect1info>
    12     <date>$Date$</date>
    13   </sect1info>
    1411
    1512  <title>Configuring for Network Filesystems</title>
  • networking/netprogs/nfs-utils.xml

    rdd1b298 rcf905e0  
    1717  <?dbhtml filename="nfs-utils.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>NFS-Utils-&nfs-utils-version;</title>
  • networking/netprogs/ntp.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="ntp.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>ntp-&ntp-version;</title>
  • networking/netprogs/rpcbind.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="rpcbind.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>rpcbind-&rpcbind-version;</title>
  • networking/netprogs/rsync.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="rsync.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>rsync-&rsync-version;</title>
  • networking/netprogs/samba.xml

    rdd1b298 rcf905e0  
    77  <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "bb409ba1b47d3fca2309eb863b06467e">
     9  <!ENTITY samba-md5sum        "1191b93d077ce40a2a48956160f07ab4">
    1010  <!ENTITY samba-size          "29 MB">
    1111  <!ENTITY samba-buildsize     "665 MB (add 36 MB for quicktest)">
     
    2020  <?dbhtml filename="samba.html"?>
    2121
    22   <sect1info>
    23     <date>$Date$</date>
    24   </sect1info>
    2522
    2623  <title>Samba-&samba-version;</title>
  • networking/netprogs/wget.xml

    rdd1b298 rcf905e0  
    1818  <?dbhtml filename="wget.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>Wget-&wget-version;</title>
  • networking/netprogs/wireless-tools.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="wireless_tools.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Wireless Tools-&wireless-tools-version;</title>
  • networking/netprogs/wpa_supplicant.xml

    rdd1b298 rcf905e0  
    1717  <?dbhtml filename="wpa_supplicant.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>wpa_supplicant-&wpa_supplicant-version;</title>
  • networking/netutils/avahi.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="avahi.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Avahi-&avahi-version;</title>
  • networking/netutils/bind-utils.xml

    rdd1b298 rcf905e0  
    77  <!ENTITY bind-download-http   "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    88  <!ENTITY bind-download-ftp    "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    9   <!ENTITY bind-md5sum          "fc43e8401f9196082f86058a19c23148">
     9  <!ENTITY bind-md5sum          "542ba7a0ae0cb2de151186bd7de4e9cb">
    1010  <!ENTITY bind-size            "5.0 MB">
    11   <!ENTITY bind-utils-buildsize "101 MB">
     11  <!ENTITY bind-utils-buildsize "102 MB">
    1212  <!ENTITY bind-utils-time      "0.2 SBU">
    1313]>
     
    1616  <?dbhtml filename="bind-utils.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>BIND Utilities-&bind-version;</title>
     
    132129    <title>Command Explanations</title>
    133130
    134 <!-- Not recognized with 9.18.0
    135     <para>
    136       <parameter>- -without-python</parameter>: This option eliminates
    137       the need for an unused python module.
    138     </para>
    139 -->
    140 
    141131    <para>
    142132      <option>--disable-doh</option>: Use this option if you have not installed
     
    157147    <para>
    158148      <command>make -C doc</command>: This command builds the
    159       manual pages.
     149      manual pages if the optional Python module
     150      <ulink url="https://www.sphinx-doc.org/en/master/">Sphinx</ulink>
     151      is installed.
    160152    </para>
    161153
    162154    <para>
    163       <command>cp -v ... /usr/share/man/man1</command>: This command
    164       installs the manual pages.
     155      Use <command>cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</command>
     156      to install the the manual pages if they have been built.
    165157    </para>
    166158
  • networking/netutils/network-manager-applet.xml

    rdd1b298 rcf905e0  
    1818  <?dbhtml filename="network-manager-applet.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>network-manager-applet-&network-manager-applet-version;</title>
  • networking/netutils/networkmanager.xml

    rdd1b298 rcf905e0  
    99  <!ENTITY NetworkManager-download-ftp
    1010"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "9fb6294d06d6e7ebc3ead960f88a4459">
     11  <!ENTITY NetworkManager-md5sum        "82088af23cac1be7394bde000f4612f8">
    1212  <!ENTITY NetworkManager-size          "6.3 MB">
    13   <!ENTITY NetworkManager-buildsize     "244 MB (with tests and Qt examples)">
    14   <!ENTITY NetworkManager-time          "0.8 SBU (with tests and Qt examples, using parallelism=4)">
     13  <!ENTITY NetworkManager-buildsize     "265 MB (with tests)">
     14  <!ENTITY NetworkManager-time          "0.9 SBU (with tests, using parallelism=4)">
    1515]>
    1616
     
    1818  <?dbhtml filename="networkmanager.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>NetworkManager-&NetworkManager-version;</title>
     
    140137
    141138    <para>
    142       If you wish to run the tests, enable the following options in the
    143       kernel configuration and recompile the kernel if necessary:
     139      If you wish to run the tests, check that at least the following options
     140      are enabled in the kernel configuration. Those options have been
     141      determined to be necessary, but may not be sufficient. Recompile the
     142      kernel if necessary:
    144143    </para>
    145144
     
    148147         the Linux Platform tests to move farther along because otherwise
    149148         RTNETLINK would respond with an Error 95 - unknown device type.
    150          This would cause the test to fail early on in the process. -->
    151 
    152 <screen><literal>Device Drivers ---&gt;
    153   [*] Network device support         [CONFIG_NETDEVICES] ---&gt;
    154     [*] Bonding driver support       [CONFIG_BONDING]
    155     [*] Dummy net driver support     [CONFIG_DUMMY]
    156     [*] Ethernet team driver support [CONFIG_NET_TEAM]</literal></screen>
     149         This would cause the test to fail early on in the process.
     150
     151         [pierre, Nov 2022]: I cannot tell whether these options are
     152         the only ones that are needed. They are the options I had to add
     153         in order to have some tests pass. But I already had some other
     154         options set for packet filtering (iptables), that may not be
     155         available by default and may be necessary. Even with the options
     156         below still one test (test-route) fails.-->
     157
     158<screen><literal>
     159[*] Networking support---&gt;                                [CONFIG_NET]
     160      Networking options---&gt;
     161      [*] TCP/IP networking                               [CONFIG_INET]
     162      &lt;*/M&gt;   IP: tunelling                               [CONFIG_NET_IPIP]
     163      &lt;*/M&gt;   IP: GRE demultiplexer                       [CONFIG_NET_IPGRE_DEMUX]
     164      &lt;*/M&gt;   IP: GRE tunnels over IP                     [CONFIG_NET_IPGRE]
     165      &lt;*&gt;   The IPv6 protocol ---&gt;                        [CONFIG_IPV6]
     166        &lt;*/M&gt; IPv6: IPv6-in-IPv4 tunnel (SIT driver)      [CONFIG_IPV6_SIT]
     167        &lt;*/M&gt; IPv6: GRE tunnel                            [CONFIG_IPV6_GRE]
     168        [*] IPv6: Multiple Routing Tables                 [CONFIG_IPV6_MULTIPLE_TABLES]
     169      [*]   MPTCP:   Multipath TCP                        [CONFIG_MPTCP]
     170      [*]     MPTCP: IPv6 support for Multipath TCP       [CONFIG_MPTCP_IPV6]
     171      &lt;*/M&gt; 802.1Q/802.1ad VLAN Support                   [CONFIG_VLAN_8021Q]
     172      [*] QoS and/or fair queueing  ---&gt;                  [CONFIG_NET_SCHED]
     173        &lt;*/M&gt; Stochastic Fairness Queueing (SFQ)          [CONFIG_NET_SCH_SFQ]
     174        &lt;*/M&gt; Token Bucket Filter (TBF)                   [CONFIG_NET_SCH_TBF]
     175        &lt;*/M&gt; Fair Queue Controlled Delay AQM (FQ_CODEL)  [CONFIG_NET_SCH_FQ_CODEL]
     176        &lt;*/M&gt; Ingress/classifier-action Qdisc             [CONFIG_NET_SCH_INGRESS]
     177    Device Drivers ---&gt;
     178    [*] Network device support ---&gt;                       [CONFIG_NETDEVICES]
     179      [*] Network core driver support                     [CONFIG_NET_CORE]
     180      &lt;*&gt;   Bonding driver support                        [CONFIG_BONDING]
     181      &lt;*&gt;   Dummy net driver support                      [CONFIG_DUMMY]
     182      &lt;*&gt;   Ethernet team driver support ---&gt;             [CONFIG_NET_TEAM]
     183      &lt;*&gt;   MAC-VLAN support                              [CONFIG_MACVLAN]
     184      &lt;*&gt;     MAC-VLAN based tap driver                   [CONFIG_MACVTAP]
     185      &lt;*&gt;   IP-VLAN support                               [CONFIG_IPVLAN]
     186      &lt;*&gt;   Virtual eXtensible Local Area Network (VXLAN) [CONFIG_VXLAN]
     187      &lt;*&gt;   Virtual ethernet pair device                  [CONFIG_VETH]
     188      &lt;*&gt;   Virtual Routing and Forwarding (Lite)         [CONFIG_VRF]
     189  </literal></screen>
    157190
    158191    <indexterm zone="NetworkManager NetworkManager-kernel">
     
    235268
    236269    <para>
    237       An already active graphical session
    238       with a bus address is necessary to run the tests. To test the results,
    239       as the root user, <!-- needs the "ip" command -->
    240       issue: <command>ninja test</command>.
     270      An already active graphical session with a bus address is necessary
     271      to run the tests. To test the results, issue
     272      <command>ninja test</command>.
     273    </para>
     274
     275    <para>
     276      A few tests may fail, depending on enabled kernel options.
    241277    </para>
    242278
     
    247283<screen role="root"><userinput>ninja install &amp;&amp;
    248284mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></screen>
     285
     286    <para>
     287      If you have not passed the <option>-Ddocs=true</option> option to
     288      <command>meson</command>, you can install the pregenerated manual pages
     289      with (as the &root; user):
     290    </para>
     291
     292<screen role="root"><userinput>for file in $(echo ../man/*.[1578]); do
     293    section=${file##*.} &amp;&amp;
     294    install -vdm 755 /usr/share/man/man$section
     295    install -vm 644 $file /usr/share/man/man$section/
     296done</userinput></screen>
     297
     298    <para>
     299      Still in case you have not used <option>-Ddocs=true</option>, the
     300      pregenerated HTML documentation can also be installed with (as
     301      the &root; user):
     302    </para>
     303
     304<screen role="root"
     305        remap="doc"><userinput>cp -Rv ../docs/{api,libnm} /usr/share/doc/NetworkManager-&NetworkManager-version;</userinput></screen>
    249306
    250307  </sect2>
  • networking/netutils/nmap.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="nmap.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Nmap-&nmap-version;</title>
  • networking/netutils/traceroute.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="traceroute.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Traceroute-&traceroute-version;</title>
  • networking/netutils/whois.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="whois.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Whois-&whois-version;</title>
  • networking/netutils/wireshark.xml

    rdd1b298 rcf905e0  
    2525  <?dbhtml filename="wireshark.html"?>
    2626
    27   <sect1info>
    28     <date>$Date$</date>
    29   </sect1info>
    3027
    3128  <title>Wireshark-&wireshark-version;</title>
  • networking/textweb/links.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="links.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Links-&links-version;</title>
  • networking/textweb/lynx.xml

    rdd1b298 rcf905e0  
    1616  <?dbhtml filename="lynx.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Lynx-&lynx-version;</title>
Note: See TracChangeset for help on using the changeset viewer.