X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.netdev.xml;h=0a2cbab09398e355bb03d4b192898a7d00971063;hb=e432f9e8f999fe75d79a2499035c8e84b04a8b1a;hp=64987980a73b7d4c6461e4c4822dde2238adbadc;hpb=72d33d99c5dda1aedf2e18b08236b86ecf5f520b;p=elogind.git diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 64987980a..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. @@ -366,7 +370,7 @@ Takes a boolean argument. Configures whether packets should be prepened with four extra bytes (two flag bytes and two protocol bytes). If disabled it indicates that the packets will be - pure IP packets. Defaults to yes. + pure IP packets. Defaults to no. @@ -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