X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-networkd.service.xml;h=69157b13ef0568a5101af3a69b64fd6f98541dac;hb=a03c5fd2d86c4e3f758a5ca0d98638e5c8bd8d8d;hp=9c7ca83438d83c7ab197e38fb65ec0c74f320699;hpb=482e2ac193be708d183bdf2d893eb72435eb1d28;p=elogind.git diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 9c7ca8343..69157b13e 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -96,6 +96,45 @@ .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. + + + + + The [NetDev] section accepts the following keys: @@ -158,14 +197,16 @@ Path The persistent path, as exposed by the udev - property ID_PATH. + property ID_PATH. May contain shell + style globs. Driver The driver currently bound to the device, as - exposed by the udev property DRIVER. + exposed by the udev property DRIVER + of its parent device. @@ -180,7 +221,40 @@ 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. +