From: Lennart Poettering Date: Sun, 23 Feb 2014 15:43:19 +0000 (+0100) Subject: man: document that per-interface sysctl variables are applied as network interfaces... X-Git-Tag: v210~35 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=8f03fd08911016d8bbcad5892b2c07b30a4c2306 man: document that per-interface sysctl variables are applied as network interfaces show up https://bugzilla.redhat.com/show_bug.cgi?id=1062955 --- diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 5544283d4..00a857b11 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -103,6 +103,16 @@ /dev/null in /etc/sysctl.d/ bearing the same filename. + + The settings configured with + sysctl.d 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 + net.ipv4.conf.*, + net.ipv6.conf.*, + net.ipv4.neigh.* and net.ipv6.neigh.*)