<varlistentry>
<term><varname>IPv6Forwarding=</varname></term>
<listitem>
- <para>Configures IPv6 packet forwarding for the interface. Takes a boolean value. This controls the
+ <para>Configures interface-specific host/router behaviour. Takes a boolean value. This controls the
<filename>net.ipv6.conf.<replaceable>INTERFACE</replaceable>.forwarding</filename> sysctl option of
the network interface. See
<ulink url="https://docs.kernel.org/networking/ip-sysctl.html">IP Sysctl</ulink>
<citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
</para>
+ <para>Note, unlike <varname>IPv4Forwarding=</varname>, enabling per-interface
+ <varname>IPv6Forwarding=</varname> on two or more interfaces <emphasis>DOES NOT</emphasis> make IPv6
+ packets forwarded within the interfaces. This setting just controls the per-interface sysctl value,
+ and the sysctl value is not directly correlated to whether packets are forwarded. To ensure IPv6
+ packets forwarded, the global setting in
+ <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+ needs to be enabled.</para>
+
<xi:include href="version-info.xml" xpointer="v256"/>
</listitem>
</varlistentry>