X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.netdev.xml;h=0a2cbab09398e355bb03d4b192898a7d00971063;hb=6b9732b2bf0499c5e4ea8a9d4f6051d98033f680;hp=c90bd8f98c13520e57d20753bf799d56e375fd90;hpb=ffd488e272aa95f7d43626e1f90fea8c30a5863b;p=elogind.git diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index c90bd8f98..0a2cbab09 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -60,7 +60,10 @@ Virtual Network Device files must have the extension .netdev; other extensions are ignored. Virtual - network devices are created as soon as networkd is started. + 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. The .netdev files are read from the files located in the system network directory /usr/lib/systemd/network, @@ -163,7 +166,8 @@ macvlan, vxlan, ipip, gre, sit, vti, - veth, and dummy + veth, tun, + tap and dummy are supported. This option is compulsory. @@ -394,6 +398,30 @@ [Tun] section. + + [Bond] Section Options + + The [Bond] section accepts the following + key: + + + + Mode= + + Specifies one of the bonding policies. The default is balance-rr (round robin). + balance-rr + active-backup + balance-xor + broadcast + 802.3ad + balance-tlb + balance-alb + + + + + + Example