diff options
Diffstat (limited to 'man/networkd.conf.xml')
-rw-r--r-- | man/networkd.conf.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index cac1d3b..9daa125 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -131,6 +131,12 @@ for more details about the sysctl options. Defaults to unset and the sysctl options will not be changed.</para> + <para>If an interface is configured with a .network file that enables <varname>IPMasquerade=</varname> + for IPv4 (that is, <literal>ipv4</literal> or <literal>both</literal>), this setting is implied + unless explicitly specified. See <varname>IPMasquerade=</varname> in + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> + for more details.</para> + <xi:include href="version-info.xml" xpointer="v256"/> </listitem> </varlistentry> @@ -145,6 +151,12 @@ for more details about the sysctl options. Defaults to unset and the sysctl options will not be changed.</para> + <para>If an interface is configured with a .network file that enables <varname>IPMasquerade=</varname> + for IPv6 (that is, <literal>ipv6</literal> or <literal>both</literal>), this setting is implied + unless explicitly specified. See <varname>IPMasquerade=</varname> in + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> + for more details.</para> + <xi:include href="version-info.xml" xpointer="v256"/> </listitem> </varlistentry> |