From: Benedikt Morbach Date: Sun, 10 May 2015 18:32:14 +0000 (+0200) Subject: man: IPMasquerade only implies IPForward=ipv4 X-Git-Tag: v220~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c82dd13e1eef502afcef209a3b14a2100966909;p=thirdparty%2Fsystemd.git 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 31484d84364..5504b4646c6 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 - IPForward=yes. Defaults to + IPForward=ipv4. Defaults to no.