man: fix sysctl references in networkd-manpage
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 4 Jul 2015 11:08:29 +0000 (13:08 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sat, 4 Jul 2015 11:10:10 +0000 (13:10 +0200)
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

index 1a2699a..71ced09 100644 (file)
          <para>Note: unless this option is turned on, or set to <literal>kernel</literal>,
           no IP forwarding is done on this interface, even if this is
           globally turned on in the kernel, with the
-          <filename>net.ipv4.ip_forward</filename> and
-          <filename>net.ipv4.ip_forward</filename> sysctl
+          <filename>net.ipv4.ip_forward</filename>,
+          <filename>net.ipv4.conf.all.forwarding</filename>, and
+          <filename>net.ipv6.conf.all.forwarding</filename> sysctl
           options.</para>
           </listitem>
         </varlistentry>