From 52433f6b65eccd1c54606dde999610640f3458ac Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 21 Jan 2014 21:58:08 +0100 Subject: networkd: add basic bonding support Refactor bridging support to be generic netdev support and extend it to cover bonding as well. --- man/systemd-networkd.service.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'man') 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. - The [Bridge] section accepts the following + The [Netdev] section accepts the following keys: @@ -102,6 +102,13 @@ bridge. This option is compulsory. + + Kind + + The netdev kind. Currently, 'bridge' and 'bond' are + supported. This option is compulsory. + + @@ -206,6 +213,12 @@ The name of the bridge to add the configured link to. + + Bond + + The name of the bond to add the configured link to. + + The [Address] section accepts the following keys: -- cgit v1.2.3-54-g00ecf