chiark / gitweb /
man: systemd.netdev - make it clear that we do not touch preexisting netdevs
authorTom Gundersen <teg@jklm.no>
Mon, 14 Jul 2014 10:25:42 +0000 (12:25 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 14 Jul 2014 10:25:42 +0000 (12:25 +0200)
We will happily use bridges/bonds as master devices, but we will not change their settings if they were created by
someone else.

man/systemd.netdev.xml

index e7eb5a0fe0933bf732a1b5dc5d3308376f455296..0a2cbab09398e355bb03d4b192898a7d00971063 100644 (file)
 
                 <para>Virtual Network Device files must have the extension
                 <filename>.netdev</filename>; other extensions are ignored. Virtual
-                network devices are created as soon as networkd is started.</para>
+                network devices are created as soon as networkd is started. If a netdev
+                with the specified name already exists, networkd will use that as-is
+                rather than create its own. Note that the settings of the pre-existing
+                netdev will not be changed by networkd.</para>
 
                 <para>The <filename>.netdev</filename> files are read from the files located in the
                 system network directory <filename>/usr/lib/systemd/network</filename>,