X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.netdev.xml;h=bf1d24e0aff10a79443a790beac7354a44ecdf40;hb=6fc27667950fe153033f0f49cb5b57e8954c3e54;hp=5d8b41a3bc229b73f74ed5c3143a7b54857020a4;hpb=fe6b2d55bcb379d01664ed28cea40634cb6b52e3;p=elogind.git diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 5d8b41a3b..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: @@ -149,6 +159,11 @@ + + + + [VLAN] Section Options + The [VLAN] section only applies for netdevs of kind vlan, and accepts the following key: @@ -162,6 +177,11 @@ + + + + [MACVLAN] Section Options + The [MACVLAN] section only applies for netdevs of kind macvlan, and accepts the following key: @@ -209,7 +229,8 @@ Id=1 See Also systemd1, - systemd-networkd8 + systemd-networkd8, + systemd.network5