From: Tom Gundersen Date: Tue, 25 Feb 2014 15:06:45 +0000 (+0100) Subject: man: networkd - clarify that multiple addresses/routes are supported X-Git-Tag: v211~210 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c7f3ba1ecd11f126a43fb650937a7dae5d4d0bdd;p=elogind.git man: networkd - clarify that multiple addresses/routes are supported --- diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 2517efc4a..df5ca3640 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -300,10 +300,12 @@ Address= A static IPv4 or IPv6 address and its prefix length, - separated by a / character. The format of the address must - be as described in + separated by a / character. Specify this + key more than once to configure several addresses. + The format of the address must be as described in inet_pton3 - . This is a short-hand for an [Address] section only containing an Address key (see below). + . This is a short-hand for an [Address] section only containing an Address key (see below). + @@ -343,7 +345,9 @@ - The [Address] section accepts the following keys: + An [Address] section accepts the following keys. + Specify several [Address] sections to configure several + addresses. @@ -369,7 +373,8 @@ - The [Route] section accepts the following keys: + The [Route] section accepts the following keys. Specify + several [Route] sections to configure several routes.