[systemd-commits] man/systemd.network.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Fri May 15 03:18:57 PDT 2015
man/systemd.network.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5c82dd13e1eef502afcef209a3b14a2100966909
Author: Benedikt Morbach <benedikt.morbach at googlemail.com>
Date: Sun May 10 20:32:14 2015 +0200
man: IPMasquerade only implies IPForward=ipv4
at least that's what the code does.
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 31484d8..5504b46 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -382,7 +382,7 @@
interface. If enabled packets forwarded from the network
interface will be appear as coming from the local host.
Takes a boolean argument. Implies
- <varname>IPForward=yes</varname>. Defaults to
+ <varname>IPForward=ipv4</varname>. Defaults to
<literal>no</literal>.</para></listitem>
</varlistentry>
<varlistentry>
More information about the systemd-commits
mailing list