From 5d3b80176434cf339db5586a2570b674d93268a9 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Tue, 11 Feb 2020 13:35:11 +0100 Subject: network: Add support to ignore foreign routes --- man/networkd.conf.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'man/networkd.conf.xml') 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 @@ Specifies the time interval to calculate the traffic speed of each interface. If SpeedMeter=no, the value is ignored. Defaults to 10sec. + + + ManageForeignRoutes= + A boolean. When true, systemd-networkd will store any routes + configured by other tools in its memory. When false, systemd-networkd will + not manage the foreign routes, thus they are kept even if KeepConfiguration= + is false. Defaults to yes. + + -- cgit v1.2.1