diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <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> |