chiark / gitweb /
networkd: add support for [Address] sections
[elogind.git] / man / systemd-networkd.service.xml
index 209e3be9e05120dfc27f149e3e76c04706452f47..8bf2d928b28b0d593e328bc8694f33e2600749b8 100644 (file)
@@ -21,7 +21,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 -->
 
-<refentry id="systemd-networkd.service">
+<refentry id="systemd-networkd.service" conditional='ENABLE_NETWORKD'>
 
         <refentryinfo>
                 <title>systemd-networkd.service</title>
@@ -60,9 +60,6 @@
                 service that manages networks. It detects and configures
                 network devices as they appear.</para>
 
-                <para>Network devices are managed by networkd only if they
-                have the udev tag <literal>systemd-networkd</literal>.</para>
-
                 <para>Network configurations applied before networkd is started
                 are not removed, and configuration applied by networkd are not
                 removed when networkd exits. This ensures restarting networkd
                                         .</para>
                                 </listitem>
                         </varlistentry>
+                </variablelist>
+
+                <para>The <literal>[Address]</literal> section accepts the following keys:</para>
+
+                <variablelist class='network-directives'>
+                        <varlistentry>
+                                <term><varname>Address</varname></term>
+                                <listitem>
+                                        <para>As in the <literal>[Network]</literal> section.</para>
+                                </listitem>
+                        </varlistentry>
+                        <varlistentry>
+                                <term><varname>Label</varname></term>
+                                <listitem>
+                                        <para>An address label.</para>
+                                </listitem>
+                        </varlistentry>
                </variablelist>
         </refsect1>