1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

man/network: ServerAddress= drop "literal" from IP address ranges

(cherry picked from commit 1df6201882)
(cherry picked from commit 098d70f438)
This commit is contained in:
Andre Kalb 2022-07-13 23:56:50 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 296bd564cc
commit a791dc67f8

View File

@ -2593,7 +2593,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>