From e2bccc9d9974eb1290653ecfa3ccfd03c313842b Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 4 Jul 2015 13:08:29 +0200 Subject: man: fix sysctl references in networkd-manpage We refer to the same sysctl-setting twice, which is misleading. Correctly list all global forwarding options. As we _always_ change the forwarding setting on links, they will get disabled by default. The global sysctl defaults thus will not have any effect. --- man/systemd.network.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/systemd.network.xml') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 1a2699a47f..71ced09696 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -376,8 +376,9 @@ Note: unless this option is turned on, or set to kernel, no IP forwarding is done on this interface, even if this is globally turned on in the kernel, with the - net.ipv4.ip_forward and - net.ipv4.ip_forward sysctl + net.ipv4.ip_forward, + net.ipv4.conf.all.forwarding, and + net.ipv6.conf.all.forwarding sysctl options. -- cgit v1.2.3-54-g00ecf