summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-15 03:21:26 +0900
committerGitHub <noreply@github.com>2022-07-15 03:21:26 +0900
commitc1dd250f18d96d31608cbabfb32c8e5a4c36fd41 (patch)
tree32111b2801b5dffce8a55b969c698c2c23174de7 /man
parente3979a625626b73b0a08f495c9851c9ebfbd626e (diff)
parent1df6201882607666daec13d7f7c056e8366ef5aa (diff)
downloadsystemd-c1dd250f18d96d31608cbabfb32c8e5a4c36fd41.tar.gz
Merge pull request #23927 from AndreKalb/feature/ipv4-link-local-start-address
network: Feature IPv4 link-local start address
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index eae27389ed..6717718304 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -399,6 +399,18 @@
</varlistentry>
<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>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>IPv4LLRoute=</varname></term>
<listitem>
<para>Takes a boolean. If set to true, sets up the route needed for non-IPv4LL hosts to
@@ -2534,7 +2546,7 @@ Token=prefixstable:2002:da8:1::</programlisting></para>
<varlistentry>
<term><varname>ServerAddress=</varname></term>
<listitem><para>Specifies server address for the DHCP server. Takes an IPv4 address with prefix
- length, for example <literal>192.168.0.1/24</literal>. This setting may be useful when the link on
+ length, for example 192.168.0.1/24. This setting may be useful when the link on
which the DHCP server is running has multiple static addresses. When unset, one of static addresses
in the link will be automatically selected. Defaults to unset.</para></listitem>
</varlistentry>