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

This commit is contained in:
Andre Kalb 2022-07-13 23:56:50 +02:00
parent 59c272316c
commit 1df6201882

View File

@ -2546,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>