diff options
author | Tom Gundersen <teg@jklm.no> | 2015-02-09 16:22:34 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-02-09 16:53:54 +0100 |
commit | 769b56a308c3f3d3952eda87fd4fb004207f4f49 (patch) | |
tree | 92b070e47c90f30dcc6131d21cf09606eedf73bb /man | |
parent | e2acdb6b0f68d9b4152708a9f21bf9e11f8b9e7e (diff) |
networkd: support route scopes
For now we only support the hardcoded values RT_SCOPE_{UNIVERSE,LOCAL,HOST},
and not numerical values or values from /etc/iproute2/rt_scopes.
This addresses https://bugs.freedesktop.org/show_bug.cgi?id=88508.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 6c137e16e9..9b3a92d266 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -469,6 +469,14 @@ <para>The metric of the route. An unsigned integer</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>Scope=</varname></term> + <listitem> + <para>The scope of the route. One of the values <literal>global</literal>, + <literal>link</literal> or <literal>host</literal>. Defaults to + <literal>global</literal>.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |