X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=inline;f=man%2Fsystemd-networkd.service.xml;fp=man%2Fsystemd-networkd.service.xml;h=51ae761ccbc4b67843c29b69bb5d40c9eb31d55b;hb=c8f57f5963970013b4134f0e4ee58cb590c60338;hp=91e13924888d95f63d16fa4a162d4227448f61d6;hpb=f7be6ffa926a0b81495ee201aba933824ab417a4;p=elogind.git diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 91e139248..51ae761cc 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -102,7 +102,7 @@ - Host + Host= Matches against the hostname or machine ID of the host. See ConditionHost= in @@ -112,7 +112,7 @@ - Virtualization + Virtualization= Checks whether the system is executed in a virtualized environment and optionally test whether it is a specific @@ -123,7 +123,7 @@ - KernelCommandLine + KernelCommandLine= Checks whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). See @@ -134,7 +134,7 @@ - Architecture + Architecture= Checks whether the system is running on a specific architecture. See ConditionArchitecture= in @@ -150,14 +150,14 @@ - Name + Name= The interface name used when creating the bridge. This option is compulsory. - Kind + Kind= The netdev kind. Currently, bridge, bond and vlan @@ -171,7 +171,7 @@ - Id + Id= The VLAN ID to use. An integer in the range 0–4094. This option is compulsory. @@ -198,13 +198,13 @@ - MACAddress + MACAddress= The hardware address. - Path + Path= The persistent path, as exposed by the udev property ID_PATH. May contain shell @@ -212,7 +212,7 @@ - Driver + Driver= The driver currently bound to the device, as exposed by the udev property DRIVER @@ -221,14 +221,14 @@ - Type + Type= The device type, as exposed by the udev property DEVTYPE. - Name + Name= The device name, as exposed by the udev property INTERFACE. May contain shell style @@ -236,7 +236,7 @@ - Host + Host= Matches against the hostname or machine ID of the host. See ConditionHost= in @@ -246,7 +246,7 @@ - Virtualization + Virtualization= Checks whether the system is executed in a virtualized environment and optionally test whether it is a specific @@ -257,7 +257,7 @@ - KernelCommandLine + KernelCommandLine= Checks whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). See @@ -268,7 +268,7 @@ - Architecture + Architecture= Checks whether the system is running on a specific architecture. See ConditionArchitecture= in @@ -283,20 +283,20 @@ - Description + Description= A description of the device. This is only used for presentation purposes. - DHCP + DHCP= A boolean. When true, enables basic DHCPv4 support. - Address + Address= A static IPv4 or IPv6 address and its prefix length, separated by a / character. The format of the address must @@ -306,7 +306,7 @@ - Gateway + Gateway= The gateway address, which must be in the format described in inet_pton3 @@ -314,7 +314,7 @@ - DNS + DNS= A DNS server address, which must be in the format described in inet_pton3 @@ -322,19 +322,19 @@ - Bridge + Bridge= The name of the bridge to add the link to. - Bond + Bond= The name of the bond to add the link to. - VLAN + VLAN= The name of a VLAN to create on the link. This option may be specified more than once. @@ -346,13 +346,13 @@ - Address + Address= As in the [Network] section. This key is mandatory. - Broadcast + Broadcast= The broadcast address, which must be in the format described in inet_pton3 @@ -361,7 +361,7 @@ - Label + Label= An address label. @@ -372,13 +372,13 @@ - Gateway + Gateway= As in the [Network] section. This key is mandatory. - Destination + Destination= The destination prefix of the route. Possibly followed by a slash and the prefixlength, if ommitted a full-length host route is assumed. @@ -390,28 +390,28 @@ - UseDNS + UseDNS= When true (the default), the DNS servers received from the DHCP server will be used and take precedence over any statically configured ones. - UseMTU + UseMTU= When true, the interface maximum transmission unit from the DHCP server will be used on the current link. Defaults to false. - UseHostname + UseHostname= When true (the default), the hostname received from the DHCP server will be used as the transient hostname. - CriticalConnection + CriticalConnection= When true, the connection will never be torn down even if the DHCP lease expires. This is contrary to the DHCP specification, but may be the best choice @@ -427,7 +427,7 @@ See Also systemd1, - udev7, + udev7