summaryrefslogtreecommitdiff
path: root/man/networkd.conf.xml
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@vmware.com>2020-02-11 13:35:11 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-03-07 01:42:52 +0900
commit5d3b80176434cf339db5586a2570b674d93268a9 (patch)
treed44b4a3b480a7fff7b536a99524e857ca945bf23 /man/networkd.conf.xml
parentd739fddeb5fcf09ea7430ca564bd6f264162ceda (diff)
downloadsystemd-5d3b80176434cf339db5586a2570b674d93268a9.tar.gz
network: Add support to ignore foreign routes
Diffstat (limited to 'man/networkd.conf.xml')
-rw-r--r--man/networkd.conf.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml
index 2041ddd427..6c60f6cf6b 100644
--- a/man/networkd.conf.xml
+++ b/man/networkd.conf.xml
@@ -61,6 +61,15 @@
<listitem><para>Specifies the time interval to calculate the traffic speed of each interface.
If <varname>SpeedMeter=no</varname>, the value is ignored. Defaults to 10sec.</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><varname>ManageForeignRoutes=</varname></term>
+ <listitem><para>A boolean. When true, <command>systemd-networkd</command> will store any routes
+ configured by other tools in its memory. When false, <command>systemd-networkd</command> will
+ not manage the foreign routes, thus they are kept even if <varname>KeepConfiguration=</varname>
+ is false. Defaults to yes.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>