diff options
author | Benedikt Morbach <benedikt.morbach@googlemail.com> | 2015-05-10 20:32:14 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-15 12:18:05 +0200 |
commit | 5c82dd13e1eef502afcef209a3b14a2100966909 (patch) | |
tree | 24fb0723dbd50cbad0c856b3de8a55b2fe30fc45 /man/systemd.network.xml | |
parent | 505c5f6de1a5c0afb238a46db94fe3571902cc9d (diff) |
man: IPMasquerade only implies IPForward=ipv4
at least that's what the code does.
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 - <varname>IPForward=yes</varname>. Defaults to + <varname>IPForward=ipv4</varname>. Defaults to <literal>no</literal>.</para></listitem> </varlistentry> <varlistentry> |