diff options
author | Tom Gundersen <teg@jklm.no> | 2014-01-21 21:58:08 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-01-22 17:56:49 +0100 |
commit | 52433f6b65eccd1c54606dde999610640f3458ac (patch) | |
tree | 73f12a1b4541829c00462592be6ad275cf01a032 /man/systemd-networkd.service.xml | |
parent | 01b36069ccddbed35b82dd3b64af3e522ab305fe (diff) |
networkd: add basic bonding support
Refactor bridging support to be generic netdev support and extend it to
cover bonding as well.
Diffstat (limited to 'man/systemd-networkd.service.xml')
-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> |