The [NetDev] section accepts the following keys:
Description=
A free-form description of the netdev.
Name=
The interface name used when creating the netdev. This
setting is compulsory.
Kind=
The netdev kind. This setting is compulsory. See the
"Supported netdev kinds" section for the valid keys.
MTUBytes=
The maximum transmission unit in bytes to set for the device.
The usual suffixes K, M, G are supported and are understood
to the base of 1024. For "tun" or "tap" devices, MTUBytes=
setting is not currently supported in [NetDev] section.
Please specify it in [Link] section of corresponding
systemd.network(5) files.
MACAddress=
The MAC address to use for the device. For "tun" or "tap"
devices, setting MACAddress= in the [NetDev] section is not
supported. Please specify it in [Link] section of the
corresponding systemd.network(5) file. If this option is not
set, "vlan" devices inherit the MAC address of the physical
interface. For other kind of netdevs, if this option is not
set, then MAC address is generated based on the interface
name and the machine-id(5).