man: document that per-interface sysctl variables are applied as network interfaces show up

https://bugzilla.redhat.com/show_bug.cgi?id=1062955
This commit is contained in:
Lennart Poettering 2014-02-23 16:43:19 +01:00
parent 06b44be71d
commit 8f03fd0891
1 changed files with 10 additions and 0 deletions

View File

@ -103,6 +103,16 @@
<filename>/dev/null</filename> in
<filename>/etc/sysctl.d/</filename> bearing the
same filename.</para>
<para>The settings configured with
<filename>sysctl.d</filename> files will be applied
early on boot. The network interface-specific options
will also be applied individually for each network
interface as it shows up in the system. (More
specifically, that is
<filename>net.ipv4.conf.*</filename>,
<filename>net.ipv6.conf.*</filename>,
<filename>net.ipv4.neigh.*</filename> and <filename>net.ipv6.neigh.*</filename>)</para>
</refsect1>
<refsect1>