diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-25 16:06:45 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-25 16:06:45 +0100 |
commit | c7f3ba1ecd11f126a43fb650937a7dae5d4d0bdd (patch) | |
tree | b768e3cb7ce6272a6dd168986537e0ca823f28be | |
parent | b3e4387351c835766f96796a20d94971afea7d3b (diff) |
man: networkd - clarify that multiple addresses/routes are supported
-rw-r--r-- | man/systemd-networkd.service.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 2517efc4a7..df5ca36406 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -300,10 +300,12 @@ <term><varname>Address=</varname></term> <listitem> <para>A static IPv4 or IPv6 address and its prefix length, - separated by a <literal>/</literal> character. The format of the address must - be as described in + separated by a <literal>/</literal> character. Specify this + key more than once to configure several addresses. + The format of the address must be as described in <citerefentry><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry> - . This is a short-hand for an [Address] section only containing an Address key (see below).</para> + . This is a short-hand for an [Address] section only containing an Address key (see below). + </para> </listitem> </varlistentry> <varlistentry> @@ -343,7 +345,9 @@ </varlistentry> </variablelist> - <para>The <literal>[Address]</literal> section accepts the following keys:</para> + <para>An <literal>[Address]</literal> section accepts the following keys. + Specify several <literal>[Address]</literal> sections to configure several + addresses.</para> <variablelist class='network-directives'> <varlistentry> @@ -369,7 +373,8 @@ </varlistentry> </variablelist> - <para>The <literal>[Route]</literal> section accepts the following keys:</para> + <para>The <literal>[Route]</literal> section accepts the following keys. Specify + several <literal>[Route]</literal> sections to configure several routes.</para> <variablelist class='network-directives'> <varlistentry> |