]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: Scope is automatic for IPv6 address
authorTj <hacker@iam.tj>
Fri, 15 Sep 2023 08:20:04 +0000 (09:20 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 15 Sep 2023 14:12:11 +0000 (16:12 +0200)
The kernel automatically sets the scope of IPv6 addresses. That is
0 (global), 254 (host), 253 (link).

man/systemd.network.xml

index c52b80f2852979b9dd789d126ec2a06835ba92de..0532007010a817b55815f73eb29fd82cb09276a7 100644 (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"/>