84b277
From 1c06bbbcbc55b2404cdece020411f06b28b4b2b3 Mon Sep 17 00:00:00 2001
84b277
From: Lennart Poettering <lennart@poettering.net>
84b277
Date: Sun, 23 Feb 2014 16:43:19 +0100
84b277
Subject: [PATCH] man: document that per-interface sysctl variables are applied
84b277
 as network interfaces show up
84b277
84b277
https://bugzilla.redhat.com/show_bug.cgi?id=1062955
84b277
84b277
(cherry-picked from 8f03fd08911016d8bbcad5892b2c07b30a4c2306)
84b277
84b277
Resolves: #1147524
84b277
---
84b277
 man/sysctl.d.xml | 10 ++++++++++
84b277
 1 file changed, 10 insertions(+)
84b277
84b277
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml
84b277
index 5544283..00a857b 100644
84b277
--- a/man/sysctl.d.xml
84b277
+++ b/man/sysctl.d.xml
84b277
@@ -103,6 +103,16 @@
84b277
                 <filename>/dev/null</filename> in
84b277
                 <filename>/etc/sysctl.d/</filename> bearing the
84b277
                 same filename.</para>
84b277
+
84b277
+                <para>The settings configured with
84b277
+                <filename>sysctl.d</filename> files will be applied
84b277
+                early on boot. The network interface-specific options
84b277
+                will also be applied individually for each network
84b277
+                interface as it shows up in the system. (More
84b277
+                specifically, that is
84b277
+                <filename>net.ipv4.conf.*</filename>,
84b277
+                <filename>net.ipv6.conf.*</filename>,
84b277
+                <filename>net.ipv4.neigh.*</filename> and <filename>net.ipv6.neigh.*</filename>)</para>
84b277
         </refsect1>
84b277
 
84b277
         <refsect1>