summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-12-07 23:03:19 +0100
committerTom Gundersen <teg@jklm.no>2013-12-17 09:24:57 +0100
commitae4c67a7c6bb4efb858822838efe81008c965a98 (patch)
tree790634281d976affd7572fbcfb8b3b107dc98618 /man
parentb0d27a25089e3aa7d9222497005a1d9fff71e59d (diff)
networkd: add support for Route sections
Diffstat (limited to 'man')
-rw-r--r--man/systemd-networkd.service.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml
index 134432578..4cd0872b9 100644
--- a/man/systemd-networkd.service.xml
+++ b/man/systemd-networkd.service.xml
@@ -209,6 +209,24 @@
<para>An address label.</para>
</listitem>
</varlistentry>
+ </variablelist>
+
+ <para>The <literal>[Route]</literal> section accepts the following keys:</para>
+
+ <variablelist class='network-directives'>
+ <varlistentry>
+ <term><varname>Gateway</varname></term>
+ <listitem>
+ <para>As in the <literal>[Network]</literal> section.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><varname>Destination</varname></term>
+ <listitem>
+ <para>The destination prefix of the route. Possibly followed by a slash and the
+ prefixlength, if ommitted a full-length host route is assumed.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>
</refsect1>