diff options
author | Tom Gundersen <teg@jklm.no> | 2014-12-04 15:52:21 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-04 16:02:05 +0100 |
commit | 9e7e440835c43d81ffdbc299d2c07daaa641ed50 (patch) | |
tree | 9b55e90d4085997aeebaa738198765d2fa5bac4a /man/systemd.network.xml | |
parent | 66bba0e701b95dc42ed53e8f0799a7e2b944c147 (diff) |
networkd: add support for source routing
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 7 |
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> |