summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-15 07:59:13 +0900
committerGitHub <noreply@github.com>2022-07-15 07:59:13 +0900
commit3f5ef8aeac7cf9bc19fc58d2eec915650f505ba5 (patch)
tree79efff1968c28bb283fd49ff201629607c65cd87 /man
parentb5e17d7fed3ab1f1f2c64a20d904390577b53fa9 (diff)
parent72c747e6d10637c0844e7c239a47bd5e6d42763c (diff)
downloadsystemd-3f5ef8aeac7cf9bc19fc58d2eec915650f505ba5.tar.gz
Merge pull request #24019 from yuwata/network-ipv4ll
network: refuse 169.254.0.0/24 and 169.254.255.0/24
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 6717718304..516a42e25a 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -401,12 +401,11 @@
<varlistentry>
<term><varname>IPv4LLStartAddress=</varname></term>
<listitem>
- <para>Specifies the first IPv4 link-local address to try. Takes an IPv4 address
- for example 169.254.1.2, from the link-local address range 169.254.0.0/16.
- This setting may be useful if the device should always have the same address
- as long as there is no address conflict. When unset, a random address will be automatically selected.
- Defaults to unset.
- </para>
+ <para>Specifies the first IPv4 link-local address to try. Takes an IPv4 address for example
+ 169.254.1.2, from the link-local address range: 169.254.0.0/16 except for 169.254.0.0/24 and
+ 169.254.255.0/24. This setting may be useful if the device should always have the same address
+ as long as there is no address conflict. When unset, a random address will be automatically
+ selected. Defaults to unset.</para>
</listitem>
</varlistentry>