]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd.link.xml
man: add a note where coredump default values are
[thirdparty/systemd.git] / man / systemd.link.xml
CommitLineData
b97e7fab 1<?xml version='1.0'?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
1ff28eae 2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
12b42c76 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
1ff28eae
TG
4
5<!--
572eb058
ZJS
6 SPDX-License-Identifier: LGPL-2.1+
7
1ff28eae
TG
8 This file is part of systemd.
9
10 Copyright 2014 Tom Gundersen
11
12 systemd is free software; you can redistribute it and/or modify it
13 under the terms of the GNU Lesser General Public License as published by
14 the Free Software Foundation; either version 2.1 of the License, or
15 (at your option) any later version.
16
17 systemd is distributed in the hope that it will be useful, but
18 WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 Lesser General Public License for more details.
21
22 You should have received a copy of the GNU Lesser General Public License
23 along with systemd; If not, see <http://www.gnu.org/licenses/>.
24-->
25
26<refentry id="systemd.link">
798d3a52
ZJS
27 <refentryinfo>
28 <title>systemd.link</title>
29 <productname>systemd</productname>
1ff28eae 30
798d3a52
ZJS
31 <authorgroup>
32 <author>
33 <contrib>Developer</contrib>
34 <firstname>Tom</firstname>
35 <surname>Gundersen</surname>
36 </author>
37 </authorgroup>
38 </refentryinfo>
1ff28eae 39
798d3a52
ZJS
40 <refmeta>
41 <refentrytitle>systemd.link</refentrytitle>
42 <manvolnum>5</manvolnum>
43 </refmeta>
1ff28eae 44
798d3a52
ZJS
45 <refnamediv>
46 <refname>systemd.link</refname>
47 <refpurpose>Network device configuration</refpurpose>
48 </refnamediv>
1ff28eae 49
798d3a52
ZJS
50 <refsynopsisdiv>
51 <para><filename><replaceable>link</replaceable>.link</filename></para>
52 </refsynopsisdiv>
1ff28eae 53
798d3a52
ZJS
54 <refsect1>
55 <title>Description</title>
1ff28eae 56
798d3a52
ZJS
57 <para>Network link configuration is performed by the
58 <command>net_setup_link</command> udev builtin.</para>
1ff28eae 59
798d3a52 60 <para>The link files are read from the files located in the system
12b42c76 61 network directory <filename>/usr/lib/systemd/network</filename>,
798d3a52
ZJS
62 the volatile runtime network directory
63 <filename>/run/systemd/network</filename>, and the local
64 administration network directory
12b42c76 65 <filename>/etc/systemd/network</filename>. Link files must have
798d3a52
ZJS
66 the extension <filename>.link</filename>; other extensions are
67 ignored. All link files are collectively sorted and processed in
68 lexical order, regardless of the directories in which they live.
69 However, files with identical filenames replace each other. Files
70 in <filename>/etc</filename> have the highest priority, files in
71 <filename>/run</filename> take precedence over files with the same
12b42c76 72 name in <filename>/usr/lib</filename>. This can be used to
57e27ec0
ZJS
73 override a system-supplied link file with a local file if needed.
74 As a special case, an empty file (file size 0) or symlink with the
a8eaaee7 75 same name pointing to <filename>/dev/null</filename> disables the
57e27ec0 76 configuration file entirely (it is "masked").</para>
1ff28eae 77
798d3a52
ZJS
78 <para>The link file contains a <literal>[Match]</literal> section,
79 which determines if a given link file may be applied to a given
80 device, as well as a <literal>[Link]</literal> section specifying
81 how the device should be configured. The first (in lexical order)
82 of the link files that matches a given device is applied. Note
83 that a default file <filename>99-default.link</filename> is
1b934761 84 shipped by the system. Any user-supplied
798d3a52
ZJS
85 <filename>.link</filename> should hence have a lexically earlier
86 name to be considered at all.</para>
788f37c7
TG
87
88 <para>See
89 <citerefentry><refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum></citerefentry>
90 for diagnosing problems with <filename>.link</filename> files.</para>
798d3a52 91 </refsect1>
102bd40e 92
798d3a52
ZJS
93 <refsect1>
94 <title>[Match] Section Options</title>
1ff28eae 95
798d3a52
ZJS
96 <para>A link file is said to match a device if each of the entries
97 in the <literal>[Match]</literal> section matches, or if the
98 section is empty. The following keys are accepted:</para>
1ff28eae 99
798d3a52
ZJS
100 <variablelist class='network-directives'>
101 <varlistentry>
102 <term><varname>MACAddress=</varname></term>
103 <listitem>
104 <para>The hardware address.</para>
105 </listitem>
106 </varlistentry>
107 <varlistentry>
108 <term><varname>OriginalName=</varname></term>
109 <listitem>
5256e00e
TG
110 <para>A whitespace-separated list of shell-style globs matching
111 the device name, as exposed by the udev property
2dd67817 112 "INTERFACE". This cannot be used to match on names that have
5256e00e 113 already been changed from userspace. Caution is advised when matching on
798d3a52
ZJS
114 kernel-assigned names, as they are known to be unstable
115 between reboots.</para>
116 </listitem>
117 </varlistentry>
118 <varlistentry>
119 <term><varname>Path=</varname></term>
120 <listitem>
5256e00e
TG
121 <para>A whitespace-separated list of shell-style globs matching
122 the persistent path, as exposed by the udev property
123 <literal>ID_PATH</literal>.</para>
798d3a52
ZJS
124 </listitem>
125 </varlistentry>
126 <varlistentry>
127 <term><varname>Driver=</varname></term>
128 <listitem>
5256e00e
TG
129 <para>A whitespace-separated list of shell-style globs matching
130 the driver currently bound to the device,
798d3a52
ZJS
131 as exposed by the udev property <literal>DRIVER</literal>
132 of its parent device, or if that is not set, the
133 driver as exposed by <literal>ethtool -i</literal>
134 of the device itself.</para>
135 </listitem>
136 </varlistentry>
137 <varlistentry>
138 <term><varname>Type=</varname></term>
139 <listitem>
5256e00e
TG
140 <para>A whitespace-separated list of shell-style globs matching
141 the device type, as exposed by the udev
798d3a52
ZJS
142 property <literal>DEVTYPE</literal>.</para>
143 </listitem>
144 </varlistentry>
145 <varlistentry>
146 <term><varname>Host=</varname></term>
147 <listitem>
148 <para>Matches against the hostname or machine
149 ID of the host. See <literal>ConditionHost=</literal> in
150 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
151 for details.</para>
152 </listitem>
153 </varlistentry>
154 <varlistentry>
155 <term><varname>Virtualization=</varname></term>
156 <listitem>
157 <para>Checks whether the system is executed in
158 a virtualized environment and optionally test
159 whether it is a specific implementation. See
160 <literal>ConditionVirtualization=</literal> in
161 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
162 for details.</para>
163 </listitem>
164 </varlistentry>
165 <varlistentry>
166 <term><varname>KernelCommandLine=</varname></term>
167 <listitem>
168 <para>Checks whether a specific kernel command line option
169 is set (or if prefixed with the exclamation mark unset). See
170 <literal>ConditionKernelCommandLine=</literal> in
171 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
172 for details.</para>
173 </listitem>
174 </varlistentry>
5022f08a
LP
175 <varlistentry>
176 <term><varname>KernelVersion=</varname></term>
177 <listitem>
178 <para>Checks whether the kernel version (as reported by <command>uname -r</command>) matches a certain
179 expression (or if prefixed with the exclamation mark does not match it). See
180 <literal>ConditionKernelVersion=</literal> in
181 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
182 details.
183 </para>
184 </listitem>
185 </varlistentry>
798d3a52
ZJS
186 <varlistentry>
187 <term><varname>Architecture=</varname></term>
188 <listitem>
189 <para>Checks whether the system is running on a specific
190 architecture. See <literal>ConditionArchitecture=</literal>
191 in
192 <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
193 for details.</para>
194 </listitem>
195 </varlistentry>
196 </variablelist>
1ff28eae 197
798d3a52 198 </refsect1>
102bd40e 199
798d3a52
ZJS
200 <refsect1>
201 <title>[Link] Section Options</title>
102bd40e 202
798d3a52
ZJS
203 <para>The <literal>[Link]</literal> section accepts the following
204 keys:</para>
1ff28eae 205
798d3a52
ZJS
206 <variablelist class='network-directives'>
207 <varlistentry>
208 <term><varname>Description=</varname></term>
209 <listitem>
210 <para>A description of the device.</para>
211 </listitem>
212 </varlistentry>
213 <varlistentry>
214 <term><varname>Alias=</varname></term>
215 <listitem>
216 <para>The <literal>ifalias</literal> is set to this
217 value.</para>
218 </listitem>
219 </varlistentry>
220 <varlistentry>
221 <term><varname>MACAddressPolicy=</varname></term>
222 <listitem>
223 <para>The policy by which the MAC address should be set. The
224 available policies are:
225 </para>
1ff28eae 226
798d3a52
ZJS
227 <variablelist>
228 <varlistentry>
229 <term><literal>persistent</literal></term>
230 <listitem>
231 <para>If the hardware has a persistent MAC address, as
232 most hardware should, and if it is used by the kernel,
233 nothing is done. Otherwise, a new MAC address is
234 generated which is guaranteed to be the same on every
235 boot for the given machine and the given device, but
1c25683e 236 which is otherwise random. This feature depends on ID_NET_NAME_*
a8eaaee7 237 properties to exist for the link. On hardware where these
b938cb90 238 properties are not set, the generation of a persistent MAC address
1c25683e 239 will fail.</para>
798d3a52
ZJS
240 </listitem>
241 </varlistentry>
242 <varlistentry>
243 <term><literal>random</literal></term>
244 <listitem>
245 <para>If the kernel is using a random MAC address,
246 nothing is done. Otherwise, a new address is randomly
247 generated each time the device appears, typically at
b938cb90 248 boot. Either way, the random address will have the
2e229e0c
TG
249 <literal>unicast</literal> and
250 <literal>locally administered</literal> bits set.</para>
798d3a52
ZJS
251 </listitem>
252 </varlistentry>
66d3752e
JK
253 <varlistentry>
254 <term><literal>none</literal></term>
255 <listitem>
256 <para>Keeps the MAC address assigned by the kernel.</para>
257 </listitem>
258 </varlistentry>
798d3a52
ZJS
259 </variablelist>
260 </listitem>
261 </varlistentry>
262 <varlistentry>
263 <term><varname>MACAddress=</varname></term>
264 <listitem>
265 <para>The MAC address to use, if no
266 <literal>MACAddressPolicy=</literal>
267 is specified.</para>
268 </listitem>
269 </varlistentry>
270 <varlistentry>
271 <term><varname>NamePolicy=</varname></term>
272 <listitem>
273 <para>An ordered, space-separated list of policies by which
274 the interface name should be set.
275 <literal>NamePolicy</literal> may be disabled by specifying
276 <literal>net.ifnames=0</literal> on the kernel command line.
277 Each of the policies may fail, and the first successful one
278 is used. The name is not set directly, but is exported to
279 udev as the property <literal>ID_NET_NAME</literal>, which
280 is, by default, used by a udev rule to set
281 <literal>NAME</literal>. If the name has already been set by
282 userspace, no renaming is performed. The available policies
283 are:</para>
1ff28eae 284
798d3a52
ZJS
285 <variablelist>
286 <varlistentry>
287 <term><literal>kernel</literal></term>
288 <listitem>
289 <para>If the kernel claims that the name it has set
290 for a device is predictable, then no renaming is
291 performed.</para>
292 </listitem>
293 </varlistentry>
294 <varlistentry>
295 <term><literal>database</literal></term>
296 <listitem>
297 <para>The name is set based on entries in the udev's
298 Hardware Database with the key
299 <literal>ID_NET_NAME_FROM_DATABASE</literal>.
300 </para>
301 </listitem>
302 </varlistentry>
303 <varlistentry>
304 <term><literal>onboard</literal></term>
305 <listitem>
306 <para>The name is set based on information given by
307 the firmware for on-board devices, as exported by the
308 udev property <literal>ID_NET_NAME_ONBOARD</literal>.
309 </para>
310 </listitem>
311 </varlistentry>
312 <varlistentry>
313 <term><literal>slot</literal></term>
314 <listitem>
315 <para>The name is set based on information given by
316 the firmware for hot-plug devices, as exported by the
317 udev property <literal>ID_NET_NAME_SLOT</literal>.
318 </para>
319 </listitem>
320 </varlistentry>
321 <varlistentry>
322 <term><literal>path</literal></term>
323 <listitem>
324 <para>The name is set based on the device's physical
325 location, as exported by the udev property
326 <literal>ID_NET_NAME_PATH</literal>.</para>
327 </listitem>
328 </varlistentry>
329 <varlistentry>
330 <term><literal>mac</literal></term>
331 <listitem>
332 <para>The name is set based on the device's persistent
333 MAC address, as exported by the udev property
334 <literal>ID_NET_NAME_MAC</literal>.</para>
335 </listitem>
336 </varlistentry>
337 </variablelist>
338 </listitem>
339 </varlistentry>
340 <varlistentry>
341 <term><varname>Name=</varname></term>
342 <listitem>
343 <para>The interface name to use in case all the
344 policies specified in
345 <varname>NamePolicy=</varname> fail, or in case
346 <varname>NamePolicy=</varname> is missing or
347 disabled.</para>
1b934761
ZJS
348
349 <para>Note that specifying a name that the kernel might use for another
350 interface (for example <literal>eth0</literal>) is dangerous because the
351 name assignment done by udev will race with the assignment done by the
352 kernel, and only one interface may use the name. Depending on the order of
353 operations, either udev or the kernel will win, making the naming
354 unpredictable. It is best to use some different prefix, for example
355 <literal>internal0</literal>/<literal>external0</literal> or
356 <literal>lan0</literal>/<literal>lan1</literal>/<literal>lan3</literal>.
357 </para>
798d3a52
ZJS
358 </listitem>
359 </varlistentry>
360 <varlistentry>
361 <term><varname>MTUBytes=</varname></term>
362 <listitem>
363 <para>The maximum transmission unit in bytes to set for the
364 device. The usual suffixes K, M, G, are supported and are
365 understood to the base of 1024.</para>
366 </listitem>
367 </varlistentry>
368 <varlistentry>
369 <term><varname>BitsPerSecond=</varname></term>
370 <listitem>
371 <para>The speed to set for the device, the value is rounded
372 down to the nearest Mbps. The usual suffixes K, M, G, are
373 supported and are understood to the base of 1000.</para>
374 </listitem>
375 </varlistentry>
376 <varlistentry>
377 <term><varname>Duplex=</varname></term>
378 <listitem>
379 <para>The duplex mode to set for the device. The accepted
380 values are <literal>half</literal> and
381 <literal>full</literal>.</para>
382 </listitem>
383 </varlistentry>
a39f92d3
SS
384 <varlistentry>
385 <term><varname>AutoNegotiation=</varname></term>
386 <listitem>
387 <para>Enables or disables automatic negotiation of transmission parameters.
388 Autonegotiation is a procedure by which two connected ethernet devices choose
389 common transmission parameters, such as speed, duplex mode, and flow control.
390 Takes a boolean value. Unset by default, which means that the kernel default
391 will be used.</para>
392
393 <para>Note that if autonegotiation is enabled, speed and duplex settings are
394 read-only. If autonegotation is disabled, speed and duplex settings are writable
395 if the driver supports multiple link modes.</para>
396 </listitem>
397 </varlistentry>
798d3a52
ZJS
398 <varlistentry>
399 <term><varname>WakeOnLan=</varname></term>
400 <listitem>
401 <para>The Wake-on-LAN policy to set for the device. The
402 supported values are:</para>
1ff28eae 403
798d3a52
ZJS
404 <variablelist>
405 <varlistentry>
406 <term><literal>phy</literal></term>
407 <listitem>
408 <para>Wake on PHY activity.</para>
409 </listitem>
410 </varlistentry>
617da14c
SS
411 <varlistentry>
412 <term><literal>unicast</literal></term>
413 <listitem>
414 <para>Wake on unicast messages.</para>
415 </listitem>
416 </varlistentry>
417 <varlistentry>
418 <term><literal>multicast</literal></term>
419 <listitem>
420 <para>Wake on multicast messages.</para>
421 </listitem>
422 </varlistentry>
423 <varlistentry>
424 <term><literal>broadcast</literal></term>
425 <listitem>
426 <para>Wake on broadcast messages.</para>
427 </listitem>
428 </varlistentry>
429 <varlistentry>
430 <term><literal>arp</literal></term>
431 <listitem>
432 <para>Wake on ARP.</para>
433 </listitem>
434 </varlistentry>
798d3a52
ZJS
435 <varlistentry>
436 <term><literal>magic</literal></term>
437 <listitem>
438 <para>Wake on receipt of a magic packet.
439 </para>
440 </listitem>
441 </varlistentry>
617da14c
SS
442 <varlistentry>
443 <term><literal>secureon</literal></term>
444 <listitem>
445 <para>Enable secureon(tm) password for MagicPacket(tm).
446 </para>
447 </listitem>
448 </varlistentry>
798d3a52
ZJS
449 <varlistentry>
450 <term><literal>off</literal></term>
451 <listitem>
452 <para>Never wake.</para>
453 </listitem>
454 </varlistentry>
455 </variablelist>
456 </listitem>
457 </varlistentry>
593022fa
SS
458 <varlistentry>
459 <term><varname>Port=</varname></term>
460 <listitem>
461 <para>The port option is used to select the device port. The
462 supported values are:</para>
463
464 <variablelist>
465 <varlistentry>
466 <term><literal>tp</literal></term>
467 <listitem>
468 <para>An Ethernet interface using Twisted-Pair cable as the medium.</para>
469 </listitem>
470 </varlistentry>
471 <varlistentry>
472 <term><literal>aui</literal></term>
473 <listitem>
474 <para>Attachment Unit Interface (AUI). Normally used with hubs.
475 </para>
476 </listitem>
477 </varlistentry>
478 <varlistentry>
479 <term><literal>bnc</literal></term>
480 <listitem>
481 <para>An Ethernet interface using BNC connectors and co-axial cable.</para>
482 </listitem>
483 </varlistentry>
484 <varlistentry>
485 <term><literal>mii</literal></term>
486 <listitem>
487 <para>An Ethernet interface using a Media Independent Interface (MII).</para>
488 </listitem>
489 </varlistentry>
490 <varlistentry>
491 <term><literal>fibre</literal></term>
492 <listitem>
493 <para>An Ethernet interface using Optical Fibre as the medium.</para>
494 </listitem>
495 </varlistentry>
496 </variablelist>
497 </listitem>
498 </varlistentry>
50725d10
SS
499 <varlistentry>
500 <term><varname>TCPSegmentationOffload=</varname></term>
501 <listitem>
502 <para>The TCP Segmentation Offload (TSO) when true enables
503 TCP segmentation offload. Takes a boolean value.
504 Defaults to "unset".</para>
505 </listitem>
ffa69a04
SS
506 </varlistentry>
507 <varlistentry>
508 <term><varname>TCP6SegmentationOffload=</varname></term>
509 <listitem>
510 <para>The TCP6 Segmentation Offload (tx-tcp6-segmentation) when true enables
511 TCP6 segmentation offload. Takes a boolean value.
512 Defaults to "unset".</para>
513 </listitem>
50725d10
SS
514 </varlistentry>
515 <varlistentry>
516 <term><varname>GenericSegmentationOffload=</varname></term>
517 <listitem>
518 <para>The Generic Segmentation Offload (GSO) when true enables
519 generic segmentation offload. Takes a boolean value.
520 Defaults to "unset".</para>
521 </listitem>
522 </varlistentry>
523 <varlistentry>
524 <term><varname>UDPSegmentationOffload=</varname></term>
525 <listitem>
526 <para>The UDP Segmentation Offload (USO) when true enables
527 UDP segmentation offload. Takes a boolean value.
528 Defaults to "unset".</para>
529 </listitem>
530 </varlistentry>
f7ea90fb
SS
531 <varlistentry>
532 <term><varname>GenericReceiveOffload=</varname></term>
533 <listitem>
534 <para>The Generic Receive Offload (GRO) when true enables
535 generic receive offload. Takes a boolean value.
536 Defaults to "unset".</para>
537 </listitem>
538 </varlistentry>
539 <varlistentry>
540 <term><varname>LargeReceiveOffload=</varname></term>
541 <listitem>
542 <para>The Large Receive Offload (LRO) when true enables
543 large receive offload. Takes a boolean value.
544 Defaults to "unset".</para>
545 </listitem>
546 </varlistentry>
798d3a52
ZJS
547 </variablelist>
548 </refsect1>
1ff28eae 549
798d3a52 550 <refsect1>
b97e7fab
LP
551 <title>Examples</title>
552
553 <example>
554 <title>/usr/lib/systemd/network/99-default.link</title>
555
556 <para>The link file <filename>99-default.link</filename> that is
557 shipped with systemd defines the default naming policy for
558 links.</para>
559
560 <programlisting>[Link]
561NamePolicy=kernel database onboard slot path
562MACAddressPolicy=persistent</programlisting>
563 </example>
564
565 <example>
566 <title>/etc/systemd/network/10-dmz.link</title>
567
568 <para>This example assigns the fixed name
569 <literal>dmz0</literal> to the interface with the MAC address
570 00:a0:de:63:7a:e6:</para>
571
572 <programlisting>[Match]
573MACAddress=00:a0:de:63:7a:e6
574
575[Link]
576Name=dmz0</programlisting>
577 </example>
578
579 <example>
580 <title>/etc/systemd/network/10-internet.link</title>
581
582 <para>This example assigns the fixed name
583 <literal>internet0</literal> to the interface with the device
584 path <literal>pci-0000:00:1a.0-*</literal>:</para>
585
586 <programlisting>[Match]
587Path=pci-0000:00:1a.0-*
588
589[Link]
590Name=internet0</programlisting>
591 </example>
592
798d3a52 593 <example>
6c1695be 594 <title>/etc/systemd/network/25-wireless.link</title>
1ff28eae 595
b97e7fab
LP
596 <para>Here's an overly complex example that shows the use of a large number of [Match] and [Link] settings.</para>
597
798d3a52 598 <programlisting>[Match]
7abaad1a 599MACAddress=12:34:56:78:9a:bc
600Driver=brcmsmac
601Path=pci-0000:02:00.0-*
602Type=wlan
603Virtualization=no
604Host=my-laptop
605Architecture=x86-64
1ff28eae 606
7abaad1a 607[Link]
608Name=wireless0
609MTUBytes=1450
610BitsPerSecond=10M
611WakeOnLan=magic
612MACAddress=cb:a9:87:65:43:21</programlisting>
798d3a52
ZJS
613 </example>
614 </refsect1>
1ff28eae 615
798d3a52
ZJS
616 <refsect1>
617 <title>See Also</title>
618 <para>
619 <citerefentry>
620 <refentrytitle>systemd-udevd.service</refentrytitle><manvolnum>8</manvolnum>
621 </citerefentry>,
622 <citerefentry>
623 <refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum>
624 </citerefentry>,
625 <citerefentry>
626 <refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum>
627 </citerefentry>,
628 <citerefentry>
629 <refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum>
630 </citerefentry>
631 </para>
632 </refsect1>
1ff28eae
TG
633
634</refentry>