From 769b56a308c3f3d3952eda87fd4fb004207f4f49 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 9 Feb 2015 16:22:34 +0100 Subject: 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. --- man/systemd.network.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man/systemd.network.xml') 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 @@ The metric of the route. An unsigned integer + + Scope= + + The scope of the route. One of the values global, + link or host. Defaults to + global. + + -- cgit v1.2.3-54-g00ecf