X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.netdev.xml;h=bf1d24e0aff10a79443a790beac7354a44ecdf40;hb=94655a1670aef827eee6751c986da4bb4ecee6d4;hp=26cc6158c95bc6fae7dda531a318a6a9a4b8a63f;hpb=eac684ef1c29684b1bcd27a89c38c202e568e469;p=elogind.git diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 26cc6158c..bf1d24e0a 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -78,6 +78,11 @@ /usr/lib, pointing to /dev/null, disables the configuration file entirely. + + + + [Match] Section Options + A virtual network device is only created if the [Match] section matches the current environment, or if the section is empty. The following keys are accepted: @@ -127,6 +132,11 @@ + + + + [NetDev] Section Options + The [NetDev] section accepts the following keys: @@ -142,12 +152,18 @@ Kind= The netdev kind. Currently, bridge, - bond and vlan - are supported. This option is compulsory. + bond, vlan and + macvlan are supported. This option + is compulsory. + + + + [VLAN] Section Options + The [VLAN] section only applies for netdevs of kind vlan, and accepts the following key: @@ -163,6 +179,26 @@ + + [MACVLAN] Section Options + + The [MACVLAN] section only applies for netdevs of kind + macvlan, and accepts the following key: + + + + Mode= + + The MACVLAN mode to use. The supported options are + private, vepa, + bridge and passthru. + + + + + + + Example @@ -193,7 +229,8 @@ Id=1 See Also systemd1, - systemd-networkd8 + systemd-networkd8, + systemd.network5