summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-12-04 15:52:21 +0100
committerTom Gundersen <teg@jklm.no>2014-12-04 16:02:05 +0100
commit9e7e440835c43d81ffdbc299d2c07daaa641ed50 (patch)
tree9b55e90d4085997aeebaa738198765d2fa5bac4a /man
parent66bba0e701b95dc42ed53e8f0799a7e2b944c147 (diff)
networkd: add support for source routing
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index c9c946c00a..a913fdfc5e 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -416,6 +416,13 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><varname>Source=</varname></term>
+ <listitem>
+ <para>The source prefix of the route. Possibly followed by a slash and the
+ prefixlength. If omitted, a full-length host route is assumed.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><varname>Metric=</varname></term>
<listitem>
<para>The metric of the route. An unsigned integer</para>