X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.network.xml;h=087e9e2156324f2baec2ae225f4daf4efba335ce;hb=1d940aa32913c108e0282ebd359b2eb999ffeadf;hp=485876b6acbff267e52af1c525073297a0b1131a;hpb=56fd6bf795926409b087bce406ea851ad89f9fe8;p=elogind.git diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 485876b6a..087e9e215 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -279,6 +279,17 @@ + + BindCarrier= + + A port or a list of ports. When set, controls the + behaviour of the current interface. When all ports in the list + are in an operational down state, the current interface is brought + down. When at least one port has carrier, the current interface + is brought up. + + + Address= @@ -286,7 +297,7 @@ separated by a / character. Specify this key more than once to configure several addresses. The format of the address must be as described in - inet_pton3. + inet_pton3. This is a short-hand for an [Address] section only containing an Address key (see below). This option may be specified more than once. @@ -312,7 +323,7 @@ The gateway address, which must be in the format described in - inet_pton3. + inet_pton3. This is a short-hand for a [Route] section only containing a Gateway key. This option may be specified more than once. @@ -323,7 +334,7 @@ A DNS server address, which must be in the format described in - inet_pton3. + inet_pton3. This option may be specified more than once. @@ -429,7 +440,7 @@ The broadcast address, which must be in the format described in - inet_pton3. + inet_pton3. This key only applies to IPv4 addresses. If it is not given, it is derived from the Address key. @@ -503,6 +514,14 @@ any statically configured ones. + + UseNTP= + + When true (the default), the NTP servers received + from the DHCP server will be used by systemd-timesyncd + and take precedence over any statically configured ones. + + UseMTU= @@ -552,6 +571,14 @@ false. + + ClientIdentifier= + + DHCP client identifier to use. Either mac + to use the MAC address of the link or duid + (the default) to use a RFC4361-compliant Client ID. + + VendorClassIdentifier= @@ -643,7 +670,7 @@ Gateway=192.168.0.1 Name=en* [Network] -DHCP=both +DHCP=yes