summaryrefslogtreecommitdiff
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-15 03:36:30 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-15 03:37:09 +0900
commitd3efcd2def3b1eb4cc87404cee434b8d8d01c4d7 (patch)
treeb7f952804101429ec3f801d8d5e6da5a74437288 /man/systemd.network.xml
parentc1dd250f18d96d31608cbabfb32c8e5a4c36fd41 (diff)
downloadsystemd-d3efcd2def3b1eb4cc87404cee434b8d8d01c4d7.tar.gz
network: refuse 169.254.0.0/24 and 169.254.255.0/24 for IPv4LLStartAddress=
Follow-up for #23927.
Diffstat (limited to 'man/systemd.network.xml')
-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>