]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update description for ManageForeignRoutes= 19287/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 Apr 2021 03:23:31 +0000 (12:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 Apr 2021 03:23:59 +0000 (12:23 +0900)
man/networkd.conf.xml

index 23422c6c9455ee07d58421871c44953432250ac0..bbf6826e31943cd2e47bc8f7e83e586b7548e2b8 100644 (file)
 
       <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>
+        <listitem><para>A boolean. When true, <command>systemd-networkd</command> will remove routes
+        that are not configured in .network files (except for routes with protocol
+        <literal>kernel</literal>, <literal>dhcp</literal> when <varname>KeepConfiguration=</varname>
+        is true or <literal>dhcp</literal>, and <literal>static</literal> when
+        <varname>KeepConfiguration=</varname> is true or <literal>static</literal>). When false, it will
+        not remove any foreign routes, keeping them even if they are not configured in a .network file.
+        Defaults to yes.</para></listitem>
       </varlistentry>
 
       <varlistentry>