diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-networkd.service.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 9f628d3b4a..57a3a7cf71 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -91,7 +91,7 @@ other extensions are ignored. Virtual network devices are created as soon as networkd is started.</para> - <para>The <literal>[Bridge]</literal> section accepts the following + <para>The <literal>[Netdev]</literal> section accepts the following keys:</para> <variablelist class='network-directives'> @@ -102,6 +102,13 @@ bridge. This option is compulsory.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>Kind</varname></term> + <listitem> + <para>The netdev kind. Currently, 'bridge' and 'bond' are + supported. This option is compulsory.</para> + </listitem> + </varlistentry> </variablelist> </refsect2> @@ -206,6 +213,12 @@ <para>The name of the bridge to add the configured link to.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>Bond</varname></term> + <listitem> + <para>The name of the bond to add the configured link to.</para> + </listitem> + </varlistentry> </variablelist> <para>The <literal>[Address]</literal> section accepts the following keys:</para> |