diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index bd061c270a..54fef4c9c4 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -366,7 +366,8 @@
the routing table. Takes either a boolean argument, or the
values ipv4 or ipv6,
which only enables IP forwarding for the specified address
- family. This controls the
+ family, or kernel, which preserves existing sysctl settings.
+ This controls the
net.ipv4.conf.<interface>.forwarding
and
net.ipv6.conf.<interface>.forwarding
@@ -375,8 +376,8 @@
for details about sysctl options). Defaults to
no.
- Note: unless this option is turned on, no IP
- forwarding is done on this interface, even if this is
+ 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