X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-networkd.service.xml;h=91e13924888d95f63d16fa4a162d4227448f61d6;hp=04fedc56d05aa3c4e56cced46135e187894296ae;hb=edbb03e95a3c31bf719d5c6c46eec14d0bcb9c8f;hpb=9b1c2626cef16722603bded9bb52033aba34dd74 diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 04fedc56d..91e139248 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -96,6 +96,55 @@ .netdev; other extensions are ignored. Virtual network devices are created as soon as networkd is started. + 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: + + + + Host + + Matches against the hostname or machine ID of the + host. See ConditionHost= in + systemd.unit5 + for details. + + + + + Virtualization + + Checks whether the system is executed in a virtualized + environment and optionally test whether it is a specific + implementation. See ConditionVirtualization= in + systemd.unit5 + for details. + + + + + KernelCommandLine + + Checks whether a specific kernel command line option is + set (or if prefixed with the exclamation mark unset). See + ConditionKernelCommandLine= in + systemd.unit5 + for details. + + + + + Architecture + + Checks whether the system is running on a specific + architecture. See ConditionArchitecture= in + systemd.unit5 + for details. + + + + + The [NetDev] section accepts the following keys: @@ -158,7 +207,8 @@ Path The persistent path, as exposed by the udev - property ID_PATH. + property ID_PATH. May contain shell + style globs. @@ -181,7 +231,50 @@ Name The device name, as exposed by the udev property - INTERFACE. + INTERFACE. May contain shell style + globs. + + + + Host + + Matches against the hostname or machine ID of the + host. See ConditionHost= in + systemd.unit5 + for details. + + + + + Virtualization + + Checks whether the system is executed in a virtualized + environment and optionally test whether it is a specific + implementation. See ConditionVirtualization= in + systemd.unit5 + for details. + + + + + KernelCommandLine + + Checks whether a specific kernel command line option is + set (or if prefixed with the exclamation mark unset). See + ConditionKernelCommandLine= in + systemd.unit5 + for details. + + + + + Architecture + + Checks whether the system is running on a specific + architecture. See ConditionArchitecture= in + systemd.unit5 + for details. +