doc: Scope is automatic for IPv6 address

The kernel automatically sets the scope of IPv6 addresses. That is
0 (global), 254 (host), 253 (link).
This commit is contained in:
Tj 2023-09-15 09:20:04 +01:00 committed by Yu Watanabe
parent 165947382b
commit ecac48783c

View file

@ -1183,6 +1183,7 @@ Table=1234</programlisting></para>
the network, even through a gateway), <literal>link</literal> (only valid on this device,
will not traverse a gateway) or <literal>host</literal> (only valid within the device itself,
e.g. 127.0.0.1) or an integer in the range 0…255. Defaults to <literal>global</literal>.
IPv4 only - IPv6 scope is automatically assigned by the kernel and cannot be set manually.
</para>
<xi:include href="version-info.xml" xpointer="v235"/>