1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-11 04:58:19 +03:00

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

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

View File

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