]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd.network.xml
Merge pull request #16618 from yuwata/network-ipv6token-prefixstable
[thirdparty/systemd.git] / man / systemd.network.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4 <!-- SPDX-License-Identifier: LGPL-2.1+ -->
5
6 <refentry id="systemd.network" conditional='ENABLE_NETWORKD'
7 xmlns:xi="http://www.w3.org/2001/XInclude">
8
9 <refentryinfo>
10 <title>systemd.network</title>
11 <productname>systemd</productname>
12 </refentryinfo>
13
14 <refmeta>
15 <refentrytitle>systemd.network</refentrytitle>
16 <manvolnum>5</manvolnum>
17 </refmeta>
18
19 <refnamediv>
20 <refname>systemd.network</refname>
21 <refpurpose>Network configuration</refpurpose>
22 </refnamediv>
23
24 <refsynopsisdiv>
25 <para><filename><replaceable>network</replaceable>.network</filename></para>
26 </refsynopsisdiv>
27
28 <refsect1>
29 <title>Description</title>
30
31 <para>A plain ini-style text file that encodes network configuration for matching network interfaces,
32 used by
33 <citerefentry><refentrytitle>systemd-networkd</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
34 See <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>7</manvolnum></citerefentry>
35 for a general description of the syntax.</para>
36
37 <para>The main network file must have the extension <filename>.network</filename>; other
38 extensions are ignored. Networks are applied to links whenever the links appear.</para>
39
40 <para>The <filename>.network</filename> files are read from the files located in the system network
41 directories <filename>/usr/lib/systemd/network</filename> and
42 <filename>/usr/local/lib/systemd/network</filename>, the volatile runtime network directory
43 <filename>/run/systemd/network</filename> and the local administration network directory
44 <filename>/etc/systemd/network</filename>. All configuration files are collectively sorted and processed
45 in lexical order, regardless of the directories in which they live. However, files with identical
46 filenames replace each other. Files in <filename>/etc</filename> have the highest priority, files in
47 <filename>/run</filename> take precedence over files with the same name under
48 <filename>/usr</filename>. This can be used to override a system-supplied configuration file with a local
49 file if needed. As a special case, an empty file (file size 0) or symlink with the same name pointing to
50 <filename>/dev/null</filename> disables the configuration file entirely (it is "masked").</para>
51
52 <para>Along with the network file <filename>foo.network</filename>, a "drop-in" directory
53 <filename>foo.network.d/</filename> may exist. All files with the suffix
54 <literal>.conf</literal> from this directory will be parsed after the file itself is
55 parsed. This is useful to alter or add configuration settings, without having to modify the main
56 configuration file. Each drop-in file must have appropriate section headers.</para>
57
58 <para>In addition to <filename>/etc/systemd/network</filename>, drop-in <literal>.d</literal>
59 directories can be placed in <filename>/usr/lib/systemd/network</filename> or
60 <filename>/run/systemd/network</filename> directories. Drop-in files in
61 <filename>/etc</filename> take precedence over those in <filename>/run</filename> which in turn
62 take precedence over those in <filename>/usr/lib</filename>. Drop-in files under any of these
63 directories take precedence over the main network file wherever located.</para>
64
65 <para>Note that an interface without any static IPv6 addresses configured, and neither DHCPv6
66 nor IPv6LL enabled, shall be considered to have no IPv6 support. IPv6 will be automatically
67 disabled for that interface by writing "1" to
68 <filename>/proc/sys/net/ipv6/conf/<replaceable>ifname</replaceable>/disable_ipv6</filename>.
69 </para>
70 </refsect1>
71
72 <refsect1>
73 <title>[Match] Section Options</title>
74
75 <para>The network file contains a [Match] section, which determines if a given network file may be
76 applied to a given device; and a [Network] section specifying how the device should be configured. The
77 first (in lexical order) of the network files that matches a given device is applied, all later files
78 are ignored, even if they match as well.</para>
79
80 <para>A network file is said to match a network interface if all matches specified by the [Match]
81 section are satisfied. When a network file does not contain valid settings in [Match] section, then the
82 file will match all interfaces and <command>systemd-networkd</command> warns about that. Hint: to avoid
83 the warning and to make it clear that all interfaces shall be matched, add the following:
84 <programlisting>Name=*</programlisting> The following keys are accepted:</para>
85
86 <variablelist class='network-directives'>
87 <xi:include href="systemd.link.xml" xpointer="mac-address" />
88 <xi:include href="systemd.link.xml" xpointer="permanent-mac-address" />
89 <xi:include href="systemd.link.xml" xpointer="path" />
90 <xi:include href="systemd.link.xml" xpointer="driver" />
91 <xi:include href="systemd.link.xml" xpointer="type" />
92 <xi:include href="systemd.link.xml" xpointer="property" />
93
94 <varlistentry>
95 <term><varname>Name=</varname></term>
96 <listitem>
97 <para>A whitespace-separated list of shell-style globs matching the device name, as exposed
98 by the udev property <literal>INTERFACE</literal>, or device's alternative names. If the
99 list is prefixed with a "!", the test is inverted.</para>
100 </listitem>
101 </varlistentry>
102
103 <varlistentry>
104 <term><varname>WLANInterfaceType=</varname></term>
105 <listitem>
106 <para>A whitespace-separated list of wireless network type. Supported values are
107 <literal>ad-hoc</literal>, <literal>station</literal>, <literal>ap</literal>,
108 <literal>ap-vlan</literal>, <literal>wds</literal>, <literal>monitor</literal>,
109 <literal>mesh-point</literal>, <literal>p2p-client</literal>, <literal>p2p-go</literal>,
110 <literal>p2p-device</literal>, <literal>ocb</literal>, and <literal>nan</literal>. If the
111 list is prefixed with a "!", the test is inverted.
112 </para>
113 </listitem>
114 </varlistentry>
115
116 <varlistentry>
117 <term><varname>SSID=</varname></term>
118 <listitem>
119 <para>A whitespace-separated list of shell-style globs matching the SSID of the currently
120 connected wireless LAN. If the list is prefixed with a "!", the test is inverted.
121 </para>
122 </listitem>
123 </varlistentry>
124
125 <varlistentry>
126 <term><varname>BSSID=</varname></term>
127 <listitem>
128 <para>A whitespace-separated list of hardware address of the currently connected wireless
129 LAN. Use full colon-, hyphen- or dot-delimited hexadecimal. See the example in
130 <varname>MACAddress=</varname>. This option may appear more than once, in which case the
131 lists are merged. If the empty string is assigned to this option, the list is reset.</para>
132 </listitem>
133 </varlistentry>
134
135 <xi:include href="systemd.link.xml" xpointer="host" />
136 <xi:include href="systemd.link.xml" xpointer="virtualization" />
137 <xi:include href="systemd.link.xml" xpointer="kernel-command-line" />
138 <xi:include href="systemd.link.xml" xpointer="kernel-version" />
139 <xi:include href="systemd.link.xml" xpointer="architecture" />
140 </variablelist>
141
142 </refsect1>
143
144 <refsect1>
145 <title>[Link] Section Options</title>
146
147 <para> The [Link] section accepts the following keys:</para>
148
149 <variablelist class='network-directives'>
150 <varlistentry>
151 <term><varname>MACAddress=</varname></term>
152 <listitem>
153 <para>The hardware address to set for the device.</para>
154 </listitem>
155 </varlistentry>
156 <varlistentry>
157 <term><varname>MTUBytes=</varname></term>
158 <listitem>
159 <para>The maximum transmission unit in bytes to set for the
160 device. The usual suffixes K, M, G, are supported and are
161 understood to the base of 1024.</para>
162 <para>Note that if IPv6 is enabled on the interface, and the MTU is chosen
163 below 1280 (the minimum MTU for IPv6) it will automatically be increased to this value.</para>
164 </listitem>
165 </varlistentry>
166 <varlistentry>
167 <term><varname>ARP=</varname></term>
168 <listitem>
169 <para>Takes a boolean. If set to true, the ARP (low-level Address Resolution Protocol)
170 for this interface is enabled. When unset, the kernel's default will be used.</para>
171 <para> For example, disabling ARP is useful when creating multiple MACVLAN or VLAN virtual
172 interfaces atop a single lower-level physical interface, which will then only serve as a
173 link/"bridge" device aggregating traffic to the same physical link and not participate in
174 the network otherwise.</para>
175 </listitem>
176 </varlistentry>
177 <varlistentry>
178 <term><varname>Multicast=</varname></term>
179 <listitem>
180 <para>Takes a boolean. If set to true, the multicast flag on the device is enabled.</para>
181 </listitem>
182 </varlistentry>
183 <varlistentry>
184 <term><varname>AllMulticast=</varname></term>
185 <listitem>
186 <para>Takes a boolean. If set to true, the driver retrieves all multicast packets from the network.
187 This happens when multicast routing is enabled.</para>
188 </listitem>
189 </varlistentry>
190 <varlistentry>
191 <term><varname>Unmanaged=</varname></term>
192 <listitem>
193 <para>Takes a boolean. When <literal>yes</literal>, no attempts are
194 made to bring up or configure matching links, equivalent to
195 when there are no matching network files. Defaults to
196 <literal>no</literal>.</para>
197 <para>This is useful for preventing later matching network
198 files from interfering with certain interfaces that are fully
199 controlled by other applications.</para>
200 </listitem>
201 </varlistentry>
202 <varlistentry>
203 <term><varname>Group=</varname></term>
204 <listitem>
205 <para>Link groups are similar to port ranges found in managed switches.
206 When network interfaces are added to a numbered group, operations on
207 all the interfaces from that group can be performed at once. An unsigned
208 integer in the range 04294967294. Defaults to unset.</para>
209 </listitem>
210 </varlistentry>
211 <varlistentry>
212 <term><varname>RequiredForOnline=</varname></term>
213 <listitem>
214 <para>Takes a boolean or a minimum operational state and an optional maximum operational state.
215 Please see <citerefentry><refentrytitle>networkctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
216 for possible operational states. When <literal>yes</literal>, the network is deemed required when
217 determining whether the system is online when running
218 <command>systemd-networkd-wait-online</command>. When <literal>no</literal>, the network is ignored
219 when checking for online state. When a minimum operational state and an optional maximum operational
220 state are set, <literal>yes</literal> is implied, and this controls the minimum and maximum
221 operational state required for the network interface to be considered online.
222 Defaults to <literal>yes</literal>.</para>
223
224 <para>The network will be brought up normally in all cases, but in
225 the event that there is no address being assigned by DHCP or the
226 cable is not plugged in, the link will simply remain offline and be
227 skipped automatically by <command>systemd-networkd-wait-online</command>
228 if <literal>RequiredForOnline=no</literal>.</para>
229 </listitem>
230 </varlistentry>
231 </variablelist>
232 </refsect1>
233
234 <refsect1>
235 <title>[SR-IOV] Section Options</title>
236 <para>The [SR-IOV] section accepts the following keys. Specify several [SR-IOV] sections to configure
237 several SR-IOVs. SR-IOV provides the ability to partition a single physical PCI resource into virtual
238 PCI functions which can then be injected into a VM. In the case of network VFs, SR-IOV improves
239 north-south network performance (that is, traffic with endpoints outside the host machine) by allowing
240 traffic to bypass the host machine’s network stack.</para>
241
242 <variablelist class='network-directives'>
243 <varlistentry>
244 <term><varname>VirtualFunction=</varname></term>
245 <listitem>
246 <para>Specifies a Virtual Function (VF), lightweight PCIe function designed solely to move data
247 in and out. Takes an unsigned integer in the range 0..2147483646. This option is compulsory.</para>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry>
252 <term><varname>VLANId=</varname></term>
253 <listitem>
254 <para>Specifies VLAN ID of the virtual function. Takes an unsigned integer in the range 1..4095.</para>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry>
259 <term><varname>QualityOfService=</varname></term>
260 <listitem>
261 <para>Specifies quality of service of the virtual function. Takes an unsigned integer in the range 1..4294967294.</para>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry>
266 <term><varname>VLANProtocol=</varname></term>
267 <listitem>
268 <para>Specifies VLAN protocol of the virtual function. Takes <literal>802.1Q</literal> or
269 <literal>802.1ad</literal>.</para>
270 </listitem>
271 </varlistentry>
272
273 <varlistentry>
274 <term><varname>MACSpoofCheck=</varname></term>
275 <listitem>
276 <para>Takes a boolean. Controls the MAC spoof checking. When unset, the kernel's default will be used.</para>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry>
281 <term><varname>QueryReceiveSideScaling=</varname></term>
282 <listitem>
283 <para>Takes a boolean. Toggle the ability of querying the receive side scaling (RSS)
284 configuration of the virtual function (VF). The VF RSS information like RSS hash key may be
285 considered sensitive on some devices where this information is shared between VF and the
286 physical function (PF). When unset, the kernel's default will be used.</para>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry>
291 <term><varname>Trust=</varname></term>
292 <listitem>
293 <para>Takes a boolean. Allows to set trust mode of the virtual function (VF). When set, VF
294 users can set a specific feature which may impact security and/or performance. When unset,
295 the kernel's default will be used.</para>
296 </listitem>
297 </varlistentry>
298
299 <varlistentry>
300 <term><varname>LinkState=</varname></term>
301 <listitem>
302 <para>Allows to set the link state of the virtual function (VF). Takes a boolean or a
303 special value <literal>auto</literal>. Setting to <literal>auto</literal> means a
304 reflection of the physical function (PF) link state, <literal>yes</literal> lets the VF to
305 communicate with other VFs on this host even if the PF link state is down,
306 <literal>no</literal> causes the hardware to drop any packets sent by the VF. When unset,
307 the kernel's default will be used.</para>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry>
312 <term><varname>MACAddress=</varname></term>
313 <listitem>
314 <para>Specifies the MAC address for the virtual function.</para>
315 </listitem>
316 </varlistentry>
317 </variablelist>
318 </refsect1>
319
320 <refsect1>
321 <title>[Network] Section Options</title>
322
323 <para>The [Network] section accepts the following keys:</para>
324
325 <variablelist class='network-directives'>
326 <varlistentry>
327 <term><varname>Description=</varname></term>
328 <listitem>
329 <para>A description of the device. This is only used for
330 presentation purposes.</para>
331 </listitem>
332 </varlistentry>
333 <varlistentry>
334 <term><varname>DHCP=</varname></term>
335 <listitem>
336 <para>Enables DHCPv4 and/or DHCPv6 client support. Accepts
337 <literal>yes</literal>, <literal>no</literal>,
338 <literal>ipv4</literal>, or <literal>ipv6</literal>. Defaults
339 to <literal>no</literal>.</para>
340
341 <para>Note that DHCPv6 will by default be triggered by Router
342 Advertisement, if that is enabled, regardless of this parameter.
343 By enabling DHCPv6 support explicitly, the DHCPv6 client will
344 be started regardless of the presence of routers on the link,
345 or what flags the routers pass. See
346 <literal>IPv6AcceptRA=</literal>.</para>
347
348 <para>Furthermore, note that by default the domain name
349 specified through DHCP is not used for name resolution.
350 See option <option>UseDomains=</option> below.</para>
351
352 <para>See the [DHCPv4] or [DHCPv6] sections below for further configuration options for the DHCP
353 client support.</para>
354 </listitem>
355 </varlistentry>
356 <varlistentry>
357 <term><varname>DHCPServer=</varname></term>
358 <listitem>
359 <para>Takes a boolean. If set to <literal>yes</literal>, DHCPv4 server will be started. Defaults
360 to <literal>no</literal>. Further settings for the DHCP server may be set in the [DHCPServer]
361 section described below.</para>
362 </listitem>
363 </varlistentry>
364 <varlistentry>
365 <term><varname>LinkLocalAddressing=</varname></term>
366 <listitem>
367 <para>Enables link-local address autoconfiguration. Accepts <literal>yes</literal>,
368 <literal>no</literal>, <literal>ipv4</literal>, <literal>ipv6</literal>,
369 <literal>fallback</literal>, or <literal>ipv4-fallback</literal>. If
370 <literal>fallback</literal> or <literal>ipv4-fallback</literal> is specified, then an IPv4
371 link-local address is configured only when DHCPv4 fails. If <literal>fallback</literal>,
372 an IPv6 link-local address is always configured, and if <literal>ipv4-fallback</literal>,
373 the address is not configured. Note that, the fallback mechanism works only when DHCPv4
374 client is enabled, that is, it requires <literal>DHCP=yes</literal> or
375 <literal>DHCP=ipv4</literal>. If <varname>Bridge=</varname> is set, defaults to
376 <literal>no</literal>, and if not, defaults to <literal>ipv6</literal>.
377 </para>
378 </listitem>
379 </varlistentry>
380 <varlistentry>
381 <term><varname>IPv6LinkLocalAddressGenerationMode=</varname></term>
382 <listitem>
383 <para>Specifies how IPv6 link local address is generated. Takes one of <literal>eui64</literal>,
384 <literal>none</literal>, <literal>stable-privacy</literal> and <literal>random</literal>.
385 When unset, the kernel's default will be used. Note that if <varname>LinkLocalAdressing=</varname>
386 not configured as <literal>ipv6</literal> then <varname>IPv6LinkLocalAddressGenerationMode=</varname>
387 is ignored.</para>
388 </listitem>
389 </varlistentry>
390 <varlistentry>
391 <term><varname>IPv4LLRoute=</varname></term>
392 <listitem>
393 <para>Takes a boolean. If set to true, sets up the route needed for
394 non-IPv4LL hosts to communicate with IPv4LL-only hosts. Defaults
395 to false.
396 </para>
397 </listitem>
398 </varlistentry>
399 <varlistentry>
400 <term><varname>DefaultRouteOnDevice=</varname></term>
401 <listitem>
402 <para>Takes a boolean. If set to true, sets up the default route bound to the interface.
403 Defaults to false. This is useful when creating routes on point-to-point interfaces.
404 This is equivalent to e.g. the following.
405 <programlisting>ip route add default dev veth99</programlisting></para>
406 </listitem>
407 </varlistentry>
408 <varlistentry>
409 <term><varname>IPv6Token=</varname></term>
410 <listitem>
411 <para>Specifies an optional address generation mode for the Stateless Address
412 Autoconfiguration (SLAAC). Supported modes are <literal>prefixstable</literal> and
413 <literal>static</literal>.</para>
414
415 <para>When the mode is set to <literal>static</literal>, an IPv6 address must be
416 specified after a colon (<literal>:</literal>), and the lower bits of the supplied
417 address are combined with the upper bits of a prefix received in a Router Advertisement
418 (RA) message to form a complete address. Note that if multiple prefixes are received in an
419 RA message, or in multiple RA messages, addresses will be formed from each of them using
420 the supplied address. This mode implements SLAAC but uses a static interface identifier
421 instead of an identifier generated by using the EUI-64 algorithm. Because the interface
422 identifier is static, if Duplicate Address Detection detects that the computed address is a
423 duplicate (in use by another node on the link), then this mode will fail to provide an
424 address for that prefix. If an IPv6 address without mode is specified, then
425 <literal>static</literal> mode is assumed.</para>
426
427 <para>When the mode is set to <literal>prefixstable</literal> the
428 <ulink url="https://tools.ietf.org/html/rfc7217">RFC 7217</ulink> algorithm for generating
429 interface identifiers will be used. This mode can optionally take an IPv6 address separated
430 with a colon (<literal>:</literal>). If an IPv6 address is specified, then an interface
431 identifier is generated only when a prefix received in an RA message matches the supplied
432 address.</para>
433
434 <para>If no address generation mode is specified (which is the default), or a received
435 prefix does not match any of the addresses provided in <literal>prefixstable</literal>
436 mode, then the EUI-64 algorithm will be used to form an interface identifier for that
437 prefix. This mode is also SLAAC, but with a potentially stable interface identifier which
438 does not directly map to the interface's hardware address.</para>
439
440 <para>Note that the <literal>prefixstable</literal> algorithm uses both the interface
441 name and MAC address as input to the hash to compute the interface identifier, so if either
442 of those are changed the resulting interface identifier (and address) will change, even if
443 the prefix received in the RA message has not changed.</para>
444
445 <para>This setting can be specified multiple times. If an empty string is assigned, then
446 the all previous assignments are cleared.</para>
447
448 <para>Examples:
449 <programlisting>IPv6Token=::1a:2b:3c:4d
450 IPv6Token=static:::1a:2b:3c:4d
451 IPv6Token=prefixstable
452 IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
453 </listitem>
454 </varlistentry>
455 <varlistentry>
456 <term><varname>LLMNR=</varname></term>
457 <listitem>
458 <para>Takes a boolean or <literal>resolve</literal>. When true,
459 enables <ulink
460 url="https://tools.ietf.org/html/rfc4795">Link-Local
461 Multicast Name Resolution</ulink> on the link. When set to
462 <literal>resolve</literal>, only resolution is enabled,
463 but not host registration and announcement. Defaults to
464 true. This setting is read by
465 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
466 </listitem>
467 </varlistentry>
468 <varlistentry>
469 <term><varname>MulticastDNS=</varname></term>
470 <listitem>
471 <para>Takes a boolean or <literal>resolve</literal>. When true,
472 enables <ulink
473 url="https://tools.ietf.org/html/rfc6762">Multicast
474 DNS</ulink> support on the link. When set to
475 <literal>resolve</literal>, only resolution is enabled,
476 but not host or service registration and
477 announcement. Defaults to false. This setting is read by
478 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
479 </listitem>
480 </varlistentry>
481 <varlistentry>
482 <term><varname>DNSOverTLS=</varname></term>
483 <listitem>
484 <para>Takes a boolean or <literal>opportunistic</literal>.
485 When true, enables
486 <ulink
487 url="https://tools.ietf.org/html/rfc7858">DNS-over-TLS</ulink>
488 support on the link.
489 When set to <literal>opportunistic</literal>, compatibility with
490 non-DNS-over-TLS servers is increased, by automatically
491 turning off DNS-over-TLS servers in this case.
492 This option defines a per-interface setting for
493 <citerefentry><refentrytitle>resolved.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>'s
494 global <varname>DNSOverTLS=</varname> option. Defaults to
495 false. This setting is read by
496 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
497 </listitem>
498 </varlistentry>
499 <varlistentry>
500 <term><varname>DNSSEC=</varname></term>
501 <listitem>
502 <para>Takes a boolean or <literal>allow-downgrade</literal>. When true, enables
503 <ulink url="https://tools.ietf.org/html/rfc4033">DNSSEC</ulink>
504 DNS validation support on the link. When set to
505 <literal>allow-downgrade</literal>, compatibility with
506 non-DNSSEC capable networks is increased, by automatically
507 turning off DNSSEC in this case. This option defines a
508 per-interface setting for
509 <citerefentry><refentrytitle>resolved.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>'s
510 global <varname>DNSSEC=</varname> option. Defaults to
511 false. This setting is read by
512 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
513 </listitem>
514 </varlistentry>
515 <varlistentry>
516 <term><varname>DNSSECNegativeTrustAnchors=</varname></term>
517 <listitem><para>A space-separated list of DNSSEC negative
518 trust anchor domains. If specified and DNSSEC is enabled,
519 look-ups done via the interface's DNS server will be subject
520 to the list of negative trust anchors, and not require
521 authentication for the specified domains, or anything below
522 it. Use this to disable DNSSEC authentication for specific
523 private domains, that cannot be proven valid using the
524 Internet DNS hierarchy. Defaults to the empty list. This
525 setting is read by
526 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
527 </listitem>
528 </varlistentry>
529 <varlistentry>
530 <term><varname>LLDP=</varname></term>
531 <listitem>
532 <para>Controls support for Ethernet LLDP packet reception. LLDP is a link-layer protocol commonly
533 implemented on professional routers and bridges which announces which physical port a system is connected
534 to, as well as other related data. Accepts a boolean or the special value
535 <literal>routers-only</literal>. When true, incoming LLDP packets are accepted and a database of all LLDP
536 neighbors maintained. If <literal>routers-only</literal> is set only LLDP data of various types of routers
537 is collected and LLDP data about other types of devices ignored (such as stations, telephones and
538 others). If false, LLDP reception is disabled. Defaults to <literal>routers-only</literal>. Use
539 <citerefentry><refentrytitle>networkctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> to query the
540 collected neighbor data. LLDP is only available on Ethernet links. See <varname>EmitLLDP=</varname> below
541 for enabling LLDP packet emission from the local system.
542 </para>
543 </listitem>
544 </varlistentry>
545 <varlistentry>
546 <term><varname>EmitLLDP=</varname></term>
547 <listitem>
548 <para>Controls support for Ethernet LLDP packet emission. Accepts a boolean parameter or the special values
549 <literal>nearest-bridge</literal>, <literal>non-tpmr-bridge</literal> and
550 <literal>customer-bridge</literal>. Defaults to false, which turns off LLDP packet emission. If not false,
551 a short LLDP packet with information about the local system is sent out in regular intervals on the
552 link. The LLDP packet will contain information about the local hostname, the local machine ID (as stored
553 in <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>) and the
554 local interface name, as well as the pretty hostname of the system (as set in
555 <citerefentry><refentrytitle>machine-info</refentrytitle><manvolnum>5</manvolnum></citerefentry>). LLDP
556 emission is only available on Ethernet links. Note that this setting passes data suitable for
557 identification of host to the network and should thus not be enabled on untrusted networks, where such
558 identification data should not be made available. Use this option to permit other systems to identify on
559 which interfaces they are connected to this system. The three special values control propagation of the
560 LLDP packets. The <literal>nearest-bridge</literal> setting permits propagation only to the nearest
561 connected bridge, <literal>non-tpmr-bridge</literal> permits propagation across Two-Port MAC Relays, but
562 not any other bridges, and <literal>customer-bridge</literal> permits propagation until a customer bridge
563 is reached. For details about these concepts, see <ulink
564 url="https://standards.ieee.org/findstds/standard/802.1AB-2016.html">IEEE 802.1AB-2016</ulink>. Note that
565 configuring this setting to true is equivalent to <literal>nearest-bridge</literal>, the recommended and
566 most restricted level of propagation. See <varname>LLDP=</varname> above for an option to enable LLDP
567 reception.</para>
568 </listitem>
569 </varlistentry>
570
571 <varlistentry>
572 <term><varname>BindCarrier=</varname></term>
573 <listitem>
574 <para>A link name or a list of link names. When set, controls the behavior of the current
575 link. When all links in the list are in an operational down state, the current link is brought
576 down. When at least one link has carrier, the current interface is brought up.
577 </para>
578 </listitem>
579 </varlistentry>
580 <varlistentry>
581 <term><varname>Address=</varname></term>
582 <listitem>
583 <para>A static IPv4 or IPv6 address and its prefix length,
584 separated by a <literal>/</literal> character. Specify
585 this key more than once to configure several addresses.
586 The format of the address must be as described in
587 <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
588 This is a short-hand for an [Address] section only
589 containing an Address key (see below). This option may be
590 specified more than once.
591 </para>
592
593 <para>If the specified address is <literal>0.0.0.0</literal> (for IPv4) or <literal>::</literal>
594 (for IPv6), a new address range of the requested size is automatically allocated from a
595 system-wide pool of unused ranges. Note that the prefix length must be equal or larger than 8 for
596 IPv4, and 64 for IPv6. The allocated range is checked against all current network interfaces and
597 all known network configuration files to avoid address range conflicts. The default system-wide
598 pool consists of 192.168.0.0/16, 172.16.0.0/12 and 10.0.0.0/8 for IPv4, and fd00::/8 for IPv6.
599 This functionality is useful to manage a large number of dynamically created network interfaces
600 with the same network configuration and automatic address range assignment.</para>
601
602 </listitem>
603 </varlistentry>
604 <varlistentry>
605 <term><varname>Gateway=</varname></term>
606 <listitem>
607 <para>The gateway address, which must be in the format
608 described in
609 <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
610 This is a short-hand for a [Route] section only containing
611 a Gateway key. This option may be specified more than
612 once.</para>
613 </listitem>
614 </varlistentry>
615 <varlistentry>
616 <term><varname>DNS=</varname></term>
617 <listitem>
618 <para>A DNS server address, which must be in the format
619 described in
620 <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
621 This option may be specified more than once. Each address can optionally take a port number
622 separated with <literal>:</literal>, a network interface name or index separated with
623 <literal>%</literal>, and a Server Name Indication (SNI) separated with <literal>#</literal>.
624 When IPv6 address is specified with a port number, then the address must be in the square
625 brackets. That is, the acceptable full formats are
626 <literal>111.222.333.444:9953%ifname#example.com</literal> for IPv4 and
627 <literal>[1111:2222::3333]:9953%ifname#example.com</literal> for IPv6. This setting can be
628 specified multiple times. If an empty string is assigned, then the all previous assignments
629 are cleared. This setting is read by
630 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
631 </listitem>
632 </varlistentry>
633 <varlistentry>
634 <term><varname>Domains=</varname></term>
635 <listitem>
636 <para>A whitespace-separated list of domains which should be resolved using the DNS servers on
637 this link. Each item in the list should be a domain name, optionally prefixed with a tilde
638 (<literal>~</literal>). The domains with the prefix are called "routing-only domains". The
639 domains without the prefix are called "search domains" and are first used as search suffixes for
640 extending single-label hostnames (hostnames containing no dots) to become fully qualified
641 domain names (FQDNs). If a single-label hostname is resolved on this interface, each of the
642 specified search domains are appended to it in turn, converting it into a fully qualified domain
643 name, until one of them may be successfully resolved.</para>
644
645 <para>Both "search" and "routing-only" domains are used for routing of DNS queries: look-ups for hostnames
646 ending in those domains (hence also single label names, if any "search domains" are listed), are routed to
647 the DNS servers configured for this interface. The domain routing logic is particularly useful on
648 multi-homed hosts with DNS servers serving particular private DNS zones on each interface.</para>
649
650 <para>The "routing-only" domain <literal>~.</literal> (the tilde indicating definition of a routing domain,
651 the dot referring to the DNS root domain which is the implied suffix of all valid DNS names) has special
652 effect. It causes all DNS traffic which does not match another configured domain routing entry to be routed
653 to DNS servers specified for this interface. This setting is useful to prefer a certain set of DNS servers
654 if a link on which they are connected is available.</para>
655
656 <para>This setting is read by
657 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
658 "Search domains" correspond to the <varname>domain</varname> and <varname>search</varname> entries in
659 <citerefentry project='man-pages'><refentrytitle>resolv.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
660 Domain name routing has no equivalent in the traditional glibc API, which has no concept of domain
661 name servers limited to a specific link.</para>
662 </listitem>
663 </varlistentry>
664 <varlistentry>
665 <term><varname>DNSDefaultRoute=</varname></term>
666 <listitem>
667 <para>Takes a boolean argument. If true, this link's configured DNS servers are used for resolving domain
668 names that do not match any link's configured <varname>Domains=</varname> setting. If false, this link's
669 configured DNS servers are never used for such domains, and are exclusively used for resolving names that
670 match at least one of the domains configured on this link. If not specified defaults to an automatic mode:
671 queries not matching any link's configured domains will be routed to this link if it has no routing-only
672 domains configured.</para>
673 </listitem>
674 </varlistentry>
675 <varlistentry>
676 <term><varname>NTP=</varname></term>
677 <listitem>
678 <para>An NTP server address (either an IP address, or a hostname). This option may be specified more than once. This setting is read by
679 <citerefentry><refentrytitle>systemd-timesyncd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
680 </listitem>
681 </varlistentry>
682 <varlistentry>
683 <term><varname>IPForward=</varname></term>
684 <listitem><para>Configures IP packet forwarding for the
685 system. If enabled, incoming packets on any network
686 interface will be forwarded to any other interfaces
687 according to the routing table. Takes a boolean,
688 or the values <literal>ipv4</literal> or
689 <literal>ipv6</literal>, which only enable IP packet
690 forwarding for the specified address family. This controls
691 the <filename>net.ipv4.ip_forward</filename> and
692 <filename>net.ipv6.conf.all.forwarding</filename> sysctl
693 options of the network interface (see <ulink
694 url="https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt">ip-sysctl.txt</ulink>
695 for details about sysctl options). Defaults to
696 <literal>no</literal>.</para>
697
698 <para>Note: this setting controls a global kernel option,
699 and does so one way only: if a network that has this setting
700 enabled is set up the global setting is turned on. However,
701 it is never turned off again, even after all networks with
702 this setting enabled are shut down again.</para>
703
704 <para>To allow IP packet forwarding only between specific
705 network interfaces use a firewall.</para>
706 </listitem>
707 </varlistentry>
708 <varlistentry>
709 <term><varname>IPMasquerade=</varname></term>
710 <listitem><para>Configures IP masquerading for the network
711 interface. If enabled, packets forwarded from the network
712 interface will be appear as coming from the local host.
713 Takes a boolean argument. Implies
714 <varname>IPForward=ipv4</varname>. Defaults to
715 <literal>no</literal>.</para></listitem>
716 </varlistentry>
717 <varlistentry>
718 <term><varname>IPv6PrivacyExtensions=</varname></term>
719 <listitem><para>Configures use of stateless temporary
720 addresses that change over time (see <ulink
721 url="https://tools.ietf.org/html/rfc4941">RFC 4941</ulink>,
722 Privacy Extensions for Stateless Address Autoconfiguration
723 in IPv6). Takes a boolean or the special values
724 <literal>prefer-public</literal> and
725 <literal>kernel</literal>. When true, enables the privacy
726 extensions and prefers temporary addresses over public
727 addresses. When <literal>prefer-public</literal>, enables the
728 privacy extensions, but prefers public addresses over
729 temporary addresses. When false, the privacy extensions
730 remain disabled. When <literal>kernel</literal>, the kernel's
731 default setting will be left in place. Defaults to
732 <literal>no</literal>.</para></listitem>
733 </varlistentry>
734 <varlistentry>
735 <term><varname>IPv6AcceptRA=</varname></term>
736 <listitem><para>Takes a boolean. Controls IPv6 Router Advertisement (RA) reception support for the
737 interface. If true, RAs are accepted; if false, RAs are ignored. When RAs are accepted, they may
738 trigger the start of the DHCPv6 client if the relevant flags are set in the RA data, or if no
739 routers are found on the link. The default is to disable RA reception for bridge devices or when IP
740 forwarding is enabled, and to enable it otherwise. Cannot be enabled on bond devices and when link
741 local addressing is disabled.</para>
742
743 <para>Further settings for the IPv6 RA support may be configured in the [IPv6AcceptRA] section, see
744 below.</para>
745
746 <para>Also see <ulink
747 url="https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt">ip-sysctl.txt</ulink> in the kernel
748 documentation regarding <literal>accept_ra</literal>, but note that systemd's setting of
749 <constant>1</constant> (i.e. true) corresponds to kernel's setting of <constant>2</constant>.</para>
750
751 <para>Note that kernel's implementation of the IPv6 RA protocol is always disabled,
752 regardless of this setting. If this option is enabled, a userspace implementation of the IPv6
753 RA protocol is used, and the kernel's own implementation remains disabled, since
754 <command>systemd-networkd</command> needs to know all details supplied in the advertisements,
755 and these are not available from the kernel if the kernel's own implementation is used.</para>
756 </listitem>
757 </varlistentry>
758 <varlistentry>
759 <term><varname>IPv6DuplicateAddressDetection=</varname></term>
760 <listitem><para>Configures the amount of IPv6 Duplicate
761 Address Detection (DAD) probes to send. When unset, the kernel's default will be used.
762 </para></listitem>
763 </varlistentry>
764 <varlistentry>
765 <term><varname>IPv6HopLimit=</varname></term>
766 <listitem><para>Configures IPv6 Hop Limit. For each router that
767 forwards the packet, the hop limit is decremented by 1. When the
768 hop limit field reaches zero, the packet is discarded.
769 When unset, the kernel's default will be used.
770 </para></listitem>
771 </varlistentry>
772 <varlistentry>
773 <term><varname>IPv4AcceptLocal=</varname></term>
774 <listitem><para>Takes a boolean. Accept packets with local source addresses. In combination
775 with suitable routing, this can be used to direct packets between two local interfaces over
776 the wire and have them accepted properly. When unset, the kernel's default will be used.
777 </para></listitem>
778 </varlistentry>
779 <varlistentry>
780 <term><varname>IPv4ProxyARP=</varname></term>
781 <listitem><para>Takes a boolean. Configures proxy ARP for IPv4. Proxy ARP is the technique in which one host,
782 usually a router, answers ARP requests intended for another machine. By "faking" its identity,
783 the router accepts responsibility for routing packets to the "real" destination. See <ulink
784 url="https://tools.ietf.org/html/rfc1027">RFC 1027</ulink>.
785 When unset, the kernel's default will be used.
786 </para></listitem>
787 </varlistentry>
788 <varlistentry>
789 <term><varname>IPv6ProxyNDP=</varname></term>
790 <listitem><para>Takes a boolean. Configures proxy NDP for IPv6. Proxy NDP (Neighbor Discovery
791 Protocol) is a technique for IPv6 to allow routing of addresses to a different
792 destination when peers expect them to be present on a certain physical link.
793 In this case a router answers Neighbour Advertisement messages intended for
794 another machine by offering its own MAC address as destination.
795 Unlike proxy ARP for IPv4, it is not enabled globally, but will only send Neighbour
796 Advertisement messages for addresses in the IPv6 neighbor proxy table,
797 which can also be shown by <command>ip -6 neighbour show proxy</command>.
798 systemd-networkd will control the per-interface `proxy_ndp` switch for each configured
799 interface depending on this option.
800 When unset, the kernel's default will be used.
801 </para></listitem>
802 </varlistentry>
803 <varlistentry>
804 <term><varname>IPv6ProxyNDPAddress=</varname></term>
805 <listitem><para>An IPv6 address, for which Neighbour Advertisement messages will be
806 proxied. This option may be specified more than once. systemd-networkd will add the
807 <option>IPv6ProxyNDPAddress=</option> entries to the kernel's IPv6 neighbor proxy table.
808 This option implies <option>IPv6ProxyNDP=yes</option> but has no effect if
809 <option>IPv6ProxyNDP</option> has been set to false. When unset, the kernel's default will be used.
810 </para></listitem>
811 </varlistentry>
812 <varlistentry>
813 <term><varname>IPv6PrefixDelegation=</varname></term>
814 <listitem><para>Whether to enable or disable Router Advertisement sending on a link. Allowed
815 values are <literal>static</literal> which distributes prefixes as defined in the
816 [IPv6PrefixDelegation] and any [IPv6Prefix] sections, <literal>dhcpv6</literal> which requests
817 prefixes using a DHCPv6 client configured for another link and any values configured in the
818 [IPv6PrefixDelegation] section while ignoring all static prefix configuration sections,
819 <literal>yes</literal> which uses both static configuration and DHCPv6, and
820 <literal>false</literal> which turns off IPv6 prefix delegation altogether. Defaults to
821 <literal>false</literal>. See the [IPv6PrefixDelegation] and the [IPv6Prefix] sections for more
822 configuration options.</para></listitem>
823 </varlistentry>
824 <varlistentry>
825 <term><varname>IPv6MTUBytes=</varname></term>
826 <listitem><para>Configures IPv6 maximum transmission unit (MTU).
827 An integer greater than or equal to 1280 bytes. When unset, the kernel's default will be used.
828 </para></listitem>
829 </varlistentry>
830 <varlistentry>
831 <term><varname>Bridge=</varname></term>
832 <listitem>
833 <para>The name of the bridge to add the link to. See
834 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
835 </para>
836 </listitem>
837 </varlistentry>
838 <varlistentry>
839 <term><varname>Bond=</varname></term>
840 <listitem>
841 <para>The name of the bond to add the link to. See
842 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
843 </para>
844 </listitem>
845 </varlistentry>
846 <varlistentry>
847 <term><varname>VRF=</varname></term>
848 <listitem>
849 <para>The name of the VRF to add the link to. See
850 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
851 </para>
852 </listitem>
853 </varlistentry>
854 <varlistentry>
855 <term><varname>VLAN=</varname></term>
856 <listitem>
857 <para>The name of a VLAN to create on the link. See
858 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
859 This option may be specified more than once.</para>
860 </listitem>
861 </varlistentry>
862 <varlistentry>
863 <term><varname>IPVLAN=</varname></term>
864 <listitem>
865 <para>The name of a IPVLAN to create on the link. See
866 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
867 This option may be specified more than once.</para>
868 </listitem>
869 </varlistentry>
870 <varlistentry>
871 <term><varname>MACVLAN=</varname></term>
872 <listitem>
873 <para>The name of a MACVLAN to create on the link. See
874 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
875 This option may be specified more than once.</para>
876 </listitem>
877 </varlistentry>
878 <varlistentry>
879 <term><varname>VXLAN=</varname></term>
880 <listitem>
881 <para>The name of a VXLAN to create on the link. See
882 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
883 This option may be specified more than once.</para>
884 </listitem>
885 </varlistentry>
886 <varlistentry>
887 <term><varname>Tunnel=</varname></term>
888 <listitem>
889 <para>The name of a Tunnel to create on the link. See
890 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
891 This option may be specified more than once.</para>
892 </listitem>
893 </varlistentry>
894 <varlistentry>
895 <term><varname>MACsec=</varname></term>
896 <listitem>
897 <para>The name of a MACsec device to create on the link. See
898 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
899 This option may be specified more than once.</para>
900 </listitem>
901 </varlistentry>
902 <varlistentry>
903 <term><varname>ActiveSlave=</varname></term>
904 <listitem>
905 <para>Takes a boolean. Specifies the new active slave. The <literal>ActiveSlave=</literal>
906 option is only valid for following modes:
907 <literal>active-backup</literal>,
908 <literal>balance-alb</literal> and
909 <literal>balance-tlb</literal>. Defaults to false.
910 </para>
911 </listitem>
912 </varlistentry>
913 <varlistentry>
914 <term><varname>PrimarySlave=</varname></term>
915 <listitem>
916 <para>Takes a boolean. Specifies which slave is the primary device. The specified
917 device will always be the active slave while it is available. Only when the
918 primary is off-line will alternate devices be used. This is useful when
919 one slave is preferred over another, e.g. when one slave has higher throughput
920 than another. The <literal>PrimarySlave=</literal> option is only valid for
921 following modes:
922 <literal>active-backup</literal>,
923 <literal>balance-alb</literal> and
924 <literal>balance-tlb</literal>. Defaults to false.
925 </para>
926 </listitem>
927 </varlistentry>
928 <varlistentry>
929 <term><varname>ConfigureWithoutCarrier=</varname></term>
930 <listitem>
931 <para>Takes a boolean. Allows networkd to configure a specific link even if it has no carrier.
932 Defaults to false. If <option>IgnoreCarrierLoss=</option> is not explicitly set, it will
933 default to this value.
934 </para>
935 </listitem>
936 </varlistentry>
937 <varlistentry>
938 <term><varname>IgnoreCarrierLoss=</varname></term>
939 <listitem>
940 <para>Takes a boolean. Allows networkd to retain both the static and dynamic configuration
941 of the interface even if its carrier is lost. When unset, the value specified with
942 <option>ConfigureWithoutCarrier=</option> is used.
943 </para>
944 </listitem>
945 </varlistentry>
946 <varlistentry>
947 <term><varname>Xfrm=</varname></term>
948 <listitem>
949 <para>The name of the xfrm to create on the link. See
950 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
951 This option may be specified more than once.</para>
952 </listitem>
953 </varlistentry>
954 <varlistentry>
955 <term><varname>KeepConfiguration=</varname></term>
956 <listitem>
957 <para>Takes a boolean or one of <literal>static</literal>, <literal>dhcp-on-stop</literal>,
958 <literal>dhcp</literal>. When <literal>static</literal>, <command>systemd-networkd</command>
959 will not drop static addresses and routes on starting up process. When set to
960 <literal>dhcp-on-stop</literal>, <command>systemd-networkd</command> will not drop addresses
961 and routes on stopping the daemon. When <literal>dhcp</literal>,
962 the addresses and routes provided by a DHCP server will never be dropped even if the DHCP
963 lease expires. This is contrary to the DHCP specification, but may be the best choice if,
964 e.g., the root filesystem relies on this connection. The setting <literal>dhcp</literal>
965 implies <literal>dhcp-on-stop</literal>, and <literal>yes</literal> implies
966 <literal>dhcp</literal> and <literal>static</literal>. Defaults to <literal>no</literal>.
967 </para>
968 </listitem>
969 </varlistentry>
970
971 </variablelist>
972
973 </refsect1>
974
975 <refsect1>
976 <title>[Address] Section Options</title>
977
978 <para>An [Address] section accepts the following keys. Specify several [Address]
979 sections to configure several addresses.</para>
980
981 <variablelist class='network-directives'>
982 <varlistentry>
983 <term><varname>Address=</varname></term>
984 <listitem>
985 <para>As in the [Network] section. This key is mandatory. Each [Address] section can contain one
986 <varname>Address=</varname> setting.</para>
987 </listitem>
988 </varlistentry>
989 <varlistentry>
990 <term><varname>Peer=</varname></term>
991 <listitem>
992 <para>The peer address in a point-to-point connection.
993 Accepts the same format as the <varname>Address=</varname>
994 key.</para>
995 </listitem>
996 </varlistentry>
997 <varlistentry>
998 <term><varname>Broadcast=</varname></term>
999 <listitem>
1000 <para>The broadcast address, which must be in the format
1001 described in
1002 <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
1003 This key only applies to IPv4 addresses. If it is not
1004 given, it is derived from the <varname>Address=</varname>
1005 key.</para>
1006 </listitem>
1007 </varlistentry>
1008 <varlistentry>
1009 <term><varname>Label=</varname></term>
1010 <listitem>
1011 <para>An address label.</para>
1012 </listitem>
1013 </varlistentry>
1014 <varlistentry>
1015 <term><varname>PreferredLifetime=</varname></term>
1016 <listitem>
1017 <para>Allows the default "preferred lifetime" of the address to be overridden.
1018 Only three settings are accepted: <literal>forever</literal> or <literal>infinity</literal>
1019 which is the default and means that the address never expires, and <literal>0</literal> which means
1020 that the address is considered immediately "expired" and will not be used,
1021 unless explicitly requested. A setting of PreferredLifetime=0 is useful for
1022 addresses which are added to be used only by a specific application,
1023 which is then configured to use them explicitly.</para>
1024 </listitem>
1025 </varlistentry>
1026 <varlistentry>
1027 <term><varname>Scope=</varname></term>
1028 <listitem>
1029 <para>The scope of the address, which can be <literal>global</literal>,
1030 <literal>link</literal> or <literal>host</literal> or an unsigned integer in the range 0255.
1031 Defaults to <literal>global</literal>.</para>
1032 </listitem>
1033 </varlistentry>
1034 <varlistentry>
1035 <term><varname>HomeAddress=</varname></term>
1036 <listitem>
1037 <para>Takes a boolean. Designates this address the "home address" as defined in
1038 <ulink url="https://tools.ietf.org/html/rfc6275">RFC 6275</ulink>.
1039 Supported only on IPv6. Defaults to false.</para>
1040 </listitem>
1041 </varlistentry>
1042 <varlistentry>
1043 <term><varname>DuplicateAddressDetection=</varname></term>
1044 <listitem>
1045 <para>Takes one of <literal>ipv4</literal>, <literal>ipv6</literal>,
1046 <literal>both</literal>, <literal>none</literal>. When <literal>ipv4</literal>,
1047 performs IPv4 Duplicate Address Detection. See
1048 <ulink url="https://tools.ietf.org/html/rfc5227">RFC 5224</ulink>.
1049 When <literal>ipv6</literal>, performs IPv6 Duplicate Address Detection. See
1050 <ulink url="https://tools.ietf.org/html/rfc4862">RFC 4862</ulink>.
1051 Defaults to <literal>ipv6</literal>.</para>
1052 </listitem>
1053 </varlistentry>
1054 <varlistentry>
1055 <term><varname>ManageTemporaryAddress=</varname></term>
1056 <listitem>
1057 <para>Takes a boolean. If true the kernel manage temporary addresses created
1058 from this one as template on behalf of Privacy Extensions
1059 <ulink url="https://tools.ietf.org/html/rfc3041">RFC 3041</ulink>. For this to become
1060 active, the use_tempaddr sysctl setting has to be set to a value greater than zero.
1061 The given address needs to have a prefix length of 64. This flag allows using privacy
1062 extensions in a manually configured network, just like if stateless auto-configuration
1063 was active. Defaults to false. </para>
1064 </listitem>
1065 </varlistentry>
1066 <varlistentry>
1067 <term><varname>AddPrefixRoute=</varname></term>
1068 <listitem>
1069 <para>Takes a boolean. When true, the prefix route for the address is automatically added.
1070 Defaults to true.</para>
1071 </listitem>
1072 </varlistentry>
1073 <varlistentry>
1074 <term><varname>AutoJoin=</varname></term>
1075 <listitem>
1076 <para>Takes a boolean. Joining multicast group on ethernet level via
1077 <command>ip maddr</command> command would not work if we have an Ethernet switch that does
1078 IGMP snooping since the switch would not replicate multicast packets on ports that did not
1079 have IGMP reports for the multicast addresses. Linux vxlan interfaces created via
1080 <command>ip link add vxlan</command> or networkd's netdev kind vxlan have the group option
1081 that enables then to do the required join. By extending ip address command with option
1082 <literal>autojoin</literal> we can get similar functionality for openvswitch (OVS) vxlan
1083 interfaces as well as other tunneling mechanisms that need to receive multicast traffic.
1084 Defaults to <literal>no</literal>.</para>
1085 </listitem>
1086 </varlistentry>
1087 </variablelist>
1088 </refsect1>
1089
1090 <refsect1>
1091 <title>[Neighbor] Section Options</title>
1092 <para>A [Neighbor] section accepts the following keys. The neighbor section adds a permanent, static
1093 entry to the neighbor table (IPv6) or ARP table (IPv4) for the given hardware address on the links
1094 matched for the network. Specify several [Neighbor] sections to configure several static neighbors.
1095 </para>
1096
1097 <variablelist class='network-directives'>
1098 <varlistentry>
1099 <term><varname>Address=</varname></term>
1100 <listitem>
1101 <para>The IP address of the neighbor.</para>
1102 </listitem>
1103 </varlistentry>
1104 <varlistentry>
1105 <term><varname>LinkLayerAddress=</varname></term>
1106 <listitem>
1107 <para>The link layer address (MAC address or IP address) of the neighbor.</para>
1108 </listitem>
1109 </varlistentry>
1110 </variablelist>
1111 </refsect1>
1112
1113 <refsect1>
1114 <title>[IPv6AddressLabel] Section Options</title>
1115
1116 <para>An [IPv6AddressLabel] section accepts the following keys. Specify several [IPv6AddressLabel]
1117 sections to configure several address labels. IPv6 address labels are used for address selection. See
1118 <ulink url="https://tools.ietf.org/html/rfc3484">RFC 3484</ulink>. Precedence is managed by userspace,
1119 and only the label itself is stored in the kernel</para>
1120
1121 <variablelist class='network-directives'>
1122 <varlistentry>
1123 <term><varname>Label=</varname></term>
1124 <listitem>
1125 <para>The label for the prefix, an unsigned integer in the range 04294967294.
1126 0xffffffff is reserved. This setting is mandatory.</para>
1127 </listitem>
1128 </varlistentry>
1129 <varlistentry>
1130 <term><varname>Prefix=</varname></term>
1131 <listitem>
1132 <para>IPv6 prefix is an address with a prefix length, separated by a slash <literal>/</literal> character.
1133 This key is mandatory. </para>
1134 </listitem>
1135 </varlistentry>
1136 </variablelist>
1137 </refsect1>
1138
1139 <refsect1>
1140 <title>[RoutingPolicyRule] Section Options</title>
1141
1142 <para>An [RoutingPolicyRule] section accepts the following keys. Specify several [RoutingPolicyRule]
1143 sections to configure several rules.</para>
1144
1145 <variablelist class='network-directives'>
1146 <varlistentry>
1147 <term><varname>TypeOfService=</varname></term>
1148 <listitem>
1149 <para>Takes a number between 0 and 255 that specifies the type of service to match.</para>
1150 </listitem>
1151 </varlistentry>
1152 <varlistentry>
1153 <term><varname>From=</varname></term>
1154 <listitem>
1155 <para>Specifies the source address prefix to match. Possibly followed by a slash and the prefix length.</para>
1156 </listitem>
1157 </varlistentry>
1158 <varlistentry>
1159 <term><varname>To=</varname></term>
1160 <listitem>
1161 <para>Specifies the destination address prefix to match. Possibly followed by a slash and the prefix length.</para>
1162 </listitem>
1163 </varlistentry>
1164 <varlistentry>
1165 <term><varname>FirewallMark=</varname></term>
1166 <listitem>
1167 <para>Specifies the iptables firewall mark value to match (a number between 1 and 4294967295).</para>
1168 </listitem>
1169 </varlistentry>
1170 <varlistentry>
1171 <term><varname>Table=</varname></term>
1172 <listitem>
1173 <para>Specifies the routing table identifier to lookup if the rule selector matches. Takes
1174 one of <literal>default</literal>, <literal>main</literal>, and <literal>local</literal>,
1175 or a number between 1 and 4294967295. Defaults to <literal>main</literal>.</para>
1176 </listitem>
1177 </varlistentry>
1178 <varlistentry>
1179 <term><varname>Priority=</varname></term>
1180 <listitem>
1181 <para>Specifies the priority of this rule. <varname>Priority=</varname> is an unsigned
1182 integer. Higher number means lower priority, and rules get processed in order of increasing number.</para>
1183 </listitem>
1184 </varlistentry>
1185 <varlistentry>
1186 <term><varname>IncomingInterface=</varname></term>
1187 <listitem>
1188 <para>Specifies incoming device to match. If the interface is loopback, the rule only matches packets originating from this host.</para>
1189 </listitem>
1190 </varlistentry>
1191 <varlistentry>
1192 <term><varname>OutgoingInterface=</varname></term>
1193 <listitem>
1194 <para>Specifies the outgoing device to match. The outgoing interface is only available for packets originating from local sockets that are bound to a device.</para>
1195 </listitem>
1196 </varlistentry>
1197 <varlistentry>
1198 <term><varname>SourcePort=</varname></term>
1199 <listitem>
1200 <para>Specifies the source IP port or IP port range match in forwarding information base (FIB) rules.
1201 A port range is specified by the lower and upper port separated by a dash. Defaults to unset.</para>
1202 </listitem>
1203 </varlistentry>
1204 <varlistentry>
1205 <term><varname>DestinationPort=</varname></term>
1206 <listitem>
1207 <para>Specifies the destination IP port or IP port range match in forwarding information base (FIB) rules.
1208 A port range is specified by the lower and upper port separated by a dash. Defaults to unset.</para>
1209 </listitem>
1210 </varlistentry>
1211 <varlistentry>
1212 <term><varname>IPProtocol=</varname></term>
1213 <listitem>
1214 <para>Specifies the IP protocol to match in forwarding information base (FIB) rules. Takes IP protocol name such as <literal>tcp</literal>,
1215 <literal>udp</literal> or <literal>sctp</literal>, or IP protocol number such as <literal>6</literal> for <literal>tcp</literal> or
1216 <literal>17</literal> for <literal>udp</literal>.
1217 Defaults to unset.</para>
1218 </listitem>
1219 </varlistentry>
1220 <varlistentry>
1221 <term><varname>InvertRule=</varname></term>
1222 <listitem>
1223 <para>A boolean. Specifies whether the rule is to be inverted. Defaults to false.</para>
1224 </listitem>
1225 </varlistentry>
1226 <varlistentry>
1227 <term><varname>Family=</varname></term>
1228 <listitem>
1229 <para>Takes a special value <literal>ipv4</literal>, <literal>ipv6</literal>, or
1230 <literal>both</literal>. By default, the address family is determined by the address
1231 specified in <varname>To=</varname> or <varname>From=</varname>. If neither
1232 <varname>To=</varname> nor <varname>From=</varname> are specified, then defaults to
1233 <literal>ipv4</literal>.</para>
1234 </listitem>
1235 </varlistentry>
1236 <varlistentry>
1237 <term><varname>User=</varname></term>
1238 <listitem>
1239 <para>Takes a username, a user ID, or a range of user IDs separated by a dash. Defaults to
1240 unset.</para>
1241 </listitem>
1242 </varlistentry>
1243 <varlistentry>
1244 <term><varname>SuppressPrefixLength=</varname></term>
1245 <listitem>
1246 <para>Takes a number <replaceable>N</replaceable> in the range 0-128 and rejects routing
1247 decisions that have a prefix length of <replaceable>N</replaceable> or less. Defaults to
1248 unset.</para>
1249 </listitem>
1250 </varlistentry>
1251 </variablelist>
1252 </refsect1>
1253
1254 <refsect1>
1255 <title>[NextHop] Section Options</title>
1256 <para>The [NextHop] section is used to manipulate entries in the kernel's "nexthop" tables. The
1257 [NextHop] section accepts the following keys. Specify several [NextHop] sections to configure several
1258 hops.</para>
1259
1260 <variablelist class='network-directives'>
1261 <varlistentry>
1262 <term><varname>Gateway=</varname></term>
1263 <listitem>
1264 <para>As in the [Network] section. This is mandatory.</para>
1265 </listitem>
1266 </varlistentry>
1267 <varlistentry>
1268 <term><varname>Id=</varname></term>
1269 <listitem>
1270 <para>The id of the nexthop (an unsigned integer). If unspecified or '0' then automatically chosen by kernel.</para>
1271 </listitem>
1272 </varlistentry>
1273 </variablelist>
1274 </refsect1>
1275
1276 <refsect1>
1277 <title>[Route] Section Options</title>
1278 <para>The [Route] section accepts the following keys. Specify several [Route] sections to configure
1279 several routes.</para>
1280
1281 <variablelist class='network-directives'>
1282 <varlistentry>
1283 <term><varname>Gateway=</varname></term>
1284 <listitem>
1285 <para>Takes the gateway address or special value <literal>_dhcp</literal>. If
1286 <literal>_dhcp</literal>, then the gateway address provided by DHCP (or in the IPv6 case,
1287 provided by IPv6 RA) is used.</para>
1288 </listitem>
1289 </varlistentry>
1290 <varlistentry>
1291 <term><varname>GatewayOnLink=</varname></term>
1292 <listitem>
1293 <para>Takes a boolean. If set to true, the kernel does not have
1294 to check if the gateway is reachable directly by the current machine (i.e., the kernel does
1295 not need to check if the gateway is attached to the local network), so that we can insert the
1296 route in the kernel table without it being complained about. Defaults to <literal>no</literal>.
1297 </para>
1298 </listitem>
1299 </varlistentry>
1300 <varlistentry>
1301 <term><varname>Destination=</varname></term>
1302 <listitem>
1303 <para>The destination prefix of the route. Possibly
1304 followed by a slash and the prefix length. If omitted, a
1305 full-length host route is assumed.</para>
1306 </listitem>
1307 </varlistentry>
1308 <varlistentry>
1309 <term><varname>Source=</varname></term>
1310 <listitem>
1311 <para>The source prefix of the route. Possibly followed by
1312 a slash and the prefix length. If omitted, a full-length
1313 host route is assumed.</para>
1314 </listitem>
1315 </varlistentry>
1316 <varlistentry>
1317 <term><varname>Metric=</varname></term>
1318 <listitem>
1319 <para>The metric of the route (an unsigned integer).</para>
1320 </listitem>
1321 </varlistentry>
1322 <varlistentry>
1323 <term><varname>IPv6Preference=</varname></term>
1324 <listitem>
1325 <para>Specifies the route preference as defined in <ulink
1326 url="https://tools.ietf.org/html/rfc4191">RFC 4191</ulink> for Router Discovery messages. Which
1327 can be one of <literal>low</literal> the route has a lowest priority, <literal>medium</literal>
1328 the route has a default priority or <literal>high</literal> the route has a highest priority.
1329 </para>
1330 </listitem>
1331 </varlistentry>
1332 <varlistentry>
1333 <term><varname>Scope=</varname></term>
1334 <listitem>
1335 <para>The scope of the route, which can be <literal>global</literal>, <literal>site</literal>,
1336 <literal>link</literal>, <literal>host</literal>, or <literal>nowhere</literal>. For IPv4 route,
1337 defaults to <literal>host</literal> if <varname>Type=</varname> is <literal>local</literal>
1338 or <literal>nat</literal>, and <literal>link</literal> if <varname>Type=</varname> is
1339 <literal>broadcast</literal>, <literal>multicast</literal>, or <literal>anycast</literal>.
1340 In other cases, defaults to <literal>global</literal>.</para>
1341 </listitem>
1342 </varlistentry>
1343 <varlistentry>
1344 <term><varname>PreferredSource=</varname></term>
1345 <listitem>
1346 <para>The preferred source address of the route. The address
1347 must be in the format described in
1348 <citerefentry project='man-pages'><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
1349 </listitem>
1350 </varlistentry>
1351 <varlistentry>
1352 <term><varname>Table=</varname></term>
1353 <listitem>
1354 <para>The table identifier for the route. Takes <literal>default</literal>,
1355 <literal>main</literal>, <literal>local</literal> or a number between 1 and 4294967295.
1356 The table can be retrieved using <command>ip route show table <replaceable>num</replaceable></command>.
1357 If unset and <varname>Type=</varname> is <literal>local</literal>, <literal>broadcast</literal>,
1358 <literal>anycast</literal>, or <literal>nat</literal>, then <literal>local</literal> is used.
1359 In other cases, defaults to <literal>main</literal>.
1360 </para>
1361 </listitem>
1362 </varlistentry>
1363 <varlistentry>
1364 <term><varname>Protocol=</varname></term>
1365 <listitem>
1366 <para>The protocol identifier for the route. Takes a number between 0 and 255 or the special values
1367 <literal>kernel</literal>, <literal>boot</literal>, <literal>static</literal>,
1368 <literal>ra</literal> and <literal>dhcp</literal>. Defaults to <literal>static</literal>.
1369 </para>
1370 </listitem>
1371 </varlistentry>
1372 <varlistentry>
1373 <term><varname>Type=</varname></term>
1374 <listitem>
1375 <para>Specifies the type for the route. Takes one of <literal>unicast</literal>,
1376 <literal>local</literal>, <literal>broadcast</literal>, <literal>anycast</literal>,
1377 <literal>multicast</literal>, <literal>blackhole</literal>, <literal>unreachable</literal>,
1378 <literal>prohibit</literal>, <literal>throw</literal>, <literal>nat</literal>, and
1379 <literal>xresolve</literal>. If <literal>unicast</literal>, a regular route is defined, i.e. a
1380 route indicating the path to take to a destination network address. If <literal>blackhole</literal>, packets
1381 to the defined route are discarded silently. If <literal>unreachable</literal>, packets to the defined route
1382 are discarded and the ICMP message "Host Unreachable" is generated. If <literal>prohibit</literal>, packets
1383 to the defined route are discarded and the ICMP message "Communication Administratively Prohibited" is
1384 generated. If <literal>throw</literal>, route lookup in the current routing table will fail and the route
1385 selection process will return to Routing Policy Database (RPDB). Defaults to <literal>unicast</literal>.
1386 </para>
1387 </listitem>
1388 </varlistentry>
1389 <varlistentry>
1390 <term><varname>InitialCongestionWindow=</varname></term>
1391 <listitem>
1392 <para>The TCP initial congestion window is used during the start of a TCP connection. During the start of a TCP
1393 session, when a client requests a resource, the server's initial congestion window determines how many data bytes
1394 will be sent during the initial burst of data. Takes a size in bytes between 1 and 4294967295 (2^32 - 1). The usual
1395 suffixes K, M, G are supported and are understood to the base of 1024. When unset, the kernel's default will be used.
1396 </para>
1397 </listitem>
1398 </varlistentry>
1399 <varlistentry>
1400 <term><varname>InitialAdvertisedReceiveWindow=</varname></term>
1401 <listitem>
1402 <para>The TCP initial advertised receive window is the amount of receive data (in bytes) that can initially be buffered at one time
1403 on a connection. The sending host can send only that amount of data before waiting for an acknowledgment and window update
1404 from the receiving host. Takes a size in bytes between 1 and 4294967295 (2^32 - 1). The usual suffixes K, M, G are supported
1405 and are understood to the base of 1024. When unset, the kernel's default will be used.
1406 </para>
1407 </listitem>
1408 </varlistentry>
1409 <varlistentry>
1410 <term><varname>QuickAck=</varname></term>
1411 <listitem>
1412 <para>Takes a boolean. When true enables TCP quick ack mode for the route. When unset, the kernel's default will be used.
1413 </para>
1414 </listitem>
1415 </varlistentry>
1416 <varlistentry>
1417 <term><varname>FastOpenNoCookie=</varname></term>
1418 <listitem>
1419 <para>Takes a boolean. When true enables TCP fastopen without a cookie on a per-route basis.
1420 When unset, the kernel's default will be used.
1421 </para>
1422 </listitem>
1423 </varlistentry>
1424 <varlistentry>
1425 <term><varname>TTLPropagate=</varname></term>
1426 <listitem>
1427 <para>Takes a boolean. When true enables TTL propagation at Label Switched Path (LSP) egress.
1428 When unset, the kernel's default will be used.
1429 </para>
1430 </listitem>
1431 </varlistentry>
1432 <varlistentry>
1433 <term><varname>MTUBytes=</varname></term>
1434 <listitem>
1435 <para>The maximum transmission unit in bytes to set for the
1436 route. The usual suffixes K, M, G, are supported and are
1437 understood to the base of 1024.</para>
1438 <para>Note that if IPv6 is enabled on the interface, and the MTU is chosen
1439 below 1280 (the minimum MTU for IPv6) it will automatically be increased to this value.</para>
1440 </listitem>
1441 </varlistentry>
1442 <varlistentry>
1443 <term><varname>IPServiceType=</varname></term>
1444 <listitem>
1445 <para>Takes string; <literal>CS6</literal> or <literal>CS4</literal>. Used to set IP
1446 service type to CS6 (network control) or CS4 (Realtime). Defaults to CS6.</para>
1447 </listitem>
1448 </varlistentry>
1449 <varlistentry>
1450 <term><varname>MultiPathRoute=<replaceable>address</replaceable>[@<replaceable>name</replaceable>] [<replaceable>weight</replaceable>]</varname></term>
1451 <listitem>
1452 <para>Configures multipath route. Multipath routing is the technique of using multiple
1453 alternative paths through a network. Takes gateway address. Optionally, takes a network
1454 interface name or index separated with <literal>@</literal>, and a weight in 1..256 for
1455 this multipath route separated with whitespace. This setting can be specified multiple
1456 times. If an empty string is assigned, then the all previous assignments are cleared.</para>
1457 </listitem>
1458 </varlistentry>
1459 </variablelist>
1460 </refsect1>
1461
1462 <refsect1>
1463 <title>[DHCPv4] Section Options</title>
1464 <para>The [DHCPv4] section configures the DHCPv4 client, if it is enabled with the
1465 <varname>DHCP=</varname> setting described above:</para>
1466
1467 <variablelist class='network-directives'>
1468 <varlistentry>
1469 <term><varname>UseDNS=</varname></term>
1470 <listitem>
1471 <para>When true (the default), the DNS servers received
1472 from the DHCP server will be used and take precedence over
1473 any statically configured ones.</para>
1474
1475 <para>This corresponds to the <option>nameserver</option>
1476 option in <citerefentry
1477 project='man-pages'><refentrytitle>resolv.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
1478 </listitem>
1479 </varlistentry>
1480 <varlistentry>
1481 <term><varname>RoutesToDNS=</varname></term>
1482 <listitem>
1483 <para>When true, the routes to the DNS servers received from the DHCP server will be
1484 configured. When <varname>UseDNS=</varname> is disabled, this setting is ignored.
1485 Defaults to false.</para>
1486 </listitem>
1487 </varlistentry>
1488 <varlistentry>
1489 <term><varname>UseNTP=</varname></term>
1490 <listitem>
1491 <para>When true (the default), the NTP servers received from the DHCP server will be used by
1492 <filename>systemd-timesyncd.service</filename> and take precedence over any statically configured
1493 ones.</para>
1494 </listitem>
1495 </varlistentry>
1496 <varlistentry>
1497 <term><varname>UseSIP=</varname></term>
1498 <listitem>
1499 <para>When true (the default), the SIP servers received from the DHCP server will be collected
1500 and made available to client programs.</para>
1501 </listitem>
1502 </varlistentry>
1503
1504 <varlistentry>
1505 <term><varname>UseMTU=</varname></term>
1506 <listitem>
1507 <para>When true, the interface maximum transmission unit
1508 from the DHCP server will be used on the current link.
1509 If <varname>MTUBytes=</varname> is set, then this setting is ignored.
1510 Defaults to false.</para>
1511 </listitem>
1512 </varlistentry>
1513 <varlistentry>
1514 <term><varname>Anonymize=</varname></term>
1515 <listitem>
1516 <para>Takes a boolean. When true, the options sent to the DHCP server will
1517 follow the <ulink url="https://tools.ietf.org/html/rfc7844">RFC 7844</ulink>
1518 (Anonymity Profiles for DHCP Clients) to minimize disclosure of identifying information.
1519 Defaults to false.</para>
1520
1521 <para>This option should only be set to true when
1522 <varname>MACAddressPolicy=</varname> is set to <literal>random</literal>
1523 (see <citerefentry
1524 project='man-pages'><refentrytitle>systemd.link</refentrytitle><manvolnum>5</manvolnum></citerefentry>).</para>
1525
1526 <para>Note that this configuration will overwrite others.
1527 In concrete, the following variables will be ignored:
1528 <varname>SendHostname=</varname>, <varname>ClientIdentifier=</varname>,
1529 <varname>UseRoutes=</varname>, <varname>UseMTU=</varname>,
1530 <varname>VendorClassIdentifier=</varname>, <varname>UseTimezone=</varname>.</para>
1531
1532 <para>With this option enabled DHCP requests will mimic those generated by Microsoft Windows, in
1533 order to reduce the ability to fingerprint and recognize installations. This means DHCP request
1534 sizes will grow and lease data will be more comprehensive than normally, though most of the
1535 requested data is not actually used.</para>
1536 </listitem>
1537 </varlistentry>
1538 <varlistentry>
1539 <term><varname>SendHostname=</varname></term>
1540 <listitem>
1541 <para>When true (the default), the machine's hostname will be sent to the DHCP server.
1542 Note that the machine's hostname must consist only of 7-bit ASCII lower-case characters and
1543 no spaces or dots, and be formatted as a valid DNS domain name. Otherwise, the hostname is not
1544 sent even if this is set to true.</para>
1545 </listitem>
1546 </varlistentry>
1547
1548 <varlistentry>
1549 <term><varname>MUDURL=</varname></term>
1550 <listitem>
1551 <para>When configured, the Manufacturer Usage Descriptions (MUD) URL will be sent to the
1552 DHCPv4 server. Takes an URL of length up to 255 characters. A superficial verification that
1553 the string is a valid URL will be performed. DHCPv4 clients are intended to have at most one
1554 MUD URL associated with them. See
1555 <ulink url="https://tools.ietf.org/html/rfc8520">RFC 8520</ulink>.</para>
1556 </listitem>
1557 </varlistentry>
1558
1559 <varlistentry>
1560 <term><varname>UseHostname=</varname></term>
1561 <listitem>
1562 <para>When true (the default), the hostname received from
1563 the DHCP server will be set as the transient hostname of the system.
1564 </para>
1565 </listitem>
1566 </varlistentry>
1567 <varlistentry>
1568 <term><varname>Hostname=</varname></term>
1569 <listitem>
1570 <para>Use this value for the hostname which is sent to the DHCP server, instead of machine's hostname.
1571 Note that the specified hostname must consist only of 7-bit ASCII lower-case characters and
1572 no spaces or dots, and be formatted as a valid DNS domain name.</para>
1573 </listitem>
1574 </varlistentry>
1575 <varlistentry>
1576 <term><varname>UseDomains=</varname></term>
1577 <listitem>
1578 <para>Takes a boolean, or the special value <literal>route</literal>. When true, the domain name
1579 received from the DHCP server will be used as DNS search domain over this link, similar to the effect of
1580 the <option>Domains=</option> setting. If set to <literal>route</literal>, the domain name received from
1581 the DHCP server will be used for routing DNS queries only, but not for searching, similar to the effect of
1582 the <option>Domains=</option> setting when the argument is prefixed with <literal>~</literal>. Defaults to
1583 false.</para>
1584
1585 <para>It is recommended to enable this option only on trusted networks, as setting this affects resolution
1586 of all hostnames, in particular of single-label names. It is generally safer to use the supplied domain
1587 only as routing domain, rather than as search domain, in order to not have it affect local resolution of
1588 single-label names.</para>
1589
1590 <para>When set to true, this setting corresponds to the <option>domain</option> option in <citerefentry
1591 project='man-pages'><refentrytitle>resolv.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
1592 </listitem>
1593 </varlistentry>
1594 <varlistentry>
1595 <term><varname>UseRoutes=</varname></term>
1596 <listitem>
1597 <para>When true (the default), the static routes will be requested from the DHCP server and added to the
1598 routing table with a metric of 1024, and a scope of "global", "link" or "host", depending on the route's
1599 destination and gateway. If the destination is on the local host, e.g., 127.x.x.x, or the same as the
1600 link's own address, the scope will be set to "host". Otherwise if the gateway is null (a direct route), a
1601 "link" scope will be used. For anything else, scope defaults to "global".</para>
1602 </listitem>
1603 </varlistentry>
1604 <varlistentry>
1605 <term><varname>UseGateway=</varname></term>
1606 <listitem>
1607 <para>When true, the gateway will be requested from the DHCP server and added to the routing table with a
1608 metric of 1024, and a scope of "link". When unset, the value specified with <option>UseRoutes=</option>
1609 is used.</para>
1610 </listitem>
1611 </varlistentry>
1612 <varlistentry>
1613 <term><varname>UseTimezone=</varname></term>
1614
1615 <listitem><para>When true, the timezone received from the
1616 DHCP server will be set as timezone of the local
1617 system. Defaults to <literal>no</literal>.</para></listitem>
1618 </varlistentry>
1619
1620 <varlistentry>
1621 <term><varname>ClientIdentifier=</varname></term>
1622 <listitem>
1623 <para>The DHCPv4 client identifier to use. Takes one of <literal>mac</literal>, <literal>duid</literal> or <literal>duid-only</literal>.
1624 If set to <literal>mac</literal>, the MAC address of the link is used.
1625 If set to <literal>duid</literal>, an RFC4361-compliant Client ID, which is the combination of IAID and DUID (see below), is used.
1626 If set to <literal>duid-only</literal>, only DUID is used, this may not be RFC compliant, but some setups may require to use this.
1627 Defaults to <literal>duid</literal>.</para>
1628 </listitem>
1629 </varlistentry>
1630
1631 <varlistentry>
1632 <term><varname>VendorClassIdentifier=</varname></term>
1633 <listitem>
1634 <para>The vendor class identifier used to identify vendor
1635 type and configuration.</para>
1636 </listitem>
1637 </varlistentry>
1638
1639 <varlistentry>
1640 <term><varname>UserClass=</varname></term>
1641 <listitem>
1642 <para>A DHCPv4 client can use UserClass option to identify the type or category of user or applications
1643 it represents. The information contained in this option is a string that represents the user class of which
1644 the client is a member. Each class sets an identifying string of information to be used by the DHCP
1645 service to classify clients. Takes a whitespace-separated list of strings.</para>
1646 </listitem>
1647 </varlistentry>
1648
1649 <varlistentry>
1650 <term><varname>MaxAttempts=</varname></term>
1651 <listitem>
1652 <para>Specifies how many times the DHCPv4 client configuration should be attempted. Takes a
1653 number or <literal>infinity</literal>. Defaults to <literal>infinity</literal>.
1654 Note that the time between retries is increased exponentially, so the network will not be
1655 overloaded even if this number is high.</para>
1656 </listitem>
1657 </varlistentry>
1658
1659 <varlistentry>
1660 <term><varname>DUIDType=</varname></term>
1661 <listitem>
1662 <para>Override the global <varname>DUIDType</varname> setting for this network. See
1663 <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
1664 for a description of possible values.</para>
1665 </listitem>
1666 </varlistentry>
1667
1668 <varlistentry>
1669 <term><varname>DUIDRawData=</varname></term>
1670 <listitem>
1671 <para>Override the global <varname>DUIDRawData</varname> setting for this network. See
1672 <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
1673 for a description of possible values.</para>
1674 </listitem>
1675 </varlistentry>
1676
1677 <varlistentry>
1678 <term><varname>IAID=</varname></term>
1679 <listitem>
1680 <para>The DHCP Identity Association Identifier (IAID) for the interface, a 32-bit unsigned integer.</para>
1681 </listitem>
1682 </varlistentry>
1683
1684 <varlistentry>
1685 <term><varname>RequestBroadcast=</varname></term>
1686 <listitem>
1687 <para>Request the server to use broadcast messages before
1688 the IP address has been configured. This is necessary for
1689 devices that cannot receive RAW packets, or that cannot
1690 receive packets at all before an IP address has been
1691 configured. On the other hand, this must not be enabled on
1692 networks where broadcasts are filtered out.</para>
1693 </listitem>
1694 </varlistentry>
1695
1696 <varlistentry>
1697 <term><varname>RouteMetric=</varname></term>
1698 <listitem>
1699 <para>Set the routing metric for routes specified by the DHCP server. Defaults to 1024.</para>
1700 </listitem>
1701 </varlistentry>
1702
1703 <varlistentry>
1704 <term><varname>RouteTable=<replaceable>num</replaceable></varname></term>
1705 <listitem>
1706 <para>The table identifier for DHCP routes (a number between 1 and 4294967295, or 0 to unset).
1707 The table can be retrieved using <command>ip route show table <replaceable>num</replaceable></command>.
1708 </para>
1709 <para>When used in combination with <varname>VRF=</varname>, the
1710 VRF's routing table is used when this parameter is not specified.
1711 </para>
1712 </listitem>
1713 </varlistentry>
1714
1715 <varlistentry>
1716 <term><varname>RouteMTUBytes=</varname></term>
1717 <listitem>
1718 <para>Specifies the MTU for the DHCP routes. Please see the [Route] section for further details.</para>
1719 </listitem>
1720 </varlistentry>
1721
1722 <varlistentry>
1723 <term><varname>ListenPort=</varname></term>
1724 <listitem>
1725 <para>Allow setting custom port for the DHCP client to listen on.</para>
1726 </listitem>
1727 </varlistentry>
1728
1729 <varlistentry>
1730 <term><varname>FallbackLeaseLifetimeSec=</varname></term>
1731 <listitem>
1732 <para>Allows to set DHCPv4 lease lifetime when DHCPv4 server does not send the lease lifetime.
1733 Takes one of <literal>forever</literal> or <literal>infinity</literal> means that the address
1734 never expires. Defaults to unset.</para>
1735 </listitem>
1736 </varlistentry>
1737
1738 <varlistentry>
1739 <term><varname>SendRelease=</varname></term>
1740 <listitem>
1741 <para>When true, the DHCPv4 client sends a DHCP release packet when it stops.
1742 Defaults to true.</para>
1743 </listitem>
1744 </varlistentry>
1745
1746 <varlistentry>
1747 <term><varname>SendDecline=</varname></term>
1748 <listitem>
1749 <para>A boolean. When <literal>true</literal>, the DHCPv4 client receives the IP address from the
1750 DHCP server. After a new IP is received, the DHCPv4 client performs IPv4 Duplicate Address
1751 Detection. If duplicate use is detected, the DHCPv4 client rejects the IP by sending a
1752 DHCPDECLINE packet and tries to obtain an IP address again. See <ulink
1753 url="https://tools.ietf.org/html/rfc5227">RFC 5224</ulink>. Defaults to
1754 <literal>unset</literal>.</para>
1755 </listitem>
1756 </varlistentry>
1757
1758 <varlistentry>
1759 <term><varname>DenyList=</varname></term>
1760 <listitem>
1761 <para>A whitespace-separated list of IPv4 addresses. DHCP offers from servers in the list are rejected. Note that
1762 if <varname>AllowList=</varname> is configured then <varname>DenyList=</varname> is ignored.</para>
1763 </listitem>
1764 </varlistentry>
1765
1766 <varlistentry>
1767 <term><varname>AllowList=</varname></term>
1768 <listitem>
1769 <para>A whitespace-separated list of IPv4 addresses. DHCP offers from servers in the list are accepted.</para>
1770 </listitem>
1771 </varlistentry>
1772
1773 <varlistentry>
1774 <term><varname>RequestOptions=</varname></term>
1775 <listitem>
1776 <para>When configured, allows to set arbitrary request options in the DHCPv4 request options list and will be
1777 sent to the DHCPV4 server. A whitespace-separated list of integers in the range 1..254. Defaults to unset.</para>
1778 </listitem>
1779 </varlistentry>
1780
1781 <varlistentry>
1782 <term><varname>SendOption=</varname></term>
1783 <listitem>
1784 <para>Send an arbitrary raw option in the DHCPv4 request. Takes a DHCP option number, data type
1785 and data separated with a colon
1786 (<literal><replaceable>option</replaceable>:<replaceable>type</replaceable>:<replaceable>value</replaceable></literal>).
1787 The option number must be an integer in the range 1..254. The type takes one of <literal>uint8</literal>,
1788 <literal>uint16</literal>, <literal>uint32</literal>, <literal>ipv4address</literal>, or
1789 <literal>string</literal>. Special characters in the data string may be escaped using
1790 <ulink url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style
1791 escapes</ulink>. This setting can be specified multiple times. If an empty string is specified,
1792 then all options specified earlier are cleared. Defaults to unset.</para>
1793 </listitem>
1794 </varlistentry>
1795
1796 <varlistentry>
1797 <term><varname>SendVendorOption=</varname></term>
1798 <listitem>
1799 <para>Send an arbitrary vendor option in the DHCPv4 request. Takes a DHCP option number, data type
1800 and data separated with a colon
1801 (<literal><replaceable>option</replaceable>:<replaceable>type</replaceable>:<replaceable>value</replaceable></literal>).
1802 The option number must be an integer in the range 1..254. The type takes one of <literal>uint8</literal>,
1803 <literal>uint16</literal>, <literal>uint32</literal>, <literal>ipv4address</literal>, or
1804 <literal>string</literal>. Special characters in the data string may be escaped using
1805 <ulink url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style
1806 escapes</ulink>. This setting can be specified multiple times. If an empty string is specified,
1807 then all options specified earlier are cleared. Defaults to unset.</para>
1808 </listitem>
1809 </varlistentry>
1810 </variablelist>
1811 </refsect1>
1812
1813 <refsect1>
1814 <title>[DHCPv6] Section Options</title>
1815 <para>The [DHCPv6] section configures the DHCPv6 client, if it is enabled with the
1816 <varname>DHCP=</varname> setting described above, or invoked by the IPv6 Router Advertisement:</para>
1817
1818 <variablelist class='network-directives'>
1819 <varlistentry>
1820 <term><varname>UseDNS=</varname></term>
1821 <term><varname>UseNTP=</varname></term>
1822 <listitem>
1823 <para>As in the [DHCPv4] section.</para>
1824 </listitem>
1825 </varlistentry>
1826
1827 <varlistentry>
1828 <term><varname>RouteMetric=</varname></term>
1829 <listitem>
1830 <para>Set the routing metric for routes specified by the DHCP server. Defaults to 1024.</para>
1831 </listitem>
1832 </varlistentry>
1833
1834 <varlistentry>
1835 <term><varname>RapidCommit=</varname></term>
1836 <listitem>
1837 <para>Takes a boolean. The DHCPv6 client can obtain configuration parameters from a DHCPv6 server through
1838 a rapid two-message exchange (solicit and reply). When the rapid commit option is enabled by both
1839 the DHCPv6 client and the DHCPv6 server, the two-message exchange is used, rather than the default
1840 four-message exchange (solicit, advertise, request, and reply). The two-message exchange provides
1841 faster client configuration and is beneficial in environments in which networks are under a heavy load.
1842 See <ulink url="https://tools.ietf.org/html/rfc3315#section-17.2.1">RFC 3315</ulink> for details.
1843 Defaults to true.</para>
1844 </listitem>
1845 </varlistentry>
1846
1847 <varlistentry>
1848 <term><varname>MUDURL=</varname></term>
1849 <listitem>
1850 <para>When configured, the Manufacturer Usage Descriptions (MUD) URL will be sent to the DHCPV6 server.
1851 Takes an URL of length up to 255 characters. A superficial verification that the string is a valid URL
1852 will be performed. DHCPv6 clients are intended to have at most one MUD URL associated with them. See
1853 <ulink url="https://tools.ietf.org/html/rfc8520">RFC 8520</ulink>.</para>
1854 </listitem>
1855 </varlistentry>
1856
1857 <varlistentry>
1858 <term><varname>RequestOptions=</varname></term>
1859 <listitem>
1860 <para>When configured, allows to set arbitrary request options in the DHCPv6 request options list and will
1861 sent to the DHCPV6 server. A whitespace-separated list of integers in the range 1..254. Defaults to unset.</para>
1862 </listitem>
1863 </varlistentry>
1864
1865 <varlistentry>
1866 <term><varname>SendVendorOption=</varname></term>
1867 <listitem>
1868 <para>Send an arbitrary vendor option in the DHCPv6 request. Takes an enterprise identifier, DHCP
1869 option number, data type, and data separated with a colon (<literal><replaceable>enterprise
1870 identifier</replaceable>:<replaceable>option</replaceable>:<replaceable>type</replaceable>:
1871 <replaceable>value</replaceable></literal>). Enterprise identifier is an unsigned integer in the
1872 range 14294967294. The option number must be an integer in the range 1254. Data type takes one
1873 of <literal>uint8</literal>, <literal>uint16</literal>, <literal>uint32</literal>,
1874 <literal>ipv4address</literal>, <literal>ipv6address</literal>, or
1875 <literal>string</literal>. Special characters in the data string may be escaped using <ulink
1876 url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style
1877 escapes</ulink>. This setting can be specified multiple times. If an empty string is specified,
1878 then all options specified earlier are cleared. Defaults to unset.</para>
1879 </listitem>
1880 </varlistentry>
1881
1882 <varlistentry>
1883 <term><varname>ForceDHCPv6PDOtherInformation=</varname></term>
1884 <listitem>
1885 <para>Takes a boolean that enforces DHCPv6 stateful mode when the 'Other information' bit is set in
1886 Router Advertisement messages. By default setting only the 'O' bit in Router Advertisements
1887 makes DHCPv6 request network information in a stateless manner using a two-message Information
1888 Request and Information Reply message exchange.
1889 <ulink url="https://tools.ietf.org/html/rfc7084">RFC 7084</ulink>, requirement WPD-4, updates
1890 this behavior for a Customer Edge router so that stateful DHCPv6 Prefix Delegation is also
1891 requested when only the 'O' bit is set in Router Advertisements. This option enables such a CE
1892 behavior as it is impossible to automatically distinguish the intention of the 'O' bit otherwise.
1893 By default this option is set to 'false', enable it if no prefixes are delegated when the device
1894 should be acting as a CE router.</para>
1895 </listitem>
1896 </varlistentry>
1897
1898 <varlistentry>
1899 <term><varname>PrefixDelegationHint=</varname></term>
1900 <listitem>
1901 <para>Takes an IPv6 address with prefix length in the same format as the
1902 <varname>Address=</varname> in the [Network] section. The DHCPv6 client will include a prefix
1903 hint in the DHCPv6 solicitation sent to the server. The prefix length must be in the range
1904 1128. Defaults to unset.</para>
1905 </listitem>
1906 </varlistentry>
1907
1908 <varlistentry>
1909 <term><varname>WithoutRA=</varname></term>
1910 <listitem>
1911 <para>Allows DHCPv6 client to start without router advertisements's managed or other address
1912 configuration flag. Takes one of <literal>solicit</literal> or
1913 <literal>information-request</literal>. Defaults to unset.</para>
1914 </listitem>
1915 </varlistentry>
1916
1917 <varlistentry>
1918 <term><varname>SendOption=</varname></term>
1919 <listitem>
1920 <para>As in the [DHCPv4] section, however because DHCPv6 uses 16-bit fields to store
1921 option numbers, the option number is an integer in the range 1..65536.</para>
1922 </listitem>
1923 </varlistentry>
1924
1925 <varlistentry>
1926 <term><varname>UserClass=</varname></term>
1927 <listitem>
1928 <para>A DHCPv6 client can use User Class option to identify the type or category of user or applications
1929 it represents. The information contained in this option is a string that represents the user class of which
1930 the client is a member. Each class sets an identifying string of information to be used by the DHCP
1931 service to classify clients. Special characters in the data string may be escaped using
1932 <ulink url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style
1933 escapes</ulink>. This setting can be specified multiple times. If an empty string is specified,
1934 then all options specified earlier are cleared. Takes a whitespace-separated list of strings. Note that
1935 currently NUL bytes are not allowed.</para>
1936 </listitem>
1937 </varlistentry>
1938
1939 <varlistentry>
1940 <term><varname>VendorClass=</varname></term>
1941 <listitem>
1942 <para>A DHCPv6 client can use VendorClass option to identify the vendor that
1943 manufactured the hardware on which the client is running. The information
1944 contained in the data area of this option is contained in one or more opaque
1945 fields that identify details of the hardware configuration. Takes a
1946 whitespace-separated list of strings.</para>
1947 </listitem>
1948 </varlistentry>
1949 </variablelist>
1950 </refsect1>
1951
1952 <refsect1>
1953 <title>[DHCPv6PrefixDelegation] Section Options</title>
1954 <para>The [DHCPv6PrefixDelegation] section configures delegated prefix assigned by DHCPv6 server.
1955 The settings in this section are used only when <varname>IPv6PrefixDelegation=</varname> setting is
1956 enabled, or set to <literal>dhcp6</literal>.</para>
1957
1958 <variablelist class='network-directives'>
1959 <varlistentry>
1960 <term><varname>SubnetId=</varname></term>
1961 <listitem>
1962 <para>Configure a specific subnet ID on the interface from a (previously) received prefix
1963 delegation. You can either set "auto" (the default) or a specific subnet ID (as defined in
1964 <ulink url="https://tools.ietf.org/html/rfc4291#section-2.5.4">RFC 4291</ulink>, section
1965 2.5.4), in which case the allowed value is hexadecimal, from 0 to 0x7fffffffffffffff
1966 inclusive. This option is only effective when used together with
1967 <varname>IPv6PrefixDelegation=</varname> and the corresponding configuration on the upstream
1968 interface.</para>
1969 </listitem>
1970 </varlistentry>
1971
1972 <varlistentry>
1973 <term><varname>Assign=</varname></term>
1974 <listitem>
1975 <para>Takes a boolean. Specifies whether to add an address from the delegated prefixes which
1976 are received from the WAN interface by the <varname>IPv6PrefixDelegation=</varname>. When
1977 true (on LAN interfce), the EUI-64 algorithm will be used to form an interface identifier
1978 from the delegated prefixes. Defaults to true.</para>
1979 </listitem>
1980 </varlistentry>
1981
1982 <varlistentry>
1983 <term><varname>Token=</varname></term>
1984 <listitem>
1985 <para>Specifies an optional address generation mode for <varname>Assign=</varname>. Takes an
1986 IPv6 address. When set, the lower bits of the supplied address are combined with the upper
1987 bits of a delegatad prefix received from the WAN interface by the
1988 <varname>IPv6PrefixDelegation=</varname> prefixes to form a complete address.</para>
1989 </listitem>
1990 </varlistentry>
1991 </variablelist>
1992 </refsect1>
1993
1994 <refsect1>
1995 <title>[IPv6AcceptRA] Section Options</title>
1996 <para>The [IPv6AcceptRA] section configures the IPv6 Router Advertisement (RA) client, if it is enabled
1997 with the <varname>IPv6AcceptRA=</varname> setting described above:</para>
1998
1999 <variablelist class='network-directives'>
2000 <varlistentry>
2001 <term><varname>UseDNS=</varname></term>
2002 <listitem>
2003 <para>When true (the default), the DNS servers received in the Router Advertisement will be used and take
2004 precedence over any statically configured ones.</para>
2005
2006 <para>This corresponds to the <option>nameserver</option> option in <citerefentry
2007 project='man-pages'><refentrytitle>resolv.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
2008 </listitem>
2009 </varlistentry>
2010
2011 <varlistentry>
2012 <term><varname>UseDomains=</varname></term>
2013 <listitem>
2014 <para>Takes a boolean, or the special value <literal>route</literal>. When true, the domain name
2015 received via IPv6 Router Advertisement (RA) will be used as DNS search domain over this link, similar to
2016 the effect of the <option>Domains=</option> setting. If set to <literal>route</literal>, the domain name
2017 received via IPv6 RA will be used for routing DNS queries only, but not for searching, similar to the
2018 effect of the <option>Domains=</option> setting when the argument is prefixed with
2019 <literal>~</literal>. Defaults to false.</para>
2020
2021 <para>It is recommended to enable this option only on trusted networks, as setting this affects resolution
2022 of all hostnames, in particular of single-label names. It is generally safer to use the supplied domain
2023 only as routing domain, rather than as search domain, in order to not have it affect local resolution of
2024 single-label names.</para>
2025
2026 <para>When set to true, this setting corresponds to the <option>domain</option> option in <citerefentry
2027 project='man-pages'><refentrytitle>resolv.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
2028 </listitem>
2029 </varlistentry>
2030
2031 <varlistentry>
2032 <term><varname>RouteTable=<replaceable>num</replaceable></varname></term>
2033 <listitem>
2034 <para>The table identifier for the routes received in the Router Advertisement
2035 (a number between 1 and 4294967295, or 0 to unset).
2036 The table can be retrieved using <command>ip route show table <replaceable>num</replaceable></command>.
2037 </para>
2038 </listitem>
2039 </varlistentry>
2040
2041 <varlistentry>
2042 <term><varname>UseAutonomousPrefix=</varname></term>
2043 <listitem>
2044 <para>When true (the default), the autonomous prefix received in the Router Advertisement will be used and take
2045 precedence over any statically configured ones.</para>
2046 </listitem>
2047 </varlistentry>
2048
2049 <varlistentry>
2050 <term><varname>UseOnLinkPrefix=</varname></term>
2051 <listitem>
2052 <para>When true (the default), the onlink prefix received in the Router Advertisement will be used and take
2053 precedence over any statically configured ones.</para>
2054 </listitem>
2055 </varlistentry>
2056
2057 <varlistentry>
2058 <term><varname>DenyList=</varname></term>
2059 <listitem>
2060 <para>A whitespace-separated list of IPv6 prefixes. IPv6 prefixes supplied via router advertisements in the list are ignored.</para>
2061 </listitem>
2062 </varlistentry>
2063
2064 <varlistentry>
2065 <term><varname>DHCPv6Client=</varname></term>
2066 <listitem>
2067 <para>Takes a boolean, or the special value <literal>always</literal>. When true (the default), the DHCPv6 client will be started when the
2068 RA has the managed or other information flag. If set to <literal>always</literal>, the DHCPv6 client will be started even if there is no
2069 managed or other information flag in the RA.</para>
2070 </listitem>
2071 </varlistentry>
2072 </variablelist>
2073 </refsect1>
2074
2075 <refsect1>
2076 <title>[DHCPServer] Section Options</title>
2077 <para>The [DHCPServer] section contains settings for the DHCP server, if enabled via the
2078 <varname>DHCPServer=</varname> option described above:</para>
2079
2080 <variablelist class='network-directives'>
2081
2082 <varlistentry>
2083 <term><varname>PoolOffset=</varname></term>
2084 <term><varname>PoolSize=</varname></term>
2085
2086 <listitem><para>Configures the pool of addresses to hand out. The pool
2087 is a contiguous sequence of IP addresses in the subnet configured for
2088 the server address, which does not include the subnet nor the broadcast
2089 address. <varname>PoolOffset=</varname> takes the offset of the pool
2090 from the start of subnet, or zero to use the default value.
2091 <varname>PoolSize=</varname> takes the number of IP addresses in the
2092 pool or zero to use the default value. By default, the pool starts at
2093 the first address after the subnet address and takes up the rest of
2094 the subnet, excluding the broadcast address. If the pool includes
2095 the server address (the default), this is reserved and not handed
2096 out to clients.</para></listitem>
2097 </varlistentry>
2098
2099 <varlistentry>
2100 <term><varname>DefaultLeaseTimeSec=</varname></term>
2101 <term><varname>MaxLeaseTimeSec=</varname></term>
2102
2103 <listitem><para>Control the default and maximum DHCP lease
2104 time to pass to clients. These settings take time values in seconds or
2105 another common time unit, depending on the suffix. The default
2106 lease time is used for clients that did not ask for a specific
2107 lease time. If a client asks for a lease time longer than the
2108 maximum lease time, it is automatically shortened to the
2109 specified time. The default lease time defaults to 1h, the
2110 maximum lease time to 12h. Shorter lease times are beneficial
2111 if the configuration data in DHCP leases changes frequently
2112 and clients shall learn the new settings with shorter
2113 latencies. Longer lease times reduce the generated DHCP
2114 network traffic.</para></listitem>
2115 </varlistentry>
2116
2117 <varlistentry>
2118 <term><varname>EmitDNS=</varname></term>
2119 <term><varname>DNS=</varname></term>
2120
2121 <listitem><para><varname>EmitDNS=</varname> takes a boolean. Configures whether the DHCP leases
2122 handed out to clients shall contain DNS server information. Defaults to <literal>yes</literal>. The
2123 DNS servers to pass to clients may be configured with the <varname>DNS=</varname> option, which takes
2124 a list of IPv4 addresses. If the <varname>EmitDNS=</varname> option is enabled but no servers
2125 configured, the servers are automatically propagated from an "uplink" interface that has appropriate
2126 servers set. The "uplink" interface is determined by the default route of the system with the highest
2127 priority. Note that this information is acquired at the time the lease is handed out, and does not
2128 take uplink interfaces into account that acquire DNS server information at a later point. If no
2129 suitable uplinkg interface is found the DNS server data from <filename>/etc/resolv.conf</filename> is
2130 used. Also, note that the leases are not refreshed if the uplink network configuration changes. To
2131 ensure clients regularly acquire the most current uplink DNS server information, it is thus advisable
2132 to shorten the DHCP lease time via <varname>MaxLeaseTimeSec=</varname> described
2133 above.</para></listitem>
2134 </varlistentry>
2135
2136 <varlistentry>
2137 <term><varname>EmitNTP=</varname></term>
2138 <term><varname>NTP=</varname></term>
2139 <term><varname>EmitSIP=</varname></term>
2140 <term><varname>SIP=</varname></term>
2141 <term><varname>EmitPOP3=</varname></term>
2142 <term><varname>POP3=</varname></term>
2143 <term><varname>EmitSMTP=</varname></term>
2144 <term><varname>SMTP=</varname></term>
2145 <term><varname>EmitLPR=</varname></term>
2146 <term><varname>LPR=</varname></term>
2147
2148 <listitem><para>Similar to the <varname>EmitDNS=</varname> and <varname>DNS=</varname> settings
2149 described above, these settings configure whether and what server information for the indicate
2150 protocol shall be emitted as part of the DHCP lease. The same syntax, propagation semantics and
2151 defaults apply as for <varname>EmitDNS=</varname> and <varname>DNS=</varname>.</para></listitem>
2152 </varlistentry>
2153
2154 <varlistentry>
2155 <term><varname>EmitRouter=</varname></term>
2156
2157 <listitem><para>Similar to the <varname>EmitDNS=</varname>
2158 setting described above, this setting configures whether the
2159 DHCP lease should contain the router option. The same syntax,
2160 propagation semantics and defaults apply as for
2161 <varname>EmitDNS=</varname>.</para></listitem>
2162 </varlistentry>
2163
2164 <varlistentry>
2165 <term><varname>EmitTimezone=</varname></term>
2166 <term><varname>Timezone=</varname></term>
2167
2168 <listitem><para>Takes a boolean. Configures whether the DHCP leases handed out
2169 to clients shall contain timezone information. Defaults to <literal>yes</literal>. The
2170 <varname>Timezone=</varname> setting takes a timezone string
2171 (such as <literal>Europe/Berlin</literal> or
2172 <literal>UTC</literal>) to pass to clients. If no explicit
2173 timezone is set, the system timezone of the local host is
2174 propagated, as determined by the
2175 <filename>/etc/localtime</filename> symlink.</para></listitem>
2176 </varlistentry>
2177
2178 <varlistentry>
2179 <term><varname>SendOption=</varname></term>
2180 <listitem>
2181 <para>Send a raw option with value via DHCPv4 server. Takes a DHCP option number, data type
2182 and data (<literal><replaceable>option</replaceable>:<replaceable>type</replaceable>:<replaceable>value</replaceable></literal>).
2183 The option number is an integer in the range 1..254. The type takes one of <literal>uint8</literal>,
2184 <literal>uint16</literal>, <literal>uint32</literal>, <literal>ipv4address</literal>, <literal>ipv6address</literal>, or
2185 <literal>string</literal>. Special characters in the data string may be escaped using
2186 <ulink url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style
2187 escapes</ulink>. This setting can be specified multiple times. If an empty string is specified,
2188 then all options specified earlier are cleared. Defaults to unset.</para>
2189 </listitem>
2190 </varlistentry>
2191
2192 <varlistentry>
2193 <term><varname>SendVendorOption=</varname></term>
2194 <listitem>
2195 <para>Send a vendor option with value via DHCPv4 server. Takes a DHCP option number, data type
2196 and data (<literal><replaceable>option</replaceable>:<replaceable>type</replaceable>:<replaceable>value</replaceable></literal>).
2197 The option number is an integer in the range 1..254. The type takes one of <literal>uint8</literal>,
2198 <literal>uint16</literal>, <literal>uint32</literal>, <literal>ipv4address</literal>, or
2199 <literal>string</literal>. Special characters in the data string may be escaped using
2200 <ulink url="https://en.wikipedia.org/wiki/Escape_sequences_in_C#Table_of_escape_sequences">C-style
2201 escapes</ulink>. This setting can be specified multiple times. If an empty string is specified,
2202 then all options specified earlier are cleared. Defaults to unset.</para>
2203 </listitem>
2204 </varlistentry>
2205
2206 </variablelist>
2207 </refsect1>
2208
2209 <refsect1>
2210 <title>[IPv6PrefixDelegation] Section Options</title>
2211 <para>The [IPv6PrefixDelegation] section contains settings for sending IPv6 Router Advertisements and
2212 whether to act as a router, if enabled via the <varname>IPv6PrefixDelegation=</varname> option described
2213 above. IPv6 network prefixes are defined with one or more [IPv6Prefix] sections.</para>
2214
2215 <variablelist class='network-directives'>
2216
2217 <varlistentry>
2218 <term><varname>Managed=</varname></term>
2219 <term><varname>OtherInformation=</varname></term>
2220
2221 <listitem><para>Takes a boolean. Controls whether a DHCPv6 server is used to acquire IPv6
2222 addresses on the network link when <varname>Managed=</varname>
2223 is set to <literal>true</literal> or if only additional network
2224 information can be obtained via DHCPv6 for the network link when
2225 <varname>OtherInformation=</varname> is set to
2226 <literal>true</literal>. Both settings default to
2227 <literal>false</literal>, which means that a DHCPv6 server is not being
2228 used.</para></listitem>
2229 </varlistentry>
2230
2231 <varlistentry>
2232 <term><varname>RouterLifetimeSec=</varname></term>
2233
2234 <listitem><para>Takes a timespan. Configures the IPv6 router lifetime in seconds. If set,
2235 this host also announces itself in Router Advertisements as an IPv6
2236 router for the network link. When unset, the host is not acting as a router.</para>
2237 </listitem>
2238 </varlistentry>
2239
2240 <varlistentry>
2241 <term><varname>RouterPreference=</varname></term>
2242
2243 <listitem><para>Configures IPv6 router preference if
2244 <varname>RouterLifetimeSec=</varname> is non-zero. Valid values are
2245 <literal>high</literal>, <literal>medium</literal> and
2246 <literal>low</literal>, with <literal>normal</literal> and
2247 <literal>default</literal> added as synonyms for
2248 <literal>medium</literal> just to make configuration easier. See
2249 <ulink url="https://tools.ietf.org/html/rfc4191">RFC 4191</ulink>
2250 for details. Defaults to <literal>medium</literal>.</para></listitem>
2251 </varlistentry>
2252
2253 <varlistentry>
2254 <term><varname>EmitDNS=</varname></term>
2255 <term><varname>DNS=</varname></term>
2256
2257 <listitem><para><varname>DNS=</varname> specifies a list of recursive DNS server IPv6 addresses that
2258 are distributed via Router Advertisement messages when <varname>EmitDNS=</varname> is
2259 true. <varname>DNS=</varname> also takes special value <literal>_link_local</literal>; in that case
2260 the IPv6 link local address is distributed. If <varname>DNS=</varname> is empty, DNS servers are read
2261 from the [Network] section. If the [Network] section does not contain any DNS servers either, DNS
2262 servers from the uplink with the highest priority default route are used. When
2263 <varname>EmitDNS=</varname> is false, no DNS server information is sent in Router Advertisement
2264 messages. <varname>EmitDNS=</varname> defaults to true.</para></listitem>
2265 </varlistentry>
2266
2267 <varlistentry>
2268 <term><varname>EmitDomains=</varname></term>
2269 <term><varname>Domains=</varname></term>
2270
2271 <listitem><para>A list of DNS search domains distributed via Router Advertisement messages when
2272 <varname>EmitDomains=</varname> is true. If <varname>Domains=</varname> is empty, DNS search domains
2273 are read from the [Network] section. If the [Network] section does not contain any DNS search domains
2274 either, DNS search domains from the uplink with the highest priority default route are used. When
2275 <varname>EmitDomains=</varname> is false, no DNS search domain information is sent in Router
2276 Advertisement messages. <varname>EmitDomains=</varname> defaults to true.</para></listitem>
2277 </varlistentry>
2278
2279 <varlistentry>
2280 <term><varname>DNSLifetimeSec=</varname></term>
2281
2282 <listitem><para>Lifetime in seconds for the DNS server addresses listed
2283 in <varname>DNS=</varname> and search domains listed in
2284 <varname>Domains=</varname>.</para></listitem>
2285 </varlistentry>
2286
2287 </variablelist>
2288 </refsect1>
2289
2290 <refsect1>
2291 <title>[IPv6Prefix] Section Options</title>
2292 <para>One or more [IPv6Prefix] sections contain the IPv6 prefixes that are announced via Router
2293 Advertisements. See <ulink url="https://tools.ietf.org/html/rfc4861">RFC 4861</ulink> for further
2294 details.</para>
2295
2296 <variablelist class='network-directives'>
2297
2298 <varlistentry>
2299 <term><varname>AddressAutoconfiguration=</varname></term>
2300 <term><varname>OnLink=</varname></term>
2301
2302 <listitem><para>Takes a boolean to specify whether IPv6 addresses can be
2303 autoconfigured with this prefix and whether the prefix can be used for
2304 onlink determination. Both settings default to <literal>true</literal>
2305 in order to ease configuration.
2306 </para></listitem>
2307 </varlistentry>
2308
2309 <varlistentry>
2310 <term><varname>Prefix=</varname></term>
2311
2312 <listitem><para>The IPv6 prefix that is to be distributed to hosts. Similarly to configuring static
2313 IPv6 addresses, the setting is configured as an IPv6 prefix and its prefix length, separated by a
2314 <literal>/</literal> character. Use multiple [IPv6Prefix] sections to configure multiple IPv6
2315 prefixes since prefix lifetimes, address autoconfiguration and onlink status may differ from one
2316 prefix to another.</para></listitem>
2317 </varlistentry>
2318
2319 <varlistentry>
2320 <term><varname>PreferredLifetimeSec=</varname></term>
2321 <term><varname>ValidLifetimeSec=</varname></term>
2322
2323 <listitem><para>Preferred and valid lifetimes for the prefix measured in
2324 seconds. <varname>PreferredLifetimeSec=</varname> defaults to 604800
2325 seconds (one week) and <varname>ValidLifetimeSec=</varname> defaults
2326 to 2592000 seconds (30 days).</para></listitem>
2327 </varlistentry>
2328
2329 <varlistentry>
2330 <term><varname>Assign=</varname></term>
2331 <listitem><para>Takes a boolean. When true, adds an address from the prefix. Default to false.
2332 </para></listitem>
2333 </varlistentry>
2334 </variablelist>
2335 </refsect1>
2336
2337 <refsect1>
2338 <title>[IPv6RoutePrefix] Section Options</title>
2339 <para>One or more [IPv6RoutePrefix] sections contain the IPv6
2340 prefix routes that are announced via Router Advertisements. See
2341 <ulink url="https://tools.ietf.org/html/rfc4191">RFC 4191</ulink>
2342 for further details.</para>
2343
2344 <variablelist class='network-directives'>
2345
2346 <varlistentry>
2347 <term><varname>Route=</varname></term>
2348
2349 <listitem><para>The IPv6 route that is to be distributed to hosts. Similarly to configuring static
2350 IPv6 routes, the setting is configured as an IPv6 prefix routes and its prefix route length,
2351 separated by a <literal>/</literal> character. Use multiple [IPv6PrefixRoutes] sections to configure
2352 multiple IPv6 prefix routes.</para></listitem>
2353 </varlistentry>
2354
2355 <varlistentry>
2356 <term><varname>LifetimeSec=</varname></term>
2357
2358 <listitem><para>Lifetime for the route prefix measured in
2359 seconds. <varname>LifetimeSec=</varname> defaults to 604800 seconds (one week).
2360 </para></listitem>
2361 </varlistentry>
2362
2363 </variablelist>
2364 </refsect1>
2365
2366 <refsect1>
2367 <title>[Bridge] Section Options</title>
2368 <para>The [Bridge] section accepts the following keys:</para>
2369 <variablelist class='network-directives'>
2370 <varlistentry>
2371 <term><varname>UnicastFlood=</varname></term>
2372 <listitem>
2373 <para>Takes a boolean. Controls whether the bridge should flood
2374 traffic for which an FDB entry is missing and the destination
2375 is unknown through this port. When unset, the kernel's default will be used.
2376 </para>
2377 </listitem>
2378 </varlistentry>
2379 <varlistentry>
2380 <term><varname>MulticastFlood=</varname></term>
2381 <listitem>
2382 <para>Takes a boolean. Controls whether the bridge should flood
2383 traffic for which an MDB entry is missing and the destination
2384 is unknown through this port. When unset, the kernel's default will be used.
2385 </para>
2386 </listitem>
2387 </varlistentry>
2388 <varlistentry>
2389 <term><varname>MulticastToUnicast=</varname></term>
2390 <listitem>
2391 <para>Takes a boolean. Multicast to unicast works on top of the multicast snooping feature of
2392 the bridge. Which means unicast copies are only delivered to hosts which are interested in it.
2393 When unset, the kernel's default will be used.
2394 </para>
2395 </listitem>
2396 </varlistentry>
2397 <varlistentry>
2398 <term><varname>NeighborSuppression=</varname></term>
2399 <listitem>
2400 <para>Takes a boolean. Configures whether ARP and ND neighbor suppression is enabled for
2401 this port. When unset, the kernel's default will be used.
2402 </para>
2403 </listitem>
2404 </varlistentry>
2405 <varlistentry>
2406 <term><varname>Learning=</varname></term>
2407 <listitem>
2408 <para>Takes a boolean. Configures whether MAC address learning is enabled for
2409 this port. When unset, the kernel's default will be used.
2410 </para>
2411 </listitem>
2412 </varlistentry>
2413 <varlistentry>
2414 <term><varname>HairPin=</varname></term>
2415 <listitem>
2416 <para>Takes a boolean. Configures whether traffic may be sent back out of the port on which it
2417 was received. When this flag is false, then the bridge will not forward traffic back out of the
2418 receiving port. When unset, the kernel's default will be used.</para>
2419 </listitem>
2420 </varlistentry>
2421 <varlistentry>
2422 <term><varname>UseBPDU=</varname></term>
2423 <listitem>
2424 <para>Takes a boolean. Configures whether STP Bridge Protocol Data Units will be
2425 processed by the bridge port. When unset, the kernel's default will be used.</para>
2426 </listitem>
2427 </varlistentry>
2428 <varlistentry>
2429 <term><varname>FastLeave=</varname></term>
2430 <listitem>
2431 <para>Takes a boolean. This flag allows the bridge to immediately stop multicast
2432 traffic on a port that receives an IGMP Leave message. It is only used with
2433 IGMP snooping if enabled on the bridge. When unset, the kernel's default will be used.</para>
2434 </listitem>
2435 </varlistentry>
2436 <varlistentry>
2437 <term><varname>AllowPortToBeRoot=</varname></term>
2438 <listitem>
2439 <para>Takes a boolean. Configures whether a given port is allowed to
2440 become a root port. Only used when STP is enabled on the bridge.
2441 When unset, the kernel's default will be used.</para>
2442 </listitem>
2443 </varlistentry>
2444 <varlistentry>
2445 <term><varname>ProxyARP=</varname></term>
2446 <listitem>
2447 <para>Takes a boolean. Configures whether proxy ARP to be enabled on this port.
2448 When unset, the kernel's default will be used.</para>
2449 </listitem>
2450 </varlistentry>
2451 <varlistentry>
2452 <term><varname>ProxyARPWiFi=</varname></term>
2453 <listitem>
2454 <para>Takes a boolean. Configures whether proxy ARP to be enabled on this port
2455 which meets extended requirements by IEEE 802.11 and Hotspot 2.0 specifications.
2456 When unset, the kernel's default will be used.</para>
2457 </listitem>
2458 </varlistentry>
2459 <varlistentry>
2460 <term><varname>MulticastRouter=</varname></term>
2461 <listitem>
2462 <para>Configures this port for having multicast routers attached. A port with a multicast
2463 router will receive all multicast traffic. Takes one of <literal>no</literal>
2464 to disable multicast routers on this port, <literal>query</literal> to let the system detect
2465 the presence of routers, <literal>permanent</literal> to permanently enable multicast traffic
2466 forwarding on this port, or <literal>temporary</literal> to enable multicast routers temporarily
2467 on this port, not depending on incoming queries. When unset, the kernel's default will be used.</para>
2468 </listitem>
2469 </varlistentry>
2470 <varlistentry>
2471 <term><varname>Cost=</varname></term>
2472 <listitem>
2473 <para>Sets the "cost" of sending packets of this interface.
2474 Each port in a bridge may have a different speed and the cost
2475 is used to decide which link to use. Faster interfaces
2476 should have lower costs. It is an integer value between 1 and
2477 65535.</para>
2478 </listitem>
2479 </varlistentry>
2480 <varlistentry>
2481 <term><varname>Priority=</varname></term>
2482 <listitem>
2483 <para>Sets the "priority" of sending packets on this interface.
2484 Each port in a bridge may have a different priority which is used
2485 to decide which link to use. Lower value means higher priority.
2486 It is an integer value between 0 to 63. Networkd does not set any
2487 default, meaning the kernel default value of 32 is used.</para>
2488 </listitem>
2489 </varlistentry>
2490 </variablelist>
2491 </refsect1>
2492 <refsect1>
2493 <title>[BridgeFDB] Section Options</title>
2494 <para>The [BridgeFDB] section manages the forwarding database table of a port and accepts the following
2495 keys. Specify several [BridgeFDB] sections to configure several static MAC table entries.</para>
2496
2497 <variablelist class='network-directives'>
2498 <varlistentry>
2499 <term><varname>MACAddress=</varname></term>
2500 <listitem>
2501 <para>As in the [Network] section. This key is mandatory.</para>
2502 </listitem>
2503 </varlistentry>
2504 <varlistentry>
2505 <term><varname>Destination=</varname></term>
2506 <listitem>
2507 <para>Takes an IP address of the destination VXLAN tunnel endpoint.</para>
2508 </listitem>
2509 </varlistentry>
2510 <varlistentry>
2511 <term><varname>VLANId=</varname></term>
2512 <listitem>
2513 <para>The VLAN ID for the new static MAC table entry. If
2514 omitted, no VLAN ID information is appended to the new static MAC
2515 table entry.</para>
2516 </listitem>
2517 </varlistentry>
2518 <varlistentry>
2519 <term><varname>VNI=</varname></term>
2520 <listitem>
2521 <para>The VXLAN Network Identifier (or VXLAN Segment ID) to use to connect to
2522 the remote VXLAN tunnel endpoint. Takes a number in the range 1-16777215.
2523 Defaults to unset.</para>
2524 </listitem>
2525 </varlistentry>
2526 <varlistentry>
2527 <term><varname>AssociatedWith=</varname></term>
2528 <listitem>
2529 <para>Specifies where the address is associated with. Takes one of <literal>use</literal>,
2530 <literal>self</literal>, <literal>master</literal> or <literal>router</literal>.
2531 <literal>use</literal> means the address is in use. User space can use this option to
2532 indicate to the kernel that the fdb entry is in use. <literal>self</literal> means
2533 the address is associated with the port drivers fdb. Usually hardware. <literal>master</literal>
2534 means the address is associated with master devices fdb. <literal>router</literal> means
2535 the destination address is associated with a router. Note that it's valid if the referenced
2536 device is a VXLAN type device and has route shortcircuit enabled. Defaults to <literal>self</literal>.</para>
2537 </listitem>
2538 </varlistentry>
2539 </variablelist>
2540 </refsect1>
2541
2542 <refsect1>
2543 <title>[LLDP] Section Options</title>
2544 <para>The [LLDP] section manages the Link Layer Discovery Protocol (LLDP) and accepts the following
2545 keys.</para>
2546 <variablelist class='network-directives'>
2547 <varlistentry>
2548 <term><varname>MUDURL=</varname></term>
2549 <listitem>
2550 <para>Controls support for Ethernet LLDP packet's Manufacturer Usage Description (MUD). MUD is an embedded software
2551 standard defined by the IETF that allows IoT Device makers to advertise device specifications, including the intended
2552 communication patterns for their device when it connects to the network. The network can then use this intent to author
2553 a context-specific access policy, so the device functions only within those parameters. Takes an URL of length up to 255
2554 characters. A superficial verification that the string is a valid URL
2555 will be performed. See
2556 <ulink url="https://tools.ietf.org/html/rfc8520">RFC 8520</ulink> for details. The MUD URL received
2557 from the LLDP packets will be saved at the state files and can be read via
2558 <function>sd_lldp_neighbor_get_mud_url()</function> function.</para>
2559 </listitem>
2560 </varlistentry>
2561 </variablelist>
2562 </refsect1>
2563
2564 <refsect1>
2565 <title>[CAN] Section Options</title>
2566 <para>The [CAN] section manages the Controller Area Network (CAN bus) and accepts the
2567 following keys:</para>
2568 <variablelist class='network-directives'>
2569 <varlistentry>
2570 <term><varname>BitRate=</varname></term>
2571 <listitem>
2572 <para>The bitrate of CAN device in bits per second. The usual SI prefixes (K, M) with the base of 1000 can
2573 be used here. Takes a number in the range 1..4294967295.</para>
2574 </listitem>
2575 </varlistentry>
2576 <varlistentry>
2577 <term><varname>SamplePoint=</varname></term>
2578 <listitem>
2579 <para>Optional sample point in percent with one decimal (e.g. <literal>75%</literal>,
2580 <literal>87.5%</literal>) or permille (e.g. <literal>875</literal>).</para>
2581 </listitem>
2582 </varlistentry>
2583 <varlistentry>
2584 <term><varname>DataBitRate=</varname></term>
2585 <term><varname>DataSamplePoint=</varname></term>
2586 <listitem>
2587 <para>The bitrate and sample point for the data phase, if CAN-FD is used. These settings are
2588 analogous to the <varname>BitRate=</varname> and <varname>SamplePoint=</varname> keys.</para>
2589 </listitem>
2590 </varlistentry>
2591 <varlistentry>
2592 <term><varname>FDMode=</varname></term>
2593 <listitem>
2594 <para>Takes a boolean. When <literal>yes</literal>, CAN-FD mode is enabled for the interface.
2595 Note, that a bitrate and optional sample point should also be set for the CAN-FD data phase using
2596 the <varname>DataBitRate=</varname> and <varname>DataSamplePoint=</varname> keys.</para>
2597 </listitem>
2598 </varlistentry>
2599 <varlistentry>
2600 <term><varname>FDNonISO=</varname></term>
2601 <listitem>
2602 <para>Takes a boolean. When <literal>yes</literal>, non-ISO CAN-FD mode is enabled for the
2603 interface. When unset, the kernel's default will be used.</para>
2604 </listitem>
2605 </varlistentry>
2606 <varlistentry>
2607 <term><varname>RestartSec=</varname></term>
2608 <listitem>
2609 <para>Automatic restart delay time. If set to a non-zero value, a restart of the CAN controller will be
2610 triggered automatically in case of a bus-off condition after the specified delay time. Subsecond delays can
2611 be specified using decimals (e.g. <literal>0.1s</literal>) or a <literal>ms</literal> or
2612 <literal>us</literal> postfix. Using <literal>infinity</literal> or <literal>0</literal> will turn the
2613 automatic restart off. By default automatic restart is disabled.</para>
2614 </listitem>
2615 </varlistentry>
2616 <varlistentry>
2617 <term><varname>Termination=</varname></term>
2618 <listitem>
2619 <para>Takes a boolean. When <literal>yes</literal>, the termination resistor will be selected for
2620 the bias network. When unset, the kernel's default will be used.</para>
2621 </listitem>
2622 </varlistentry>
2623 <varlistentry>
2624 <term><varname>TripleSampling=</varname></term>
2625 <listitem>
2626 <para>Takes a boolean. When <literal>yes</literal>, three samples (instead of one) are used to determine
2627 the value of a received bit by majority rule. When unset, the kernel's default will be used.</para>
2628 </listitem>
2629 </varlistentry>
2630 <varlistentry>
2631 <term><varname>ListenOnly=</varname></term>
2632 <listitem>
2633 <para>Takes a boolean. When <literal>yes</literal>, listen-only mode is enabled. When the
2634 interface is in listen-only mode, the interface neither transmit CAN frames nor send ACK
2635 bit. Listen-only mode is important to debug CAN networks without interfering with the
2636 communication or acknowledge the CAN frame. When unset, the kernel's default will be used.
2637 </para>
2638 </listitem>
2639 </varlistentry>
2640 </variablelist>
2641 </refsect1>
2642
2643 <refsect1>
2644 <title>[QDisc] Section Options</title>
2645 <para>The [QDisc] section manages the traffic control queueing discipline (qdisc).</para>
2646
2647 <variablelist class='network-directives'>
2648 <varlistentry>
2649 <term><varname>Parent=</varname></term>
2650 <listitem>
2651 <para>Specifies the parent Queueing Discipline (qdisc). Takes one of <literal>clsact</literal>
2652 or <literal>ingress</literal>. This is mandatory.</para>
2653 </listitem>
2654 </varlistentry>
2655
2656 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2657 </variablelist>
2658 </refsect1>
2659
2660 <refsect1>
2661 <title>[NetworkEmulator] Section Options</title>
2662 <para>The [NetworkEmulator] section manages the queueing discipline (qdisc) of the network emulator. It
2663 can be used to configure the kernel packet scheduler and simulate packet delay and loss for UDP or TCP
2664 applications, or limit the bandwidth usage of a particular service to simulate internet connections.
2665 </para>
2666
2667 <variablelist class='network-directives'>
2668 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2669 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2670
2671 <varlistentry>
2672 <term><varname>DelaySec=</varname></term>
2673 <listitem>
2674 <para>Specifies the fixed amount of delay to be added to all packets going out of the
2675 interface. Defaults to unset.</para>
2676 </listitem>
2677 </varlistentry>
2678
2679 <varlistentry>
2680 <term><varname>DelayJitterSec=</varname></term>
2681 <listitem>
2682 <para>Specifies the chosen delay to be added to the packets outgoing to the network
2683 interface. Defaults to unset.</para>
2684 </listitem>
2685 </varlistentry>
2686
2687 <varlistentry>
2688 <term><varname>PacketLimit=</varname></term>
2689 <listitem>
2690 <para>Specifies the maximum number of packets the qdisc may hold queued at a time.
2691 An unsigned integer in the range 04294967294. Defaults to 1000.</para>
2692 </listitem>
2693 </varlistentry>
2694
2695 <varlistentry>
2696 <term><varname>LossRate=</varname></term>
2697 <listitem>
2698 <para>Specifies an independent loss probability to be added to the packets outgoing from the
2699 network interface. Takes a percentage value, suffixed with "%". Defaults to unset.</para>
2700 </listitem>
2701 </varlistentry>
2702
2703 <varlistentry>
2704 <term><varname>DuplicateRate=</varname></term>
2705 <listitem>
2706 <para>Specifies that the chosen percent of packets is duplicated before queuing them.
2707 Takes a percentage value, suffixed with "%". Defaults to unset.</para>
2708 </listitem>
2709 </varlistentry>
2710 </variablelist>
2711 </refsect1>
2712
2713 <refsect1>
2714 <title>[TokenBucketFilter] Section Options</title>
2715 <para>The [TokenBucketFilter] section manages the queueing discipline (qdisc) of token bucket filter
2716 (tbf).</para>
2717
2718 <variablelist class='network-directives'>
2719 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2720 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2721
2722 <varlistentry>
2723 <term><varname>LatencySec=</varname></term>
2724 <listitem>
2725 <para>Specifies the latency parameter, which specifies the maximum amount of time a
2726 packet can sit in the Token Bucket Filter (TBF). Defaults to unset.</para>
2727 </listitem>
2728 </varlistentry>
2729
2730 <varlistentry>
2731 <term><varname>LimitBytes=</varname></term>
2732 <listitem>
2733 <para>Takes the number of bytes that can be queued waiting for tokens to become available.
2734 When the size is suffixed with K, M, or G, it is parsed as Kilobytes, Megabytes, or Gigabytes,
2735 respectively, to the base of 1024. Defaults to unset.</para>
2736 </listitem>
2737 </varlistentry>
2738
2739 <varlistentry>
2740 <term><varname>BurstBytes=</varname></term>
2741 <listitem>
2742 <para>Specifies the size of the bucket. This is the maximum amount of bytes that tokens
2743 can be available for instantaneous transfer. When the size is suffixed with K, M, or G, it is
2744 parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults to
2745 unset.</para>
2746 </listitem>
2747 </varlistentry>
2748
2749 <varlistentry>
2750 <term><varname>Rate=</varname></term>
2751 <listitem>
2752 <para>Specifies the device specific bandwidth. When suffixed with K, M, or G, the specified
2753 bandwidth is parsed as Kilobits, Megabits, or Gigabits, respectively, to the base of 1000.
2754 Defaults to unset.</para>
2755 </listitem>
2756 </varlistentry>
2757
2758 <varlistentry>
2759 <term><varname>MPUBytes=</varname></term>
2760 <listitem>
2761 <para>The Minimum Packet Unit (MPU) determines the minimal token usage (specified in bytes)
2762 for a packet. When suffixed with K, M, or G, the specified size is parsed as Kilobytes,
2763 Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults to zero.</para>
2764 </listitem>
2765 </varlistentry>
2766
2767 <varlistentry>
2768 <term><varname>PeakRate=</varname></term>
2769 <listitem>
2770 <para>Takes the maximum depletion rate of the bucket. When suffixed with K, M, or G, the
2771 specified size is parsed as Kilobits, Megabits, or Gigabits, respectively, to the base of
2772 1000. Defaults to unset.</para>
2773 </listitem>
2774 </varlistentry>
2775
2776 <varlistentry>
2777 <term><varname>MTUBytes=</varname></term>
2778 <listitem>
2779 <para>Specifies the size of the peakrate bucket. When suffixed with K, M, or G, the specified
2780 size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1024.
2781 Defaults to unset.</para>
2782 </listitem>
2783 </varlistentry>
2784 </variablelist>
2785 </refsect1>
2786
2787 <refsect1>
2788 <title>[PIE] Section Options</title>
2789 <para>The [PIE] section manages the queueing discipline (qdisc) of Proportional Integral
2790 controller-Enhanced (PIE).</para>
2791
2792 <variablelist class='network-directives'>
2793 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2794 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2795
2796 <varlistentry>
2797 <term><varname>PacketLimit=</varname></term>
2798 <listitem>
2799 <para>Specifies the hard limit on the queue size in number of packets. When this limit is reached, incoming packets are
2800 dropped. An unsigned integer in the range 14294967294. Defaults to unset and kernel's default is used.</para>
2801 </listitem>
2802 </varlistentry>
2803 </variablelist>
2804 </refsect1>
2805
2806 <refsect1>
2807 <title>[StochasticFairBlue] Section Options</title>
2808 <para>The [StochasticFairBlue] section manages the queueing discipline (qdisc) of stochastic fair blue
2809 (sfb).</para>
2810
2811 <variablelist class='network-directives'>
2812 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2813 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2814
2815 <varlistentry>
2816 <term><varname>PacketLimit=</varname></term>
2817 <listitem>
2818 <para>Specifies the hard limit on the queue size in number of packets. When this limit is reached,
2819 incoming packets are dropped. An unsigned integer in the range 04294967294. Defaults to unset and
2820 kernel's default is used.</para>
2821 </listitem>
2822 </varlistentry>
2823 </variablelist>
2824 </refsect1>
2825
2826 <refsect1>
2827 <title>[StochasticFairnessQueueing] Section Options</title>
2828 <para>The [StochasticFairnessQueueing] section manages the queueing discipline (qdisc) of stochastic
2829 fairness queueing (sfq).</para>
2830
2831 <variablelist class='network-directives'>
2832 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2833 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2834
2835 <varlistentry>
2836 <term><varname>PerturbPeriodSec=</varname></term>
2837 <listitem>
2838 <para>Specifies the interval in seconds for queue algorithm perturbation. Defaults to unset.</para>
2839 </listitem>
2840 </varlistentry>
2841 </variablelist>
2842 </refsect1>
2843
2844 <refsect1>
2845 <title>[BFIFO] Section Options</title>
2846 <para>The [BFIFO] section manages the queueing discipline (qdisc) of Byte limited Packet First In First
2847 Out (bfifo).</para>
2848
2849 <variablelist class='network-directives'>
2850 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2851 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2852
2853 <varlistentry>
2854 <term><varname>LimitBytes=</varname></term>
2855 <listitem>
2856 <para>Specifies the hard limit on the FIFO size in bytes. The size limit (a buffer size) to prevent
2857 it from overflowing in case it is unable to dequeue packets as quickly as it receives them. When
2858 this limit is reached, incoming packets are dropped. When suffixed with K, M, or G, the specified
2859 size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults
2860 to unset and kernel's default is used.</para>
2861 </listitem>
2862 </varlistentry>
2863 </variablelist>
2864 </refsect1>
2865
2866 <refsect1>
2867 <title>[PFIFO] Section Options</title>
2868 <para>The [PFIFO] section manages the queueing discipline (qdisc) of Packet First In First Out
2869 (pfifo).</para>
2870
2871 <variablelist class='network-directives'>
2872 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2873 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2874
2875 <varlistentry>
2876 <term><varname>PacketLimit=</varname></term>
2877 <listitem>
2878 <para>Specifies the hard limit on the FIFO size in number of packets. The size limit (a buffer
2879 size) to prevent it from overflowing in case it is unable to dequeue packets as quickly as it
2880 receives them. When this limit is reached, incoming packets are dropped. An unsigned integer in the
2881 range 04294967294. Defaults to unset and kernel's default is used.</para>
2882 </listitem>
2883 </varlistentry>
2884 </variablelist>
2885 </refsect1>
2886
2887 <refsect1>
2888 <title>[PFIFOHeadDrop] Section Options</title>
2889 <para>The [PFIFOHeadDrop] section manages the queueing discipline (qdisc) of Packet First In First Out
2890 Head Drop (pfifo_head_drop).</para>
2891
2892 <variablelist class='network-directives'>
2893 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2894 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2895
2896 <varlistentry>
2897 <term><varname>PacketLimit=</varname></term>
2898 <listitem>
2899 <para>As in [PFIFO] section.</para></listitem>
2900 </varlistentry>
2901 </variablelist>
2902 </refsect1>
2903
2904 <refsect1>
2905 <title>[PFIFOFast] Section Options</title>
2906 <para>The [PFIFOFast] section manages the queueing discipline (qdisc) of Packet First In First Out Fast
2907 (pfifo_fast).</para>
2908
2909 <variablelist class='network-directives'>
2910 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2911 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2912 </variablelist>
2913 </refsect1>
2914
2915 <refsect1>
2916 <title>[CAKE] Section Options</title>
2917 <para>The [CAKE] section manages the queueing discipline (qdisc) of Common Applications Kept Enhanced
2918 (CAKE).</para>
2919
2920 <variablelist class='network-directives'>
2921 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2922 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2923
2924 <varlistentry>
2925 <term><varname>OverheadBytes=</varname></term>
2926 <listitem>
2927 <para>Specifies that bytes to be addeded to the size of each packet. Bytes may be negative. Takes
2928 an integer in the range from -64 to 256. Defaults to unset and kernel's default is used.</para>
2929 </listitem>
2930 </varlistentry>
2931
2932 <varlistentry>
2933 <term><varname>Bandwidth=</varname></term>
2934 <listitem>
2935 <para>Specifies the shaper bandwidth. When suffixed with K, M, or G, the specified size is
2936 parsed as Kilobits, Megabits, or Gigabits, respectively, to the base of 1000. Defaults to
2937 unset and kernel's default is used.</para>
2938 </listitem>
2939 </varlistentry>
2940 </variablelist>
2941 </refsect1>
2942
2943 <refsect1>
2944 <title>[ControlledDelay] Section Options</title>
2945 <para>The [ControlledDelay] section manages the queueing discipline (qdisc) of
2946 controlled delay (CoDel).</para>
2947
2948 <variablelist class='network-directives'>
2949 <xi:include href="tc.xml" xpointer="qdisc-parent" />
2950 <xi:include href="tc.xml" xpointer="qdisc-handle" />
2951
2952 <varlistentry>
2953 <term><varname>PacketLimit=</varname></term>
2954 <listitem>
2955 <para>Specifies the hard limit on the queue size in number of packets. When this limit is reached,
2956 incoming packets are dropped. An unsigned integer in the range 04294967294. Defaults to unset and
2957 kernel's default is used.</para>
2958 </listitem>
2959 </varlistentry>
2960
2961 <varlistentry>
2962 <term><varname>TargetSec=</varname></term>
2963 <listitem>
2964 <para>Takes a timespan. Specifies the acceptable minimum standing/persistent queue delay.
2965 Defaults to unset and kernel's default is used.</para>
2966 </listitem>
2967 </varlistentry>
2968
2969 <varlistentry>
2970 <term><varname>IntervalSec=</varname></term>
2971 <listitem>
2972 <para>Takes a timespan. This is used to ensure that the measured minimum delay does not
2973 become too stale. Defaults to unset and kernel's default is used.</para>
2974 </listitem>
2975 </varlistentry>
2976
2977 <varlistentry>
2978 <term><varname>ECN=</varname></term>
2979 <listitem>
2980 <para>Takes a boolean. This can be used to mark packets instead of dropping them. Defaults to
2981 unset and kernel's default is used.</para>
2982 </listitem>
2983 </varlistentry>
2984
2985 <varlistentry>
2986 <term><varname>CEThresholdSec=</varname></term>
2987 <listitem>
2988 <para>Takes a timespan. This sets a threshold above which all packets are marked with ECN
2989 Congestion Experienced (CE). Defaults to unset and kernel's default is used.</para>
2990 </listitem>
2991 </varlistentry>
2992 </variablelist>
2993 </refsect1>
2994
2995 <refsect1>
2996 <title>[DeficitRoundRobinScheduler] Section Options</title>
2997 <para>The [DeficitRoundRobinScheduler] section manages the queueing discipline (qdisc) of Deficit Round
2998 Robin Scheduler (DRR).</para>
2999
3000 <variablelist class='network-directives'>
3001 <xi:include href="tc.xml" xpointer="qdisc-parent" />
3002 <xi:include href="tc.xml" xpointer="qdisc-handle" />
3003 </variablelist>
3004 </refsect1>
3005
3006 <refsect1>
3007 <title>[DeficitRoundRobinSchedulerClass] Section Options</title>
3008 <para>The [DeficitRoundRobinSchedulerClass] section manages the traffic control class of Deficit Round
3009 Robin Scheduler (DRR).</para>
3010
3011 <variablelist class='network-directives'>
3012 <xi:include href="tc.xml" xpointer="tclass-parent" />
3013 <xi:include href="tc.xml" xpointer="tclass-classid" />
3014
3015 <varlistentry>
3016 <term><varname>QuantumBytes=</varname></term>
3017 <listitem>
3018 <para>Specifies the amount of bytes a flow is allowed to dequeue before the scheduler moves
3019 to the next class. When suffixed with K, M, or G, the specified size is parsed as Kilobytes,
3020 Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults to the MTU of the
3021 interface.</para>
3022 </listitem>
3023 </varlistentry>
3024
3025 </variablelist>
3026 </refsect1>
3027
3028 <refsect1>
3029 <title>[EnhancedTransmissionSelection] Section Options</title>
3030 <para>The [EnhancedTransmissionSelection] section manages the queueing discipline (qdisc) of Enhanced
3031 Transmission Selection (ETS).</para>
3032
3033 <variablelist class='network-directives'>
3034 <xi:include href="tc.xml" xpointer="qdisc-parent" />
3035 <xi:include href="tc.xml" xpointer="qdisc-handle" />
3036
3037 <varlistentry>
3038 <term><varname>Bands=</varname></term>
3039 <listitem>
3040 <para>Specifies the number of bands. An unsigned integer in the range 116. This value has to be at
3041 least large enough to cover the strict bands specified through the <varname>StrictBands=</varname>
3042 and bandwidth-sharing bands specified in <varname>QuantumBytes=</varname>.</para>
3043 </listitem>
3044 </varlistentry>
3045
3046 <varlistentry>
3047 <term><varname>StrictBands=</varname></term>
3048 <listitem>
3049 <para>Specifies the number of bands that should be created in strict mode. An unsigned integer in
3050 the range 116.</para>
3051 </listitem>
3052 </varlistentry>
3053
3054 <varlistentry>
3055 <term><varname>QuantumBytes=</varname></term>
3056 <listitem>
3057 <para>Specifies the white-space separated list of quantum used in band-sharing bands. When
3058 suffixed with K, M, or G, the specified size is parsed as Kilobytes, Megabytes, or Gigabytes,
3059 respectively, to the base of 1024. This setting can be specified multiple times. If an empty
3060 string is assigned, then the all previous assignments are cleared.</para>
3061 </listitem>
3062 </varlistentry>
3063
3064 <varlistentry>
3065 <term><varname>PriorityMap=</varname></term>
3066 <listitem>
3067 <para>The priority map maps the priority of a packet to a band. The argument is a white-space
3068 separated list of numbers. The first number indicates which band the packets with priority
3069 0 should be put to, the second is for priority 1, and so on. There can be up to 16 numbers in
3070 the list. If there are fewer, the default band that traffic with one of the unmentioned
3071 priorities goes to is the last one. Each band number must be 0..255. This setting can be
3072 specified multiple times. If an empty string is assigned, then the all previous assignments
3073 are cleared.</para>
3074 </listitem>
3075 </varlistentry>
3076 </variablelist>
3077 </refsect1>
3078
3079 <refsect1>
3080 <title>[GenericRandomEarlyDetection] Section Options</title>
3081 <para>The [GenericRandomEarlyDetection] section manages the queueing discipline (qdisc) of Generic Random
3082 Early Detection (GRED).</para>
3083
3084 <variablelist class='network-directives'>
3085 <xi:include href="tc.xml" xpointer="qdisc-parent" />
3086 <xi:include href="tc.xml" xpointer="qdisc-handle" />
3087
3088 <varlistentry>
3089 <term><varname>VirtualQueues=</varname></term>
3090 <listitem>
3091 <para>Specifies the number of virtual queues. Takes a integer in the range 1-16. Defaults to unset and kernel's default is used.</para>
3092 </listitem>
3093 </varlistentry>
3094
3095 <varlistentry>
3096 <term><varname>DefaultVirtualQueue=</varname></term>
3097 <listitem>
3098 <para>Specifies the number of default virtual queue. This must be less than <varname>VirtualQueue=</varname>.
3099 Defaults to unset and kernel's default is used.</para>
3100 </listitem>
3101 </varlistentry>
3102
3103 <varlistentry>
3104 <term><varname>GenericRIO=</varname></term>
3105 <listitem>
3106 <para>Takes a boolean. It turns on the RIO-like buffering scheme. Defaults to
3107 unset and kernel's default is used.</para>
3108 </listitem>
3109 </varlistentry>
3110 </variablelist>
3111 </refsect1>
3112
3113 <refsect1>
3114 <title>[FairQueueingControlledDelay] Section Options</title>
3115 <para>The [FairQueueingControlledDelay] section manages the queueing discipline (qdisc) of fair queuing
3116 controlled delay (FQ-CoDel).</para>
3117
3118 <variablelist class='network-directives'>
3119 <xi:include href="tc.xml" xpointer="qdisc-parent" />
3120 <xi:include href="tc.xml" xpointer="qdisc-handle" />
3121
3122 <varlistentry>
3123 <term><varname>PacketLimit=</varname></term>
3124 <listitem>
3125 <para>Specifies the hard limit on the real queue size. When this limit is reached, incoming packets are
3126 dropped. Defaults to unset and kernel's default is used.</para>
3127 </listitem>
3128 </varlistentry>
3129
3130 <varlistentry>
3131 <term><varname>MemoryLimitBytes=</varname></term>
3132 <listitem>
3133 <para>Specifies the limit on the total number of bytes that can be queued in this FQ-CoDel instance.
3134 When suffixed with K, M, or G, the specified size is parsed as Kilobytes, Megabytes, or Gigabytes,
3135 respectively, to the base of 1024. Defaults to unset and kernel's default is used.</para>
3136 </listitem>
3137 </varlistentry>
3138
3139 <varlistentry>
3140 <term><varname>Flows=</varname></term>
3141 <listitem>
3142 <para>Specifies the number of flows into which the incoming packets are classified.
3143 Defaults to unset and kernel's default is used.</para>
3144 </listitem>
3145 </varlistentry>
3146
3147 <varlistentry>
3148 <term><varname>TargetSec=</varname></term>
3149 <listitem>
3150 <para>Takes a timespan. Specifies the acceptable minimum standing/persistent queue delay.
3151 Defaults to unset and kernel's default is used.</para>
3152 </listitem>
3153 </varlistentry>
3154
3155 <varlistentry>
3156 <term><varname>IntervalSec=</varname></term>
3157 <listitem>
3158 <para>Takes a timespan. This is used to ensure that the measured minimum delay does not
3159 become too stale. Defaults to unset and kernel's default is used.</para>
3160 </listitem>
3161 </varlistentry>
3162
3163 <varlistentry>
3164 <term><varname>QuantumBytes=</varname></term>
3165 <listitem>
3166 <para>Specifies the number of bytes used as the "deficit" in the fair queuing algorithm timespan.
3167 When suffixed with K, M, or G, the specified size is parsed as Kilobytes, Megabytes, or Gigabytes,
3168 respectively, to the base of 1024. Defaults to unset and kernel's default is used.</para>
3169 </listitem>
3170 </varlistentry>
3171
3172 <varlistentry>
3173 <term><varname>ECN=</varname></term>
3174 <listitem>
3175 <para>Takes a boolean. This can be used to mark packets instead of dropping them. Defaults to
3176 unset and kernel's default is used.</para>
3177 </listitem>
3178 </varlistentry>
3179
3180 <varlistentry>
3181 <term><varname>CEThresholdSec=</varname></term>
3182 <listitem>
3183 <para>Takes a timespan. This sets a threshold above which all packets are marked with ECN
3184 Congestion Experienced (CE). Defaults to unset and kernel's default is used.</para>
3185 </listitem>
3186 </varlistentry>
3187 </variablelist>
3188 </refsect1>
3189
3190 <refsect1>
3191 <title>[FairQueueing] Section Options</title>
3192 <para>The [FairQueueing] section manages the queueing discipline (qdisc) of fair queue traffic policing
3193 (FQ).</para>
3194
3195 <variablelist class='network-directives'>
3196 <xi:include href="tc.xml" xpointer="qdisc-parent" />
3197 <xi:include href="tc.xml" xpointer="qdisc-handle" />
3198
3199 <varlistentry>
3200 <term><varname>PacketLimit=</varname></term>
3201 <listitem>
3202 <para>Specifies the hard limit on the real queue size. When this limit is reached, incoming packets are
3203 dropped. Defaults to unset and kernel's default is used.</para>
3204 </listitem>
3205 </varlistentry>
3206
3207 <varlistentry>
3208 <term><varname>FlowLimit=</varname></term>
3209 <listitem>
3210 <para>Specifies the hard limit on the maximum number of packets queued per flow. Defaults to
3211 unset and kernel's default is used.</para>
3212 </listitem>
3213 </varlistentry>
3214
3215 <varlistentry>
3216 <term><varname>QuantumBytes=</varname></term>
3217 <listitem>
3218 <para>Specifies the credit per dequeue RR round, i.e. the amount of bytes a flow is allowed
3219 to dequeue at once. When suffixed with K, M, or G, the specified size is parsed as Kilobytes,
3220 Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults to unset and kernel's
3221 default is used.</para>
3222 </listitem>
3223 </varlistentry>
3224
3225 <varlistentry>
3226 <term><varname>InitialQuantumBytes=</varname></term>
3227 <listitem>
3228 <para>Specifies the initial sending rate credit, i.e. the amount of bytes a new flow is
3229 allowed to dequeue initially. When suffixed with K, M, or G, the specified size is parsed as
3230 Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults to unset and
3231 kernel's default is used.</para>
3232 </listitem>
3233 </varlistentry>
3234
3235 <varlistentry>
3236 <term><varname>MaximumRate=</varname></term>
3237 <listitem>
3238 <para>Specifies the maximum sending rate of a flow. When suffixed with K, M, or G, the
3239 specified size is parsed as Kilobits, Megabits, or Gigabits, respectively, to the base of
3240 1000. Defaults to unset and kernel's default is used.</para>
3241 </listitem>
3242 </varlistentry>
3243
3244 <varlistentry>
3245 <term><varname>Buckets=</varname></term>
3246 <listitem>
3247 <para>Specifies the size of the hash table used for flow lookups. Defaults to unset and
3248 kernel's default is used.</para>
3249 </listitem>
3250 </varlistentry>
3251
3252 <varlistentry>
3253 <term><varname>OrphanMask=</varname></term>
3254 <listitem>
3255 <para>Takes an unsigned integer. For packets not owned by a socket, fq is able to mask a part
3256 of hash and reduce number of buckets associated with the traffic. Defaults to unset and
3257 kernel's default is used.</para>
3258 </listitem>
3259 </varlistentry>
3260
3261 <varlistentry>
3262 <term><varname>Pacing=</varname></term>
3263 <listitem>
3264 <para>Takes a boolean, and enables or disables flow pacing. Defaults to unset and kernel's
3265 default is used.</para>
3266 </listitem>
3267 </varlistentry>
3268
3269 <varlistentry>
3270 <term><varname>CEThresholdSec=</varname></term>
3271 <listitem>
3272 <para>Takes a timespan. This sets a threshold above which all packets are marked with ECN
3273 Congestion Experienced (CE). Defaults to unset and kernel's default is used.</para>
3274 </listitem>
3275 </varlistentry>
3276 </variablelist>
3277 </refsect1>
3278
3279 <refsect1>
3280 <title>[TrivialLinkEqualizer] Section Options</title>
3281 <para>The [TrivialLinkEqualizer] section manages the queueing discipline (qdisc) of trivial link
3282 equalizer (teql).</para>
3283
3284 <variablelist class='network-directives'>
3285 <xi:include href="tc.xml" xpointer="qdisc-parent" />
3286 <xi:include href="tc.xml" xpointer="qdisc-handle" />
3287
3288 <varlistentry>
3289 <term><varname>Id=</varname></term>
3290 <listitem>
3291 <para>Specifies the interface ID <literal>N</literal> of teql. Defaults to <literal>0</literal>.
3292 Note that when teql is used, currently, the module <constant>sch_teql</constant> with
3293 <constant>max_equalizers=N+1</constant> option must be loaded before
3294 <command>systemd-networkd</command> is started.</para>
3295 </listitem>
3296 </varlistentry>
3297 </variablelist>
3298 </refsect1>
3299
3300 <refsect1>
3301 <title>[HierarchyTokenBucket] Section Options</title>
3302 <para>The [HierarchyTokenBucket] section manages the queueing discipline (qdisc) of hierarchy token
3303 bucket (htb).</para>
3304
3305 <variablelist class='network-directives'>
3306 <xi:include href="tc.xml" xpointer="qdisc-parent" />
3307 <xi:include href="tc.xml" xpointer="qdisc-handle" />
3308
3309 <varlistentry>
3310 <term><varname>DefaultClass=</varname></term>
3311 <listitem>
3312 <para>Takes the minor id in hexadecimal of the default class. Unclassified traffic gets sent
3313 to the class. Defaults to unset.</para>
3314 </listitem>
3315 </varlistentry>
3316
3317 <varlistentry>
3318 <term><varname>RateToQuantum=</varname></term>
3319 <listitem>
3320 <para>Takes an unsigned integer. The DRR quantums are calculated by dividing the value
3321 configured in <varname>Rate=</varname> by <varname>RateToQuantum=</varname>.</para>
3322 </listitem>
3323 </varlistentry>
3324 </variablelist>
3325 </refsect1>
3326
3327 <refsect1>
3328 <title>[HierarchyTokenBucketClass] Section Options</title>
3329 <para>The [HierarchyTokenBucketClass] section manages the traffic control class of hierarchy token bucket
3330 (htb).</para>
3331
3332 <variablelist class='network-directives'>
3333 <xi:include href="tc.xml" xpointer="tclass-parent" />
3334 <xi:include href="tc.xml" xpointer="tclass-classid" />
3335
3336 <varlistentry>
3337 <term><varname>Priority=</varname></term>
3338 <listitem>
3339 <para>Specifies the priority of the class. In the round-robin process, classes with the lowest
3340 priority field are tried for packets first.</para>
3341 </listitem>
3342 </varlistentry>
3343
3344 <varlistentry>
3345 <term><varname>QuantumBytes=</varname></term>
3346 <listitem>
3347 <para>Specifies how many bytes to serve from leaf at once. When suffixed with K, M, or G, the
3348 specified size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of
3349 1024.</para>
3350 </listitem>
3351 </varlistentry>
3352
3353 <varlistentry>
3354 <term><varname>MTUBytes=</varname></term>
3355 <listitem>
3356 <para>Specifies the maximum packet size we create. When suffixed with K, M, or G, the specified
3357 size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1024.</para>
3358 </listitem>
3359 </varlistentry>
3360
3361 <varlistentry>
3362 <term><varname>OverheadBytes=</varname></term>
3363 <listitem>
3364 <para>Takes an unsigned integer which specifies per-packet size overhead used in rate
3365 computations. When suffixed with K, M, or G, the specified size is parsed as Kilobytes,
3366 Megabytes, or Gigabytes, respectively, to the base of 1024.</para>
3367 </listitem>
3368 </varlistentry>
3369
3370 <varlistentry>
3371 <term><varname>Rate=</varname></term>
3372 <listitem>
3373 <para>Specifies the maximum rate this class and all its children are guaranteed. When suffixed
3374 with K, M, or G, the specified size is parsed as Kilobits, Megabits, or Gigabits, respectively,
3375 to the base of 1000. This setting is mandatory.</para>
3376 </listitem>
3377 </varlistentry>
3378
3379 <varlistentry>
3380 <term><varname>CeilRate=</varname></term>
3381 <listitem>
3382 <para>Specifies the maximum rate at which a class can send, if its parent has bandwidth to spare.
3383 When suffixed with K, M, or G, the specified size is parsed as Kilobits, Megabits, or Gigabits,
3384 respectively, to the base of 1000. When unset, the value specified with <varname>Rate=</varname>
3385 is used.</para>
3386 </listitem>
3387 </varlistentry>
3388
3389 <varlistentry>
3390 <term><varname>BufferBytes=</varname></term>
3391 <listitem>
3392 <para>Specifies the maximum bytes burst which can be accumulated during idle period. When suffixed
3393 with K, M, or G, the specified size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively,
3394 to the base of 1024.</para>
3395 </listitem>
3396 </varlistentry>
3397
3398 <varlistentry>
3399 <term><varname>CeilBufferBytes=</varname></term>
3400 <listitem>
3401 <para>Specifies the maximum bytes burst for ceil which can be accumulated during idle period.
3402 When suffixed with K, M, or G, the specified size is parsed as Kilobytes, Megabytes, or Gigabytes,
3403 respectively, to the base of 1024.</para>
3404 </listitem>
3405 </varlistentry>
3406 </variablelist>
3407 </refsect1>
3408
3409 <refsect1>
3410 <title>[HeavyHitterFilter] Section Options</title>
3411 <para>The [HeavyHitterFilter] section manages the queueing discipline (qdisc) of Heavy Hitter Filter
3412 (hhf).</para>
3413
3414 <variablelist class='network-directives'>
3415 <xi:include href="tc.xml" xpointer="qdisc-parent" />
3416 <xi:include href="tc.xml" xpointer="qdisc-handle" />
3417
3418 <varlistentry>
3419 <term><varname>PacketLimit=</varname></term>
3420 <listitem>
3421 <para>Specifies the hard limit on the queue size in number of packets. When this limit is reached,
3422 incoming packets are dropped. An unsigned integer in the range 04294967294. Defaults to unset and
3423 kernel's default is used.</para>
3424 </listitem>
3425 </varlistentry>
3426 </variablelist>
3427 </refsect1>
3428
3429 <refsect1>
3430 <title>[QuickFairQueueing] Section Options</title>
3431 <para>The [QuickFairQueueing] section manages the queueing discipline (qdisc) of Quick Fair Queueing
3432 (QFQ).</para>
3433
3434 <variablelist class='network-directives'>
3435 <xi:include href="tc.xml" xpointer="qdisc-parent" />
3436 <xi:include href="tc.xml" xpointer="qdisc-handle" />
3437 </variablelist>
3438 </refsect1>
3439
3440 <refsect1>
3441 <title>[QuickFairQueueingClass] Section Options</title>
3442 <para>The [QuickFairQueueingClass] section manages the traffic control class of Quick Fair Queueing
3443 (qfq).</para>
3444
3445 <variablelist class='network-directives'>
3446 <xi:include href="tc.xml" xpointer="tclass-parent" />
3447 <xi:include href="tc.xml" xpointer="tclass-classid" />
3448
3449 <varlistentry>
3450 <term><varname>Weight=</varname></term>
3451 <listitem>
3452 <para>Specifies the weight of the class. Takes an integer in the range 1..1023. Defaults to
3453 unset in which case the kernel default is used.</para>
3454 </listitem>
3455 </varlistentry>
3456
3457 <varlistentry>
3458 <term><varname>MaxPacketBytes=</varname></term>
3459 <listitem>
3460 <para>Specifies the maximum packet size in bytes for the class. When suffixed with K, M, or G, the specified
3461 size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1024. When unset,
3462 the kernel default is used.</para>
3463 </listitem>
3464 </varlistentry>
3465 </variablelist>
3466 </refsect1>
3467
3468 <refsect1>
3469 <title>[BridgeVLAN] Section Options</title>
3470 <para>The [BridgeVLAN] section manages the VLAN ID configuration of a bridge port and accepts the
3471 following keys. Specify several [BridgeVLAN] sections to configure several VLAN entries. The
3472 <varname>VLANFiltering=</varname> option has to be enabled, see the [Bridge] section in
3473 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
3474
3475 <variablelist class='network-directives'>
3476 <varlistentry>
3477 <term><varname>VLAN=</varname></term>
3478 <listitem>
3479 <para>The VLAN ID allowed on the port. This can be either a single ID or a range M-N. VLAN IDs are valid
3480 from 1 to 4094.</para>
3481 </listitem>
3482 </varlistentry>
3483 <varlistentry>
3484 <term><varname>EgressUntagged=</varname></term>
3485 <listitem>
3486 <para>The VLAN ID specified here will be used to untag frames on egress. Configuring
3487 <varname>EgressUntagged=</varname> implicates the use of <varname>VLAN=</varname> above and will enable the
3488 VLAN ID for ingress as well. This can be either a single ID or a range M-N.</para>
3489 </listitem>
3490 </varlistentry>
3491 <varlistentry>
3492 <term><varname>PVID=</varname></term>
3493 <listitem>
3494 <para>The Port VLAN ID specified here is assigned to all untagged frames at ingress.
3495 <varname>PVID=</varname> can be used only once. Configuring <varname>PVID=</varname> implicates the use of
3496 <varname>VLAN=</varname> above and will enable the VLAN ID for ingress as well.</para>
3497 </listitem>
3498 </varlistentry>
3499 </variablelist>
3500 </refsect1>
3501
3502 <refsect1>
3503 <title>Examples</title>
3504 <example>
3505 <title>Static network configuration</title>
3506
3507 <programlisting># /etc/systemd/network/50-static.network
3508 [Match]
3509 Name=enp2s0
3510
3511 [Network]
3512 Address=192.168.0.15/24
3513 Gateway=192.168.0.1</programlisting>
3514
3515 <para>This brings interface <literal>enp2s0</literal> up with a static address. The
3516 specified gateway will be used for a default route.</para>
3517 </example>
3518
3519 <example>
3520 <title>DHCP on ethernet links</title>
3521
3522 <programlisting># /etc/systemd/network/80-dhcp.network
3523 [Match]
3524 Name=en*
3525
3526 [Network]
3527 DHCP=yes</programlisting>
3528
3529 <para>This will enable DHCPv4 and DHCPv6 on all interfaces with names starting with
3530 <literal>en</literal> (i.e. ethernet interfaces).</para>
3531 </example>
3532
3533 <example>
3534 <title>IPv6 Prefix Delegation</title>
3535
3536 <programlisting># /etc/systemd/network/55-ipv6-pd-upstream.network
3537 [Match]
3538 Name=enp1s0
3539
3540 [Network]
3541 DHCP=ipv6</programlisting>
3542
3543 <programlisting># /etc/systemd/network/56-ipv6-pd-downstream.network
3544 [Match]
3545 Name=enp2s0
3546
3547 [Network]
3548 IPv6PrefixDelegation=dhcpv6</programlisting>
3549
3550 <para>This will enable IPv6 PD on the interface enp1s0 as an upstream interface where the
3551 DHCPv6 client is running and enp2s0 as a downstream interface where the prefix is delegated to.</para>
3552 </example>
3553
3554 <example>
3555 <title>A bridge with two enslaved links</title>
3556
3557 <programlisting># /etc/systemd/network/25-bridge-static.network
3558 [Match]
3559 Name=bridge0
3560
3561 [Network]
3562 Address=192.168.0.15/24
3563 Gateway=192.168.0.1
3564 DNS=192.168.0.1</programlisting>
3565
3566 <programlisting># /etc/systemd/network/25-bridge-slave-interface-1.network
3567 [Match]
3568 Name=enp2s0
3569
3570 [Network]
3571 Bridge=bridge0</programlisting>
3572
3573 <programlisting># /etc/systemd/network/25-bridge-slave-interface-2.network
3574 [Match]
3575 Name=wlp3s0
3576
3577 [Network]
3578 Bridge=bridge0</programlisting>
3579
3580 <para>This creates a bridge and attaches devices <literal>enp2s0</literal> and
3581 <literal>wlp3s0</literal> to it. The bridge will have the specified static address
3582 and network assigned, and a default route via the specified gateway will be
3583 added. The specified DNS server will be added to the global list of DNS resolvers.
3584 </para>
3585 </example>
3586
3587 <example>
3588 <title></title>
3589
3590 <programlisting>
3591 # /etc/systemd/network/20-bridge-slave-interface-vlan.network
3592 [Match]
3593 Name=enp2s0
3594
3595 [Network]
3596 Bridge=bridge0
3597
3598 [BridgeVLAN]
3599 VLAN=1-32
3600 PVID=42
3601 EgressUntagged=42
3602
3603 [BridgeVLAN]
3604 VLAN=100-200
3605
3606 [BridgeVLAN]
3607 EgressUntagged=300-400</programlisting>
3608
3609 <para>This overrides the configuration specified in the previous example for the
3610 interface <literal>enp2s0</literal>, and enables VLAN on that bridge port. VLAN IDs
3611 1-32, 42, 100-400 will be allowed. Packets tagged with VLAN IDs 42, 300-400 will be
3612 untagged when they leave on this interface. Untagged packets which arrive on this
3613 interface will be assigned VLAN ID 42.</para>
3614 </example>
3615
3616 <example>
3617 <title>Various tunnels</title>
3618
3619 <programlisting>/etc/systemd/network/25-tunnels.network
3620 [Match]
3621 Name=ens1
3622
3623 [Network]
3624 Tunnel=ipip-tun
3625 Tunnel=sit-tun
3626 Tunnel=gre-tun
3627 Tunnel=vti-tun
3628 </programlisting>
3629
3630 <programlisting>/etc/systemd/network/25-tunnel-ipip.netdev
3631 [NetDev]
3632 Name=ipip-tun
3633 Kind=ipip
3634 </programlisting>
3635
3636 <programlisting>/etc/systemd/network/25-tunnel-sit.netdev
3637 [NetDev]
3638 Name=sit-tun
3639 Kind=sit
3640 </programlisting>
3641
3642 <programlisting>/etc/systemd/network/25-tunnel-gre.netdev
3643 [NetDev]
3644 Name=gre-tun
3645 Kind=gre
3646 </programlisting>
3647
3648 <programlisting>/etc/systemd/network/25-tunnel-vti.netdev
3649 [NetDev]
3650 Name=vti-tun
3651 Kind=vti
3652 </programlisting>
3653
3654 <para>This will bring interface <literal>ens1</literal> up and create an IPIP tunnel,
3655 a SIT tunnel, a GRE tunnel, and a VTI tunnel using it.</para>
3656 </example>
3657
3658 <example>
3659 <title>A bond device</title>
3660
3661 <programlisting># /etc/systemd/network/30-bond1.network
3662 [Match]
3663 Name=bond1
3664
3665 [Network]
3666 DHCP=ipv6
3667 </programlisting>
3668
3669 <programlisting># /etc/systemd/network/30-bond1.netdev
3670 [NetDev]
3671 Name=bond1
3672 Kind=bond
3673 </programlisting>
3674
3675 <programlisting># /etc/systemd/network/30-bond1-dev1.network
3676 [Match]
3677 MACAddress=52:54:00:e9:64:41
3678
3679 [Network]
3680 Bond=bond1
3681 </programlisting>
3682
3683 <programlisting># /etc/systemd/network/30-bond1-dev2.network
3684 [Match]
3685 MACAddress=52:54:00:e9:64:42
3686
3687 [Network]
3688 Bond=bond1
3689 </programlisting>
3690
3691 <para>This will create a bond device <literal>bond1</literal> and enslave the two
3692 devices with MAC addresses 52:54:00:e9:64:41 and 52:54:00:e9:64:42 to it. IPv6 DHCP
3693 will be used to acquire an address.</para>
3694 </example>
3695
3696 <example>
3697 <title>Virtual Routing and Forwarding (VRF)</title>
3698 <para>Add the <literal>bond1</literal> interface to the VRF master interface
3699 <literal>vrf1</literal>. This will redirect routes generated on this interface to be
3700 within the routing table defined during VRF creation. For kernels before 4.8 traffic
3701 won't be redirected towards the VRFs routing table unless specific ip-rules are added.
3702 </para>
3703 <programlisting># /etc/systemd/network/25-vrf.network
3704 [Match]
3705 Name=bond1
3706
3707 [Network]
3708 VRF=vrf1
3709 </programlisting>
3710 </example>
3711
3712 <example>
3713 <title>MacVTap</title>
3714 <para>This brings up a network interface <literal>macvtap-test</literal>
3715 and attaches it to <literal>enp0s25</literal>.</para>
3716 <programlisting># /usr/lib/systemd/network/25-macvtap.network
3717 [Match]
3718 Name=enp0s25
3719
3720 [Network]
3721 MACVTAP=macvtap-test
3722 </programlisting>
3723 </example>
3724
3725 <example>
3726 <title>A Xfrm interface with physical underlying device.</title>
3727
3728 <programlisting># /etc/systemd/network/27-xfrm.netdev
3729 [NetDev]
3730 Name=xfrm0
3731
3732 [Xfrm]
3733 InterfaceId=7</programlisting>
3734
3735 <programlisting># /etc/systemd/network/27-eth0.network
3736 [Match]
3737 Name=eth0
3738
3739 [Network]
3740 Xfrm=xfrm0</programlisting>
3741
3742 <para>This creates a <literal>xfrm0</literal> interface and binds it to the <literal>eth0</literal> device.
3743 This allows hardware based ipsec offloading to the <literal>eth0</literal> nic.
3744 If offloading is not needed, xfrm interfaces can be assigned to the <literal>lo</literal> device.
3745 </para>
3746 </example>
3747 </refsect1>
3748
3749 <refsect1>
3750 <title>See Also</title>
3751 <para>
3752 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
3753 <citerefentry><refentrytitle>systemd-networkd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
3754 <citerefentry><refentrytitle>systemd.link</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
3755 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
3756 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
3757 </para>
3758 </refsect1>
3759
3760 </refentry>