From 5c82dd13e1eef502afcef209a3b14a2100966909 Mon Sep 17 00:00:00 2001 From: Benedikt Morbach Date: Sun, 10 May 2015 20:32:14 +0200 Subject: [PATCH] man: IPMasquerade only implies IPForward=ipv4 at least that's what the code does. --- man/systemd.network.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 31484d8436..5504b4646c 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.